Otawa  0.10
otawa::display::LineStyle Class Reference

#include <otawa/display/display.h>

Public Types

enum  style_t { HIDDEN, PLAIN, DOTTED, DASHED }
 
typedef enum
otawa::display::LineStyle::style_t 
style_t
 

Public Member Functions

 LineStyle (void)
 

Public Attributes

Color color
 The color of the line. More...
 
int weight
 The wright of the line : 0 for minimal line width. More...
 
style_t style
 The style of the line : one of HIDDEN, PLAIN, DOTTED or DASHED. More...
 

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
HIDDEN 
PLAIN 
DOTTED 
DASHED 

Constructor & Destructor Documentation

otawa::display::LineStyle::LineStyle ( void  )
inline

Member Data Documentation

otawa::display::LineStyle::color

The color of the line.

otawa::display::LineStyle::style

The style of the line : one of HIDDEN, PLAIN, DOTTED or DASHED.

otawa::display::LineStyle::weight

The wright of the line : 0 for minimal line width.


The documentation for this class was generated from the following files: