Urho3D::XMLElement Member List

This is the complete list of members for Urho3D::XMLElement, including all inherited members.

CreateChild(const String &name)Urho3D::XMLElement
CreateChild(const char *name)Urho3D::XMLElement
EMPTYUrho3D::XMLElementstatic
file_Urho3D::XMLElementprivate
GetAttribute(const String &name=String::EMPTY) const Urho3D::XMLElement
GetAttribute(const char *name) const Urho3D::XMLElement
GetAttributeCString(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::EMPTY) 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
GetMatrix3(const String &name) const Urho3D::XMLElement
GetMatrix3x4(const String &name) const Urho3D::XMLElement
GetMatrix4(const String &name) const Urho3D::XMLElement
GetName() const Urho3D::XMLElement
GetNext(const String &name=String::EMPTY) const Urho3D::XMLElement
GetNext(const char *name) const Urho3D::XMLElement
GetNode() const Urho3D::XMLElementinline
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
GetUInt(const String &name) const Urho3D::XMLElement
GetValue() 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
GetVectorVariant(const String &name) const Urho3D::XMLElement
GetXPathNode() const Urho3D::XMLElementinline
GetXPathResultIndex() const Urho3D::XMLElementinline
GetXPathResultSet() const Urho3D::XMLElementinline
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
NextResult() const Urho3D::XMLElement
node_Urho3D::XMLElementprivate
NotNull() const Urho3D::XMLElement
operator bool() const Urho3D::XMLElement
operator=(const XMLElement &rhs)Urho3D::XMLElement
RemoveAttribute(const String &name=String::EMPTY)Urho3D::XMLElement
RemoveAttribute(const char *name)Urho3D::XMLElement
RemoveChild(const XMLElement &element)Urho3D::XMLElement
RemoveChild(const String &name)Urho3D::XMLElement
RemoveChild(const char *name)Urho3D::XMLElement
RemoveChildren(const String &name=String::EMPTY)Urho3D::XMLElement
RemoveChildren(const char *name)Urho3D::XMLElement
Select(const String &query, pugi::xpath_variable_set *variables=0) const Urho3D::XMLElement
SelectPrepared(const XPathQuery &query) const Urho3D::XMLElement
SelectSingle(const String &query, pugi::xpath_variable_set *variables=0) const Urho3D::XMLElement
SelectSinglePrepared(const XPathQuery &query) const Urho3D::XMLElement
SetAttribute(const String &name, const String &value)Urho3D::XMLElement
SetAttribute(const char *name, const char *value)Urho3D::XMLElement
SetAttribute(const String &value)Urho3D::XMLElement
SetAttribute(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
SetMatrix3(const String &name, const Matrix3 &value)Urho3D::XMLElement
SetMatrix3x4(const String &name, const Matrix3x4 &value)Urho3D::XMLElement
SetMatrix4(const String &name, const Matrix4 &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
SetUInt(const String &name, unsigned value)Urho3D::XMLElement
SetValue(const String &value)Urho3D::XMLElement
SetValue(const char *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
SetVectorVariant(const String &name, const Variant &value)Urho3D::XMLElement
XMLElement()Urho3D::XMLElement
XMLElement(XMLFile *file, pugi::xml_node_struct *node)Urho3D::XMLElement
XMLElement(XMLFile *file, const XPathResultSet *resultSet, const pugi::xpath_node *xpathNode, unsigned xpathResultIndex)Urho3D::XMLElement
XMLElement(const XMLElement &rhs)Urho3D::XMLElement
xpathNode_Urho3D::XMLElementprivate
xpathResultIndex_Urho3D::XMLElementmutableprivate
xpathResultSet_Urho3D::XMLElementprivate
~XMLElement()Urho3D::XMLElement