|
Panda3D
|
Public Member Functions | |
| TiXmlAttribute () | |
| TiXmlAttribute (string _name, string _value) | |
| TiXmlAttribute (string _name, string _value) | |
| double | DoubleValue () |
| int | IntValue () |
| string | Name () |
| string | NameTStr () |
| TiXmlAttribute | Next () |
| TiXmlAttribute const | Next () |
| bool | operator< (TiXmlAttribute const rhs) |
| bool | operator== (TiXmlAttribute const rhs) |
| bool | operator> (TiXmlAttribute const rhs) |
| TiXmlAttribute const | Previous () |
| TiXmlAttribute | Previous () |
| Print (FILE cfile, int depth, basic_stringchar str) | |
| SetDocument (TiXmlDocument doc) | |
| SetDoubleValue (double _value) | |
| SetIntValue (int _value) | |
| SetName (string _name) | |
| SetName (string _name) | |
| SetValue (string _value) | |
| SetValue (string _value) | |
| string | Value () |
| string | ValueStr () |
| TiXmlAttribute | ( | ) |
| TiXmlAttribute | ( | string | _name, |
| string | _value | ||
| ) |
| TiXmlAttribute | ( | string | _name, |
| string | _value | ||
| ) |
| double DoubleValue | ( | ) |
| int IntValue | ( | ) |
| string Name | ( | ) |
| string NameTStr | ( | ) |
| TiXmlAttribute Next | ( | ) |
| TiXmlAttribute const Next | ( | ) |
| bool operator< | ( | TiXmlAttribute const | rhs | ) |
| bool operator== | ( | TiXmlAttribute const | rhs | ) |
| bool operator> | ( | TiXmlAttribute const | rhs | ) |
| TiXmlAttribute const Previous | ( | ) |
| TiXmlAttribute Previous | ( | ) |
| ( | FILE | cfile, | |
| int | depth, | ||
| basic_stringchar | str | ||
| ) |
| SetDocument | ( | TiXmlDocument | doc | ) |
| SetDoubleValue | ( | double | _value | ) |
| SetIntValue | ( | int | _value | ) |
| SetName | ( | string | _name | ) |
| SetName | ( | string | _name | ) |
| SetValue | ( | string | _value | ) |
| SetValue | ( | string | _value | ) |
| string Value | ( | ) |
| string ValueStr | ( | ) |
1.7.3