Otawa  0.10
Driver.h File Reference

Go to the source code of this file.

Classes

class  otawa::display::Driver
 A driver provides facilities to display a graph. More...
 
class  otawa::display::Exception
 

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 
 otawa::display
 

Typedefs

typedef enum otawa::display::kind_t otawa::display::kind_t
 

Enumerations

enum  otawa::display::kind_t {
  otawa::display::OUTPUT_ANY = 0, otawa::display::OUTPUT_PS, otawa::display::OUTPUT_PDF, otawa::display::OUTPUT_PNG,
  otawa::display::OUTPUT_GIF, otawa::display::OUTPUT_JPG, otawa::display::OUTPUT_SVG, otawa::display::OUTPUT_DOT,
  otawa::display::OUTPUT_RAW_DOT
}
 

Variables

Identifier< kind_t > otawa::display::OUTPUT_KIND
 Passed to the graph style of the Driver::newGraph() method, selects the kind of output. More...
 
Identifier< string > otawa::display::OUTPUT_PATH
 Passed to the graph style of the Driver::newGraph() method, selects the file to output to when the driver display in a file. More...