Otawa  0.10
otawa::display::FillStyle Class Reference

The style of a filled area. More...

#include <otawa/display/display.h>

Public Types

enum  fill_t { FILL_NONE, FILL_SOLID }
 
typedef enum
otawa::display::FillStyle::fill_t 
fill_t
 

Public Member Functions

 FillStyle (void)
 

Public Attributes

Color color
 Background color. More...
 
fill_t fill
 Fill style of the area. More...
 

Detailed Description

The style of a filled area.

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
FILL_NONE 
FILL_SOLID 

Constructor & Destructor Documentation

otawa::display::FillStyle::FillStyle ( void  )
inline

References elm::fill().

Member Data Documentation

otawa::display::FillStyle::color

Background color.

otawa::display::FillStyle::fill

Fill style of the area.

One of FILL_NONE or FILL_SOLID.


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