addBool(const string &st, const bool boolean) | GMLNodeBuilder | [inline] |
GMLBuilder::addBool(const std::string &, const bool)=0 | GMLBuilder | [pure virtual] |
addDouble(const string &st, const double real) | GMLNodeBuilder | [inline] |
GMLBuilder::addDouble(const std::string &, const double)=0 | GMLBuilder | [pure virtual] |
addInt(const string &st, const int id) | GMLNodeBuilder | [inline] |
GMLBuilder::addInt(const std::string &, const int)=0 | GMLBuilder | [pure virtual] |
addString(const string &st, const string &str) | GMLNodeBuilder | [inline] |
GMLBuilder::addString(const std::string &, const std::string &)=0 | GMLBuilder | [pure virtual] |
addStruct(const string &structName, GMLBuilder *&newBuilder) | GMLNodeBuilder | |
GMLBuilder::addStruct(const std::string &, GMLBuilder *&)=0 | GMLBuilder | [pure virtual] |
close() | GMLNodeBuilder | [inline, virtual] |
GMLNodeBuilder(GMLGraphBuilder *graphBuilder) | GMLNodeBuilder | [inline] |
graphBuilder | GMLNodeBuilder | |
idSet | GMLNodeBuilder | |
setColor(const Color &color) | GMLNodeBuilder | [inline] |
setCoord(const Coord &coord) | GMLNodeBuilder | [inline] |
setSize(const Size &size) | GMLNodeBuilder | [inline] |