Rebel Fork Framework
Urho3D::PointerAdapter Member List

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

activeTouchId_Urho3D::PointerAdapterprivate
AddRef()Urho3D::RefCounted
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
cursorAcceleration_Urho3D::PointerAdapterprivate
cursorSpeed_Urho3D::PointerAdapterprivate
directionAdapter_ (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
enabled_Urho3D::PointerAdapterprivate
enabledSubscriptions_Urho3D::PointerAdapterprivate
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
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetCursorAcceleration() constUrho3D::PointerAdapterinline
GetCursorVelocity() constUrho3D::PointerAdapterinline
GetDirectionAggregator() constUrho3D::PointerAdapter
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetPointerPosition() constUrho3D::PointerAdapterinline
GetSubscriptionMask() constUrho3D::PointerAdapterinline
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
GetUIElement() constUrho3D::PointerAdapterinline
GetUIPointerPosition() constUrho3D::PointerAdapter
HandleJoystickButton(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleMouseButtonDown(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleMouseButtonUp(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleMouseMove(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleTouchBegin(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleTouchEnd(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleTouchMove(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HandleUpdate(StringHash eventType, VariantMap &args) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsButtonDown() constUrho3D::PointerAdapterinline
IsEnabled() constUrho3D::PointerAdapterinline
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
maxCursorSpeed_Urho3D::PointerAdapterprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
PointerAdapter(Context *context)Urho3D::PointerAdapterexplicit
pointerPosition_Urho3D::PointerAdapterprivate
pointerPressed_Urho3D::PointerAdapterprivate
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
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
SetCursorAcceleration(float cursorAcceleration)Urho3D::PointerAdapter
SetCursorSpeed(float cursorSpeed)Urho3D::PointerAdapter
SetEnabled(bool enabled)Urho3D::PointerAdapter
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetSubscriptionMask(PointerAdapterFlags mask)Urho3D::PointerAdapter
SetUIElement(UIElement *element)Urho3D::PointerAdapter
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
subscriptionFlags_Urho3D::PointerAdapterprivate
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
UpdatePointer(const Vector2 &position, bool press, bool moveMouse) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
UpdateSubscriptions(PointerAdapterFlags flags) (defined in Urho3D::PointerAdapter)Urho3D::PointerAdapterprivate
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual