GMLNodeBuilder Struct ReferenceInherits GMLBuilder.
Inheritance diagram for GMLNodeBuilder:
[legend]Collaboration diagram for GMLNodeBuilder:
[legend]List of all members.Public Member Functions
Public Attributes
Constructor & Destructor Documentation
Member Function Documentation
bool GMLNodeBuilder::addBool |
( |
const string & |
st, |
|
|
const bool |
boolean |
|
) |
[inline] |
|
bool GMLNodeBuilder::addDouble |
( |
const string & |
st, |
|
|
const double |
real |
|
) |
[inline] |
|
bool GMLNodeBuilder::addInt |
( |
const string & |
st, |
|
|
const int |
id |
|
) |
[inline] |
|
bool GMLNodeBuilder::addString |
( |
const string & |
st, |
|
|
const string & |
str |
|
) |
[inline] |
|
bool GMLNodeBuilder::addStruct |
( |
const string & |
structName, |
|
|
GMLBuilder *& |
newBuilder |
|
) |
|
|
bool GMLNodeBuilder::close |
( |
|
) |
[inline, virtual] |
|
void GMLNodeBuilder::setColor |
( |
const Color & |
color |
) |
[inline] |
|
void GMLNodeBuilder::setCoord |
( |
const Coord & |
coord |
) |
[inline] |
|
void GMLNodeBuilder::setSize |
( |
const Size & |
size |
) |
[inline] |
|
Member Data Documentation
|