CreateChild(const String &name) | Urho3D::XMLElement | |
CreateChild(const char *name) | Urho3D::XMLElement | |
EMPTY | Urho3D::XMLElement | static |
file_ | Urho3D::XMLElement | private |
GetAttribute(const String &name) const | Urho3D::XMLElement | |
GetAttribute(const char *name) const | Urho3D::XMLElement | |
GetAttributeLower(const String &name) const | Urho3D::XMLElement | |
GetAttributeLower(const char *name) const | Urho3D::XMLElement | |
GetAttributeNames() const | Urho3D::XMLElement | |
GetAttributeUpper(const String &name) const | Urho3D::XMLElement | |
GetAttributeUpper(const char *name) const | Urho3D::XMLElement | |
GetBool(const String &name) const | Urho3D::XMLElement | |
GetBoundingBox() const | Urho3D::XMLElement | |
GetBuffer(const String &name) const | Urho3D::XMLElement | |
GetBuffer(const String &name, void *dest, unsigned size) const | Urho3D::XMLElement | |
GetChild(const String &name=String()) const | Urho3D::XMLElement | |
GetChild(const char *name) const | Urho3D::XMLElement | |
GetColor(const String &name) const | Urho3D::XMLElement | |
GetFile() const | Urho3D::XMLElement | |
GetFloat(const String &name) const | Urho3D::XMLElement | |
GetInt(const String &name) const | Urho3D::XMLElement | |
GetIntRect(const String &name) const | Urho3D::XMLElement | |
GetIntVector2(const String &name) const | Urho3D::XMLElement | |
GetName() const | Urho3D::XMLElement | |
GetNext(const String &name=String()) const | Urho3D::XMLElement | |
GetNext(const char *name) const | Urho3D::XMLElement | |
GetNode() const | Urho3D::XMLElement | inline |
GetNumAttributes() const | Urho3D::XMLElement | |
GetParent() const | Urho3D::XMLElement | |
GetQuaternion(const String &name) const | Urho3D::XMLElement | |
GetRect(const String &name) const | Urho3D::XMLElement | |
GetResourceRef() const | Urho3D::XMLElement | |
GetResourceRefList() const | Urho3D::XMLElement | |
GetVariant() const | Urho3D::XMLElement | |
GetVariantMap() const | Urho3D::XMLElement | |
GetVariantValue(VariantType type) const | Urho3D::XMLElement | |
GetVariantVector() const | Urho3D::XMLElement | |
GetVector(const String &name) const | Urho3D::XMLElement | |
GetVector2(const String &name) const | Urho3D::XMLElement | |
GetVector3(const String &name) const | Urho3D::XMLElement | |
GetVector4(const String &name) const | Urho3D::XMLElement | |
HasAttribute(const String &name) const | Urho3D::XMLElement | |
HasAttribute(const char *name) const | Urho3D::XMLElement | |
HasChild(const String &name) const | Urho3D::XMLElement | |
HasChild(const char *name) const | Urho3D::XMLElement | |
IsNull() const | Urho3D::XMLElement | inline |
node_ | Urho3D::XMLElement | private |
NotNull() const | Urho3D::XMLElement | inline |
operator bool() const | Urho3D::XMLElement | inline |
RemoveChild(const XMLElement &element) | Urho3D::XMLElement | |
RemoveChild(const String &name) | Urho3D::XMLElement | |
RemoveChild(const char *name) | Urho3D::XMLElement | |
RemoveChildren(const String &name=String()) | Urho3D::XMLElement | |
RemoveChildren(const char *name) | Urho3D::XMLElement | |
SetAttribute(const String &name, const String &value) | Urho3D::XMLElement | |
SetAttribute(const char *name, const char *value) | Urho3D::XMLElement | |
SetBool(const String &name, bool value) | Urho3D::XMLElement | |
SetBoundingBox(const BoundingBox &value) | Urho3D::XMLElement | |
SetBuffer(const String &name, const void *data, unsigned size) | Urho3D::XMLElement | |
SetBuffer(const String &name, const PODVector< unsigned char > &value) | Urho3D::XMLElement | |
SetColor(const String &name, const Color &value) | Urho3D::XMLElement | |
SetFloat(const String &name, float value) | Urho3D::XMLElement | |
SetInt(const String &name, int value) | Urho3D::XMLElement | |
SetIntRect(const String &name, const IntRect &value) | Urho3D::XMLElement | |
SetIntVector2(const String &name, const IntVector2 &value) | Urho3D::XMLElement | |
SetQuaternion(const String &name, const Quaternion &value) | Urho3D::XMLElement | |
SetRect(const String &name, const Rect &value) | Urho3D::XMLElement | |
SetResourceRef(const ResourceRef &value) | Urho3D::XMLElement | |
SetResourceRefList(const ResourceRefList &value) | Urho3D::XMLElement | |
SetString(const String &name, const String &value) | Urho3D::XMLElement | |
SetVariant(const Variant &value) | Urho3D::XMLElement | |
SetVariantMap(const VariantMap &value) | Urho3D::XMLElement | |
SetVariantValue(const Variant &value) | Urho3D::XMLElement | |
SetVariantVector(const VariantVector &value) | Urho3D::XMLElement | |
SetVector2(const String &name, const Vector2 &value) | Urho3D::XMLElement | |
SetVector3(const String &name, const Vector3 &value) | Urho3D::XMLElement | |
SetVector4(const String &name, const Vector4 &value) | Urho3D::XMLElement | |
XMLElement() | Urho3D::XMLElement | |
XMLElement(XMLFile *file, pugi::xml_node_struct *node) | Urho3D::XMLElement | |
XMLElement(const XMLElement &rhs) | Urho3D::XMLElement | |
~XMLElement() | Urho3D::XMLElement | |