Rebel Fork Framework
Urho3D::JSONFile Member List

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

absoluteFileName_Urho3D::Resourceprivate
AddRef()Urho3D::RefCounted
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::JSONFilevirtual
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
EndLoad()Urho3D::Resourcevirtual
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
FromString(const ea::string &source)Urho3D::JSONFile
GetAbsoluteFileName() constUrho3D::Resourceinline
GetAsyncLoadState() constUrho3D::Resourceinline
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetMemoryUse() constUrho3D::Resourceinline
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetRoot()Urho3D::JSONFileinline
GetRoot() constUrho3D::JSONFileinline
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
JSONFile(Context *context)Urho3D::JSONFileexplicit
Load(Deserializer &source)Urho3D::Resource
LoadFile(const FileIdentifier &fileName)Urho3D::Resource
LoadFromCache(Context *context, StringHash type, const ea::string &name)Urho3D::Resourcestatic
LoadObject(const char *name, T &object, Args &&... args) const (defined in Urho3D::JSONFile)Urho3D::JSONFile
LoadObject(Object &object) const (defined in Urho3D::JSONFile)Urho3D::JSONFileinline
LoadObjectCallback(const ea::function< void(Archive &)> serializeValue) const (defined in Urho3D::JSONFile)Urho3D::JSONFile
memoryUse_Urho3D::Resourceprivate
name_Urho3D::Resourceprivate
nameHash_Urho3D::Resourceprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
ParseJSON(const ea::string &json, JSONValue &value, bool reportError=true)Urho3D::JSONFilestatic
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::JSONFilestatic
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
root_Urho3D::JSONFileprivate
Save(Serializer &dest) const overrideUrho3D::JSONFilevirtual
Save(Serializer &dest, const ea::string &indendation) constUrho3D::JSONFile
SaveFile(const FileIdentifier &fileName) constUrho3D::Resourcevirtual
SaveObject(const char *name, const T &object, Args &&... args) (defined in Urho3D::JSONFile)Urho3D::JSONFile
SaveObject(const Object &object) (defined in Urho3D::JSONFile)Urho3D::JSONFileinline
SaveObjectCallback(const ea::function< void(Archive &)> serializeValue)Urho3D::JSONFile
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline
SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object
SerializeInBlock(Archive &archive)Urho3D::Objectvirtual
SetAbsoluteFileName(const ea::string &fileName)Urho3D::Resourceinline
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const ea::string &name)Urho3D::Resource
SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
ToString(const ea::string &indendation="\t") constUrho3D::JSONFile
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
URHO3D_OBJECT(JSONFile, Resource) (defined in Urho3D::JSONFile)Urho3D::JSONFileprivate
useTimer_Urho3D::Resourceprivate
WeakRefs() constUrho3D::RefCounted
~JSONFile() overrideUrho3D::JSONFile
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual