Documentation
Urho3D::JSONValue Member List
This is the complete list of members for Urho3D::JSONValue, including all inherited members.
| AddBool(bool value) | Urho3D::JSONValue | |
| AddBuffer(const PODVector< unsigned char > &value) | Urho3D::JSONValue | |
| AddBuffer(const void *data, unsigned size) | Urho3D::JSONValue | |
| AddColor(const Color &value) | Urho3D::JSONValue | |
| AddFloat(float value) | Urho3D::JSONValue | |
| AddInt(int value) | Urho3D::JSONValue | |
| AddIntRect(const IntRect &value) | Urho3D::JSONValue | |
| AddIntVector2(const IntVector2 &value) | Urho3D::JSONValue | |
| AddMatrix3(const Matrix3 &value) | Urho3D::JSONValue | |
| AddMatrix3x4(const Matrix3x4 &value) | Urho3D::JSONValue | |
| AddMatrix4(const Matrix4 &value) | Urho3D::JSONValue | |
| AddMember(const String &name, rapidjson::Value &jsonValue) | Urho3D::JSONValue | private |
| AddMember(rapidjson::Value &jsonValue) | Urho3D::JSONValue | private |
| AddQuaternion(const Quaternion &value) | Urho3D::JSONValue | |
| AddResourceRef(const ResourceRef &value) | Urho3D::JSONValue | |
| AddResourceRefList(const ResourceRefList &value) | Urho3D::JSONValue | |
| AddString(const String &value) | Urho3D::JSONValue | |
| AddVariant(const Variant &value) | Urho3D::JSONValue | |
| AddVariantValue(const Variant &value) | Urho3D::JSONValue | |
| AddVector2(const Vector2 &value) | Urho3D::JSONValue | |
| AddVector3(const Vector3 &value) | Urho3D::JSONValue | |
| AddVector4(const Vector4 &value) | Urho3D::JSONValue | |
| AddVectorVariant(const Variant &value) | Urho3D::JSONValue | |
| CreateChild(const String &name, JSONValueType valueType=JSON_OBJECT) | Urho3D::JSONValue | |
| CreateChild(JSONValueType valueType=JSON_OBJECT) | Urho3D::JSONValue | |
| EMPTY | Urho3D::JSONValue | static |
| file_ | Urho3D::JSONValue | private |
| GetBool(const String &name) const | Urho3D::JSONValue | |
| GetBool(unsigned index) const | Urho3D::JSONValue | |
| GetBuffer(const String &name) const | Urho3D::JSONValue | |
| GetBuffer(const String &name, void *dest, unsigned size) const | Urho3D::JSONValue | |
| GetBuffer(unsigned index) const | Urho3D::JSONValue | |
| GetBuffer(unsigned index, void *dest, unsigned size) const | Urho3D::JSONValue | |
| GetChild(const String &name, JSONValueType valueType=JSON_ANY) const | Urho3D::JSONValue | |
| GetChild(unsigned index, JSONValueType valueType=JSON_ANY) const | Urho3D::JSONValue | |
| GetChildNames() const | Urho3D::JSONValue | |
| GetColor(const String &name) const | Urho3D::JSONValue | |
| GetColor(unsigned index) const | Urho3D::JSONValue | |
| GetCString(const String &name) const | Urho3D::JSONValue | |
| GetCString(unsigned index) const | Urho3D::JSONValue | |
| GetFloat(const String &name) const | Urho3D::JSONValue | |
| GetFloat(unsigned index) const | Urho3D::JSONValue | |
| GetInt(const String &name) const | Urho3D::JSONValue | |
| GetInt(unsigned index) const | Urho3D::JSONValue | |
| GetIntRect(const String &name) const | Urho3D::JSONValue | |
| GetIntRect(unsigned index) const | Urho3D::JSONValue | |
| GetIntVector2(const String &name) const | Urho3D::JSONValue | |
| GetIntVector2(unsigned index) const | Urho3D::JSONValue | |
| GetMatrix3(const String &name) const | Urho3D::JSONValue | |
| GetMatrix3(unsigned index) const | Urho3D::JSONValue | |
| GetMatrix3x4(const String &name) const | Urho3D::JSONValue | |
| GetMatrix3x4(unsigned index) const | Urho3D::JSONValue | |
| GetMatrix4(const String &name) const | Urho3D::JSONValue | |
| GetMatrix4(unsigned index) const | Urho3D::JSONValue | |
| GetMember(const String &name) const | Urho3D::JSONValue | private |
| GetMember(unsigned index) const | Urho3D::JSONValue | private |
| GetQuaternion(const String &name) const | Urho3D::JSONValue | |
| GetQuaternion(unsigned index) const | Urho3D::JSONValue | |
| GetResourceRef(const String &name) const | Urho3D::JSONValue | |
| GetResourceRef(unsigned index) const | Urho3D::JSONValue | |
| GetResourceRefList(const String &name) const | Urho3D::JSONValue | |
| GetResourceRefList(unsigned index) const | Urho3D::JSONValue | |
| GetSize() const | Urho3D::JSONValue | |
| GetString(const String &name) const | Urho3D::JSONValue | |
| GetString(unsigned index) const | Urho3D::JSONValue | |
| GetValueNames() const | Urho3D::JSONValue | |
| GetVariant(const String &name) const | Urho3D::JSONValue | |
| GetVariant(unsigned index) const | Urho3D::JSONValue | |
| GetVariantValue(const String &name, VariantType type) const | Urho3D::JSONValue | |
| GetVariantValue(unsigned index, VariantType type) const | Urho3D::JSONValue | |
| GetVector2(const String &name) const | Urho3D::JSONValue | |
| GetVector2(unsigned index) const | Urho3D::JSONValue | |
| GetVector3(const String &name) const | Urho3D::JSONValue | |
| GetVector3(unsigned index) const | Urho3D::JSONValue | |
| GetVector4(const String &name) const | Urho3D::JSONValue | |
| GetVector4(unsigned index) const | Urho3D::JSONValue | |
| GetVectorVariant(const String &name) const | Urho3D::JSONValue | |
| GetVectorVariant(unsigned index) const | Urho3D::JSONValue | |
| IsArray() const | Urho3D::JSONValue | |
| IsNull() const | Urho3D::JSONValue | |
| IsObject() const | Urho3D::JSONValue | |
| JSONValue() | Urho3D::JSONValue | |
| JSONValue(JSONFile *file, rapidjson::Value *value) | Urho3D::JSONValue | |
| JSONValue(const JSONValue &rhs) | Urho3D::JSONValue | |
| NotNull() const | Urho3D::JSONValue | |
| operator bool() const | Urho3D::JSONValue | |
| operator=(const JSONValue &rhs) | Urho3D::JSONValue | |
| SetBool(const String &name, bool value) | Urho3D::JSONValue | |
| SetBuffer(const String &name, const void *data, unsigned size) | Urho3D::JSONValue | |
| SetBuffer(const String &name, const PODVector< unsigned char > &value) | Urho3D::JSONValue | |
| SetColor(const String &name, const Color &value) | Urho3D::JSONValue | |
| SetFloat(const String &name, float value) | Urho3D::JSONValue | |
| SetInt(const String &name, int value) | Urho3D::JSONValue | |
| SetIntRect(const String &name, const IntRect &value) | Urho3D::JSONValue | |
| SetIntVector2(const String &name, const IntVector2 &value) | Urho3D::JSONValue | |
| SetMatrix3(const String &name, const Matrix3 &value) | Urho3D::JSONValue | |
| SetMatrix3x4(const String &name, const Matrix3x4 &value) | Urho3D::JSONValue | |
| SetMatrix4(const String &name, const Matrix4 &value) | Urho3D::JSONValue | |
| SetQuaternion(const String &name, const Quaternion &value) | Urho3D::JSONValue | |
| SetResourceRef(const String &name, const ResourceRef &value) | Urho3D::JSONValue | |
| SetResourceRefList(const String &name, const ResourceRefList &value) | Urho3D::JSONValue | |
| SetString(const String &name, const String &value) | Urho3D::JSONValue | |
| SetVariant(const String &name, const Variant &value) | Urho3D::JSONValue | |
| SetVariantValue(const String &name, const Variant &value) | Urho3D::JSONValue | |
| SetVector2(const String &name, const Vector2 &value) | Urho3D::JSONValue | |
| SetVector3(const String &name, const Vector3 &value) | Urho3D::JSONValue | |
| SetVector4(const String &name, const Vector4 &value) | Urho3D::JSONValue | |
| SetVectorVariant(const String &name, const Variant &value) | Urho3D::JSONValue | |
| value_ | Urho3D::JSONValue | private |
| ~JSONValue() | Urho3D::JSONValue |
