Otawa  0.10
display_Graph.cpp File Reference

Namespaces

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

Functions

Identifier< AbstractIdentifier * > otawa::display::INCLUDE ("otawa::display::include")
 Tells that the properties with the given identifier have to be printed. More...
 
Identifier< AbstractIdentifier * > otawa::display::EXCLUDE ("otawa::display::exclude")
 Tells that the properties with the given identifier mustn't be printed. More...
 
Identifier< AbstractIdentifier * > otawa::display::DEFAULT ("otawa::display::default")
 The value of the property must be either INCLUDE or EXCLUDE. More...
 
Identifier< elm::CStringotawa::display::BACKGROUND ("otawa::display::background")
 Identifier of the background color. More...
 
Identifier< elm::CStringotawa::display::COLOR ("otawa::display::color")
 Identifier of the drawing color (boxes, edges) More...
 
Identifier< int > otawa::display::STYLE ("otawa::display::style")
 Identifier of the drawing style. More...
 
Identifier< elm::CStringotawa::display::FONT_COLOR ("otawa::display::text_color")
 Identifier of the text color. More...
 
Identifier< int > otawa::display::FONT_SIZE ("otawa::display::text_size")
 Identifier of the text size. More...
 
Identifier< elm::CStringotawa::display::FONT ("otawa::display::font_name")
 Identifier of the font name. More...
 
Identifier< elm::CStringotawa::display::HREF ("otawa::display::href")
 Identifier of the url of the link the object is pointing to. More...
 
Identifier< elm::Stringotawa::display::TITLE ("otawa::display::title")
 Identifier of the title of a node. More...
 
Identifier< elm::Stringotawa::display::BODY ("otawa::display::body")
 Identifier of the body of a node. More...
 
Identifier< int > otawa::display::SHAPE ("otawa::display::shape")
 Identifier of a shape of a node. More...
 
Identifier< elm::Stringotawa::display::LABEL ("otawa::display::label")
 Identifier of a label of an edge. More...
 
Identifier< int > otawa::display::WEIGHT ("otawa::display::weight")
 Identifier of a weight of an edge. More...
 
Driver * otawa::display::find (kind_t kind)
 Find a driver by its output kind. More...
 
Identifier< kind_t > otawa::display::OUTPUT_KIND ("otawa::display::output_kind", OUTPUT_ANY)
 Passed to the graph style of the Driver::newGraph() method, selects the kind of output. More...
 
Identifier< string > otawa::display::OUTPUT_PATH ("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...