Rebel Fork Framework
Urho3D::Context Member List

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

AddAbstractReflection(ea::string_view category="") (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryinline
AddEventReceiver(Object *receiver, StringHash eventType)Urho3D::Contextprivate
AddEventReceiver(Object *receiver, Object *sender, StringHash eventType)Urho3D::Contextprivate
AddFactoryReflection(ea::string_view category="") (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryinline
AddRef()Urho3D::RefCounted
AddReflection(ea::string_view category="")Urho3D::ObjectReflectionRegistryinline
AddReflectionInternal(ea::string_view category) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
AddReflectionToCurrentCategory(ObjectReflection *reflection) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
BeginSendEvent(Object *sender, StringHash eventType)Urho3D::Contextprivate
categories_ (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
Context()Urho3D::Context
context_ (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
CreateObject(StringHash typeNameHash)Urho3D::ObjectReflectionRegistry
EndSendEvent()Urho3D::Contextprivate
ErrorDuplicateReflection(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
ErrorReflectionNotFound(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
eventDataMaps_Urho3D::Contextprivate
eventHandler_Urho3D::Contextprivate
eventReceivers_Urho3D::Contextprivate
eventSenders_Urho3D::Contextprivate
GetAttribute(StringHash objectType, const char *name)Urho3D::Context
GetAttribute(const char *name)Urho3D::Context
GetAttributes(StringHash type) constUrho3D::Contextinline
GetEventDataMap()Urho3D::Context
GetEventHandler() constUrho3D::Contextinline
GetEventReceivers(Object *sender, StringHash eventType)Urho3D::Contextinline
GetEventReceivers(StringHash eventType)Urho3D::Contextinline
GetEventSender() constUrho3D::Context
GetGlobalVar(StringHash key) constUrho3D::Context
GetGlobalVars() constUrho3D::Contextinline
GetInstance()Urho3D::Contextstatic
GetObjectCategories() constUrho3D::ObjectReflectionRegistryinline
GetObjectReflections() constUrho3D::ObjectReflectionRegistryinline
GetReflection(StringHash typeNameHash)Urho3D::ObjectReflectionRegistry
GetReflection(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
GetReflection() (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
GetReflection() const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
GetSubsystem(StringHash type) constUrho3D::Context
GetSubsystem() constUrho3D::Context
GetSubsystems() constUrho3D::Contextinline
GetTypeName(StringHash objectType) constUrho3D::Context
globalVars_Urho3D::Contextprivate
HasScriptObject() constUrho3D::RefCountedinline
IsReflected(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryinline
IsReflected() const (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
IsScriptStrongRef() constUrho3D::RefCountedinline
Object (defined in Urho3D::Context)Urho3D::Contextfriend
ObjectReflectionRegistry(Context *context) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryexplicit
OnReflectionRemovedUrho3D::ObjectReflectionRegistry
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Reflect(const TypeInfo *typeInfo)Urho3D::ObjectReflectionRegistry
Reflect() (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
ReflectCustomType(ea::unique_ptr< TypeInfo > typeInfo) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
reflections_ (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
Refs() constUrho3D::RefCounted
RegisterFactory(ea::string_view category={})Urho3D::Contextinline
RegisterSubsystem(Object *object, StringHash type)Urho3D::Context
RegisterSubsystem(Object *object)Urho3D::Context
RegisterSubsystem()Urho3D::Context
ReleaseRef()Urho3D::RefCounted
ReleaseSDL()Urho3D::Context
RemoveAttribute(StringHash nameHash) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
RemoveEventReceiver(Object *receiver, Object *sender, StringHash eventType)Urho3D::Contextprivate
RemoveEventReceiver(Object *receiver, StringHash eventType)Urho3D::Contextprivate
RemoveEventSender(Object *sender)Urho3D::Contextprivate
RemoveReflection(StringHash typeNameHash)Urho3D::ObjectReflectionRegistry
RemoveReflection() (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
RemoveReflectionFromCurrentCategory(ObjectReflection *reflection) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistryprivate
RemoveSubsystem(StringHash objectType)Urho3D::Context
RemoveSubsystem()Urho3D::Context
RequireSDL(unsigned int sdlFlags)Urho3D::Context
SetEventHandler(EventHandler *handler)Urho3D::Contextinlineprivate
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Context
SetReflectionCategory(const TypeInfo *typeInfo, ea::string_view category)Urho3D::ObjectReflectionRegistry
SetReflectionCategory(ea::string_view category) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
specificEventReceivers_Urho3D::Contextprivate
subsystems_Urho3D::Contextprivate
UpdateAttributeDefaultValue(StringHash nameHash, const Variant &defaultValue) (defined in Urho3D::ObjectReflectionRegistry)Urho3D::ObjectReflectionRegistry
WeakRefs() constUrho3D::RefCounted
~Context() overrideUrho3D::Context
~RefCounted()Urho3D::RefCountedvirtual