Attribute Class Reference
List of all members.
Public Member Functions |
|
AttributeMapConstIterator | GetAttributeIterator () const |
|
const AttributeMap & | GetAllAttributes () const |
|
const Attribute * | GetFirstAttribute (const std::string &name) const |
|
AttributeList | GetAttributes (const std::string &name) const |
|
const std::string & | GetValue () const |
|
void | SetValue (const std::string &value) |
|
void | SetIntegerValue (int nValue) |
|
void | SetFloatValue (const float fValue) |
|
void | SetBooleanValue (const bool bValue) |
|
void | SetVectorValue (const Vector2 &value) |
|
void | SetColourValue (const Colour &value) |
|
void | SetRectValue (const Rect &value) |
|
Attribute * | AddAttribute (const std::string &name) |
|
Attribute * | AddAttribute (const std::string &name, const std::string &value) |
|
int | ParseIntegerValue () const |
|
float | ParseFloatValue () const |
|
bool | ParseBooleanValue () const |
|
Vector2 | ParseVectorValue () const |
|
Colour | ParseColourValue () const |
|
Rect | ParseRectValue () const |
The documentation for this class was generated from the following files:
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/Attribute.h
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/Attribute.cpp