#include <dotImportParser.h>
Public Types | |
enum | { LAYOUT = (1<<0), SHAPE = (1<<1), WIDTH = (1<<2), HEIGHT = (1<<3), DEPTH = (1<<4), LABEL = (1<<5), HEAD_LABEL = (1<<6), TAIL_LABEL = (1<<7), URL = (1<<8), COMMENT = (1<<9), FILL_COLOR = (1<<10), FONT_COLOR = (1<<11), COLOR = (1<<12), STYLE = (1<<13) } |
Public Member Functions | |
DOT_ATTR () | |
void | clear () |
DOT_ATTR | operator+ (const DOT_ATTR &inRef) |
void | operator+= (const DOT_ATTR &inRef) |
void | setValue (const std::string &inId, const std::string &inValue) |
Public Attributes | |
uint mask | |
Coord layout | |
int shape | |
Size size | |
std::string label | |
std::string headLabel | |
std::string tailLabel | |
std::string url | |
std::string comment | |
Color color | |
Color fontcolor | |
Color fillcolor | |
int style |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|