|
Public Types | |
enum | Orientation { UNDEFINED_ORIENTATION =0 , HORZ , VERT } |
enum | Direction { UNDEFINED_DIRECTION =0 , INCR , DECR } |
enum | Legend { NO_LEGEND =0 , LEFT =1 , RIGHT =2 , EMBED =4 } |
typedef drain::EnumFlagger< drain::SingleFlagger< Orientation > > | OrientationFlagger |
typedef drain::EnumFlagger< drain::SingleFlagger< Direction > > | DirectionFlagger |
typedef drain::EnumFlagger< drain::MultiFlagger< Legend > > | LegendFlagger |
Public Attributes | |
OrientationFlagger | orientation = HORZ |
DirectionFlagger | direction = INCR |
LegendFlagger | legend |
std::string | groupName |
SVG file may contain several "modules", for example rows or columns of IMAGE:s. This is the name of the current module, contained in a GROUP. | |
int | maxPerGroup = 10 |
bool | absolutePaths = false |
std::string | title |
FontSizes | fontSize |