|
Rebel Fork Framework
|
This is the complete list of members for Urho3D::XMLElement, including all inherited members.
| AppendChild(XMLElement element, bool asCopy=false) | Urho3D::XMLElement | |
| CreateChild(const ea::string &name) | Urho3D::XMLElement | |
| CreateChild(const char *name) | Urho3D::XMLElement | |
| EMPTY | Urho3D::XMLElement | static |
| file_ | Urho3D::XMLElement | private |
| GetAttribute(const ea::string &name=EMPTY_STRING) const | Urho3D::XMLElement | |
| GetAttribute(const char *name) const | Urho3D::XMLElement | |
| GetAttributeCString(const char *name) const | Urho3D::XMLElement | |
| GetAttributeLower(const ea::string &name) const | Urho3D::XMLElement | |
| GetAttributeLower(const char *name) const | Urho3D::XMLElement | |
| GetAttributeNames() const | Urho3D::XMLElement | |
| GetAttributeUpper(const ea::string &name) const | Urho3D::XMLElement | |
| GetAttributeUpper(const char *name) const | Urho3D::XMLElement | |
| GetBool(const ea::string &name) const | Urho3D::XMLElement | |
| GetBoundingBox() const | Urho3D::XMLElement | |
| GetBuffer(const ea::string &name) const | Urho3D::XMLElement | |
| GetBuffer(const ea::string &name, void *dest, unsigned size) const | Urho3D::XMLElement | |
| GetChild(const ea::string &name=EMPTY_STRING) const | Urho3D::XMLElement | |
| GetChild(const char *name) const | Urho3D::XMLElement | |
| GetColor(const ea::string &name) const | Urho3D::XMLElement | |
| GetDouble(const ea::string &name) const | Urho3D::XMLElement | |
| GetFile() const | Urho3D::XMLElement | |
| GetFloat(const ea::string &name) const | Urho3D::XMLElement | |
| GetInt(const ea::string &name) const | Urho3D::XMLElement | |
| GetInt64(const ea::string &name) const | Urho3D::XMLElement | |
| GetIntRect(const ea::string &name) const | Urho3D::XMLElement | |
| GetIntVector2(const ea::string &name) const | Urho3D::XMLElement | |
| GetIntVector3(const ea::string &name) const | Urho3D::XMLElement | |
| GetMatrix3(const ea::string &name) const | Urho3D::XMLElement | |
| GetMatrix3x4(const ea::string &name) const | Urho3D::XMLElement | |
| GetMatrix4(const ea::string &name) const | Urho3D::XMLElement | |
| GetName() const | Urho3D::XMLElement | |
| GetNext(const ea::string &name=EMPTY_STRING) const | Urho3D::XMLElement | |
| GetNext(const char *name) const | Urho3D::XMLElement | |
| GetNode() const | Urho3D::XMLElement | inline |
| GetNumAttributes() const | Urho3D::XMLElement | |
| GetOrCreateChild(const ea::string &name) | Urho3D::XMLElement | |
| GetOrCreateChild(const char *name) | Urho3D::XMLElement | |
| GetParent() const | Urho3D::XMLElement | |
| GetQuaternion(const ea::string &name) const | Urho3D::XMLElement | |
| GetRect(const ea::string &name) const | Urho3D::XMLElement | |
| GetResourceRef() const | Urho3D::XMLElement | |
| GetResourceRefList() const | Urho3D::XMLElement | |
| GetStringVariantMap() const | Urho3D::XMLElement | |
| GetStringVector() const | Urho3D::XMLElement | |
| GetUInt(const ea::string &name) const | Urho3D::XMLElement | |
| GetUInt64(const ea::string &name) const | Urho3D::XMLElement | |
| GetValue() const | Urho3D::XMLElement | |
| GetVariant() const | Urho3D::XMLElement | |
| GetVariantMap() const | Urho3D::XMLElement | |
| GetVariantValue(VariantType type, Context *context=nullptr) const | Urho3D::XMLElement | |
| GetVariantVector() const | Urho3D::XMLElement | |
| GetVector(const ea::string &name) const | Urho3D::XMLElement | |
| GetVector2(const ea::string &name) const | Urho3D::XMLElement | |
| GetVector3(const ea::string &name) const | Urho3D::XMLElement | |
| GetVector4(const ea::string &name) const | Urho3D::XMLElement | |
| GetVectorVariant(const ea::string &name) const | Urho3D::XMLElement | |
| GetXPathNode() const | Urho3D::XMLElement | inline |
| GetXPathResultIndex() const | Urho3D::XMLElement | inline |
| GetXPathResultSet() const | Urho3D::XMLElement | inline |
| HasAttribute(const ea::string &name) const | Urho3D::XMLElement | |
| HasAttribute(const char *name) const | Urho3D::XMLElement | |
| HasChild(const ea::string &name) const | Urho3D::XMLElement | |
| HasChild(const char *name) const | Urho3D::XMLElement | |
| IsNull() const | Urho3D::XMLElement | |
| NextResult() const | Urho3D::XMLElement | |
| node_ | Urho3D::XMLElement | private |
| NotNull() const | Urho3D::XMLElement | |
| operator bool() const | Urho3D::XMLElement | explicit |
| operator=(const XMLElement &rhs) | Urho3D::XMLElement | |
| Remove() | Urho3D::XMLElement | |
| RemoveAttribute(const ea::string &name=EMPTY_STRING) | Urho3D::XMLElement | |
| RemoveAttribute(const char *name) | Urho3D::XMLElement | |
| RemoveChild(const XMLElement &element) | Urho3D::XMLElement | |
| RemoveChild(const ea::string &name) | Urho3D::XMLElement | |
| RemoveChild(const char *name) | Urho3D::XMLElement | |
| RemoveChildren(const ea::string &name=EMPTY_STRING) | Urho3D::XMLElement | |
| RemoveChildren(const char *name) | Urho3D::XMLElement | |
| Select(const ea::string &query, pugi::xpath_variable_set *variables=nullptr) const | Urho3D::XMLElement | |
| SelectPrepared(const XPathQuery &query) const | Urho3D::XMLElement | |
| SelectSingle(const ea::string &query, pugi::xpath_variable_set *variables=nullptr) const | Urho3D::XMLElement | |
| SelectSinglePrepared(const XPathQuery &query) const | Urho3D::XMLElement | |
| SetAttribute(const ea::string &name, const ea::string &value) | Urho3D::XMLElement | |
| SetAttribute(const char *name, const char *value) | Urho3D::XMLElement | |
| SetAttribute(const ea::string &value) | Urho3D::XMLElement | |
| SetAttribute(const char *value) | Urho3D::XMLElement | |
| SetBool(const ea::string &name, bool value) | Urho3D::XMLElement | |
| SetBoundingBox(const BoundingBox &value) | Urho3D::XMLElement | |
| SetBuffer(const ea::string &name, const void *data, unsigned size) | Urho3D::XMLElement | |
| SetBuffer(const ea::string &name, const ea::vector< unsigned char > &value) | Urho3D::XMLElement | |
| SetColor(const ea::string &name, const Color &value) | Urho3D::XMLElement | |
| SetDouble(const ea::string &name, double value) | Urho3D::XMLElement | |
| SetFloat(const ea::string &name, float value) | Urho3D::XMLElement | |
| SetInt(const ea::string &name, int value) | Urho3D::XMLElement | |
| SetInt64(const ea::string &name, long long value) | Urho3D::XMLElement | |
| SetIntRect(const ea::string &name, const IntRect &value) | Urho3D::XMLElement | |
| SetIntVector2(const ea::string &name, const IntVector2 &value) | Urho3D::XMLElement | |
| SetIntVector3(const ea::string &name, const IntVector3 &value) | Urho3D::XMLElement | |
| SetMatrix3(const ea::string &name, const Matrix3 &value) | Urho3D::XMLElement | |
| SetMatrix3x4(const ea::string &name, const Matrix3x4 &value) | Urho3D::XMLElement | |
| SetMatrix4(const ea::string &name, const Matrix4 &value) | Urho3D::XMLElement | |
| SetName(const ea::string &name) | Urho3D::XMLElement | |
| SetName(const char *name) | Urho3D::XMLElement | |
| SetQuaternion(const ea::string &name, const Quaternion &value) | Urho3D::XMLElement | |
| SetRect(const ea::string &name, const Rect &value) | Urho3D::XMLElement | |
| SetResourceRef(const ResourceRef &value) | Urho3D::XMLElement | |
| SetResourceRefList(const ResourceRefList &value) | Urho3D::XMLElement | |
| SetString(const ea::string &name, const ea::string &value) | Urho3D::XMLElement | |
| SetStringVariantMap(const StringVariantMap &value) | Urho3D::XMLElement | |
| SetStringVector(const StringVector &value) | Urho3D::XMLElement | |
| SetUInt(const ea::string &name, unsigned value) | Urho3D::XMLElement | |
| SetUInt64(const ea::string &name, unsigned long long value) | Urho3D::XMLElement | |
| SetValue(const ea::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 ea::string &name, const Vector2 &value) | Urho3D::XMLElement | |
| SetVector3(const ea::string &name, const Vector3 &value) | Urho3D::XMLElement | |
| SetVector4(const ea::string &name, const Vector4 &value) | Urho3D::XMLElement | |
| SetVectorVariant(const ea::string &name, const Variant &value) | Urho3D::XMLElement | |
| XMLElement() | Urho3D::XMLElement | |
| XMLElement(const XMLFile *file, pugi::xml_node_struct *node) | Urho3D::XMLElement | |
| XMLElement(const XMLFile *file, const XPathResultSet *resultSet, const pugi::xpath_node *xpathNode, unsigned xpathResultIndex) | Urho3D::XMLElement | |
| XMLElement(const XMLElement &rhs) | Urho3D::XMLElement | |
| xpathNode_ | Urho3D::XMLElement | private |
| xpathResultIndex_ | Urho3D::XMLElement | mutableprivate |
| xpathResultSet_ | Urho3D::XMLElement | private |
| ~XMLElement() | Urho3D::XMLElement |