Rebel Fork Framework
Urho3D::SystemUI Member List

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

AddFont(const ea::string &fontPath, const ImWchar *ranges=nullptr, float size=0, bool merge=false)Urho3D::SystemUI
AddFont(const void *data, unsigned dsize, const char *name, const ImWchar *ranges=nullptr, float size=0, bool merge=false) (defined in Urho3D::SystemUI)Urho3D::SystemUI
AddFontCompressed(const void *data, unsigned dsize, const char *name, const ImWchar *ranges=nullptr, float size=0, bool merge=false) (defined in Urho3D::SystemUI)Urho3D::SystemUI
AddRef()Urho3D::RefCounted
AllocateFontTexture(ImFontAtlas *atlas) const (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
ApplyStyleDefault(bool darkStyle, float alpha)Urho3D::SystemUI
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
ClearPerScreenFonts() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
context_Urho3D::Objectprotected
enableRelativeMouseMove_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
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
fontSizes_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
fontTextures_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
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
GetPassThroughEvents() constUrho3D::SystemUIinline
GetRelativeMouseMove() constUrho3D::SystemUI
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
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
imContext_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
impl_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnInputBegin() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
OnInputEnd() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
OnMouseVisibilityChanged(StringHash, VariantMap &args) (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
OnRawEvent(VariantMap &args) (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
OnRenderEnd() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
OnScreenMode(VariantMap &args) (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
passThroughEvents_Urho3D::SystemUIprotected
PlatformInitialize() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
PlatformShutdown() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
ReallocateFontTexture() (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
referencedTextures_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
ReferenceTexture(Texture2D *texture)Urho3D::SystemUI
Refs() constUrho3D::RefCounted
relativeMouseMove_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
revertMousePosition_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
revertMousePositionOnDisable_ (defined in Urho3D::SystemUI)Urho3D::SystemUIprotected
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
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetPassThroughEvents(bool enabled)Urho3D::SystemUIinline
SetRelativeMouseMove(bool enabled, bool revertMousePositionOnDisable)Urho3D::SystemUI
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
SystemUI(Context *context, ImGuiConfigFlags flags=0)Urho3D::SystemUIexplicit
TypeHierarchyUrho3D::Objectinlinestatic
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(SystemUI, Object) (defined in Urho3D::SystemUI)Urho3D::SystemUIprivate
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~SystemUI() overrideUrho3D::SystemUI