Rebel Fork Framework
Urho3D::ApplicationState Member List

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

Activate(StringVariantMap &bundle)Urho3D::ApplicationStatevirtual
active_Urho3D::ApplicationStateprivate
AddRef()Urho3D::RefCounted
ApplicationState(Context *context)Urho3D::ApplicationStateexplicit
blockEvents_Urho3D::Objectprivate
CanLeaveState() constUrho3D::ApplicationStatevirtual
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
cursor_Urho3D::ApplicationStateprivate
Deactivate()Urho3D::ApplicationStatevirtual
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
fogColor_Urho3D::ApplicationStateprivate
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetCursor() constUrho3D::ApplicationStateinline
GetDefaultFogColor() constUrho3D::ApplicationStateinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetMouseMode() constUrho3D::ApplicationStateinline
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
GetUICustomSize() constUrho3D::ApplicationStateinline
GetUIRoot() constUrho3D::ApplicationStateinline
GetViewport(unsigned index) constUrho3D::ApplicationState
GetViewportForScene(Scene *scene, unsigned index) constUrho3D::ApplicationState
HandleMouseModeChange(StringHash eventType, VariantMap &eventData)Urho3D::ApplicationStateprivate
HandleMouseModeRequest(StringHash eventType, VariantMap &eventData)Urho3D::ApplicationStateprivate
HandleUpdate(StringHash eventType, VariantMap &eventData)Urho3D::ApplicationStateprivate
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
InitMouseMode()Urho3D::ApplicationStateprivate
IsActive() constUrho3D::ApplicationStateinline
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsMouseGrabbed() constUrho3D::ApplicationStateinline
IsMouseVisible() constUrho3D::ApplicationStateinline
IsScriptStrongRef() constUrho3D::RefCountedinline
mouseGrabbed_Urho3D::ApplicationStateprivate
mouseMode_Urho3D::ApplicationStateprivate
mouseVisible_Urho3D::ApplicationStateprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::ApplicationStatestatic
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
rootCustomSize_Urho3D::ApplicationStateprivate
rootElement_Urho3D::ApplicationStateprivate
savedCursor_Urho3D::ApplicationStateprivate
savedFogColor_Urho3D::ApplicationStateprivate
savedRootCustomSize_Urho3D::ApplicationStateprivate
savedRootElement_Urho3D::ApplicationStateprivate
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
SetCursor(Cursor *cursor)Urho3D::ApplicationState
SetDefaultFogColor(const Color &color)Urho3D::ApplicationState
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMouseGrabbed(bool grab)Urho3D::ApplicationState
SetMouseMode(MouseMode mode)Urho3D::ApplicationState
SetMouseVisible(bool enable)Urho3D::ApplicationState
SetNumViewports(unsigned num)Urho3D::ApplicationState
SetUICustomSize(const IntVector2 &size)Urho3D::ApplicationState
SetUICustomSize(int width, int height)Urho3D::ApplicationState
SetViewport(unsigned index, Viewport *viewport)Urho3D::ApplicationState
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
TransitionComplete()Urho3D::ApplicationStatevirtual
TransitionStarted()Urho3D::ApplicationStatevirtual
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
Update(float timeStep)Urho3D::ApplicationStatevirtual
viewports_Urho3D::ApplicationStateprivate
WeakRefs() constUrho3D::RefCounted
~ApplicationState() overrideUrho3D::ApplicationStatevirtual
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual