Inheritance diagram for GMLNodeBuilder:
Public Member Functions | |
GMLNodeBuilder (GMLGraphBuilder *graphBuilder) | |
bool | addInt (const string &st, const int id) |
bool | addDouble (const string &st, const double real) |
bool | addString (const string &st, const string &str) |
bool | addBool (const string &st, const bool boolean) |
void | setColor (const Color &color) |
void | setSize (const Size &size) |
void | setCoord (const Coord &coord) |
bool | addStruct (const string &structName, GMLBuilder *&newBuilder) |
bool | close () |
Public Attributes | |
GMLGraphBuilder * | graphBuilder |
int | idSet |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements GMLBuilder. |
|
|
|
|
|
|
|
|
|
|