DOT_ATTR Struct Reference#include <dotImportParser.h>
List of all members. 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
Public Attributes
Member Enumeration Documentation
|
- Enumerator:
-
LAYOUT |
|
SHAPE |
|
WIDTH |
|
HEIGHT |
|
DEPTH |
|
LABEL |
|
HEAD_LABEL |
|
TAIL_LABEL |
|
URL |
|
COMMENT |
|
FILL_COLOR |
|
FONT_COLOR |
|
COLOR |
|
STYLE |
|
|
Constructor & Destructor Documentation
DOT_ATTR::DOT_ATTR |
( |
|
) |
[inline] |
|
Member Function Documentation
void DOT_ATTR::clear |
( |
|
) |
[inline] |
|
void DOT_ATTR::operator+= |
( |
const DOT_ATTR & |
inRef |
) |
[inline] |
|
void DOT_ATTR::setValue |
( |
const std::string & |
inId, |
|
|
const std::string & |
inValue |
|
) |
[inline] |
|
Member Data Documentation
|