Rebel Fork Framework
Urho3D::InputMap Member List

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

absoluteFileName_Urho3D::Resourceprivate
actions_Urho3D::InputMapprivate
AddMetadata(const ea::string &name, const Variant &value)Urho3D::InputMap
AddRef()Urho3D::RefCounted
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::SimpleResourcevirtual
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
deadZone_Urho3D::InputMapprivate
DEFAULT_DEADZONE (defined in Urho3D::InputMap)Urho3D::InputMap
EndLoad() overrideUrho3D::SimpleResourcevirtual
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
Evaluate(const ea::string &action)Urho3D::InputMap
EvaluateByHash(StringHash actionHash)Urho3D::InputMap
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
GetAbsoluteFileName() constUrho3D::Resourceinline
GetAsyncLoadState() constUrho3D::Resourceinline
GetBinaryMagic() constUrho3D::SimpleResourceinlineprotectedvirtual
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetControllerButtonNames()Urho3D::InputMapstatic
GetControllerHatNames()Urho3D::InputMapstatic
GetDeadZone() constUrho3D::InputMapinline
GetDefaultInternalFormat() constUrho3D::SimpleResourceinlineprotectedvirtual
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetMapping(const ea::string &action) constUrho3D::InputMap
GetMappingByHash(StringHash actionHash) constUrho3D::InputMap
GetMappings() constUrho3D::InputMapinline
GetMemoryUse() constUrho3D::Resourceinline
GetMetadata(const ea::string &name) constUrho3D::InputMap
GetMouseButtonNames()Urho3D::InputMapstatic
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetOrAddMapping(const ea::string &action) (defined in Urho3D::InputMap)Urho3D::InputMapprivate
GetRootBlockName() constUrho3D::SimpleResourceinlineprotectedvirtual
GetScanCodeNames()Urho3D::InputMapstatic
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
HasMetadata() constUrho3D::InputMap
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
ignoreJoystickId_Urho3D::InputMapprivate
InputMap(Context *context)Urho3D::InputMapexplicit
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
Load(Context *context, const ea::string &name)Urho3D::InputMapstatic
Urho3D::SimpleResource::Load(Deserializer &source)Urho3D::Resource
LoadFile(const FileIdentifier &fileName)Urho3D::Resource
loadFormat_ (defined in Urho3D::SimpleResource)Urho3D::SimpleResourceprivate
LoadFromCache(Context *context, StringHash type, const ea::string &name)Urho3D::Resourcestatic
LoadLegacyXML(const XMLElement &source)Urho3D::SimpleResourceinlineprotectedvirtual
MapControllerAxis(const ea::string &action, ControllerAxis axis, float neutral, float pressed)Urho3D::InputMap
MapControllerButton(const ea::string &action, ControllerButton button)Urho3D::InputMap
MapHat(const ea::string &action, HatPosition hatPosition)Urho3D::InputMap
MapJoystickAxis(const ea::string &action, unsigned axis, float neutral, float pressed)Urho3D::InputMap
MapJoystickButton(const ea::string &action, unsigned buttonIndex)Urho3D::InputMap
MapKeyboardKey(const ea::string &action, Scancode scancode)Urho3D::InputMap
MapMouseButton(const ea::string &action, MouseButton mouseButton)Urho3D::InputMap
MapScreenButton(const ea::string &action, const ea::string &elementName)Urho3D::InputMap
memoryUse_Urho3D::Resourceprivate
metadata_Urho3D::InputMapprivate
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
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::InputMapstatic
ReleaseRef()Urho3D::RefCounted
RemoveAllMetadata()Urho3D::InputMap
RemoveEventSender(Object *sender)Urho3D::Objectprivate
RemoveMetadata(const ea::string &name)Urho3D::InputMap
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
Save(Serializer &dest, InternalResourceFormat format) constUrho3D::SimpleResource
Save(Serializer &dest) const overrideUrho3D::SimpleResourcevirtual
SaveFile(const FileIdentifier &fileName, InternalResourceFormat format) constUrho3D::SimpleResource
SaveFile(const FileIdentifier &fileName) const overrideUrho3D::SimpleResourcevirtual
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) overrideUrho3D::InputMapvirtual
SetAbsoluteFileName(const ea::string &fileName)Urho3D::Resourceinline
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBlockEvents(bool block)Urho3D::Objectinline
SetDeadZone(float deadZone)Urho3D::InputMap
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const ea::string &name)Urho3D::Resource
SimpleResource(Context *context)Urho3D::SimpleResourceexplicit
StringActionMappingMap typedefUrho3D::InputMap
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
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(InputMap, SimpleResource) (defined in Urho3D::InputMap)Urho3D::InputMapprivate
useTimer_Urho3D::Resourceprivate
WeakRefs() constUrho3D::RefCounted
~InputMap() override (defined in Urho3D::InputMap)Urho3D::InputMap
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual