![]() |
ManaPlus
|
#include <inputactiondata.h>
Data Fields | |
| const char *const | configField |
| const InputTypeT | defaultType1 |
| const int | defaultValue1 |
| const InputTypeT | defaultType2 |
| const int | defaultValue2 |
| const int | grp |
| const ActionFuncPtr | action |
| const InputActionT | modKeyIndex |
| const int | priority |
| const int | condition |
| const std::string | chatCommand |
| const UseArgs | useArgs |
| const Protected | isProtected |
Definition at line 34 of file inputactiondata.h.
| const ActionFuncPtr InputActionData::action |
Definition at line 44 of file inputactiondata.h.
Referenced by InputManager::executeAction(), InputManager::executeChatCommand(), and InputManager::invokeKey().
| const std::string InputActionData::chatCommand |
Definition at line 48 of file inputactiondata.h.
Referenced by InputManager::addChatCommands(), and InputManager::retrieve().
| const int InputActionData::condition |
Definition at line 47 of file inputactiondata.h.
| const char* const InputActionData::configField |
Definition at line 38 of file inputactiondata.h.
Referenced by InputManager::getActionByConfigField(), InputManager::retrieve(), and InputManager::store().
| const InputTypeT InputActionData::defaultType1 |
Definition at line 39 of file inputactiondata.h.
| const InputTypeT InputActionData::defaultType2 |
Definition at line 41 of file inputactiondata.h.
| const int InputActionData::defaultValue1 |
Definition at line 40 of file inputactiondata.h.
| const int InputActionData::defaultValue2 |
Definition at line 42 of file inputactiondata.h.
| const int InputActionData::grp |
Definition at line 43 of file inputactiondata.h.
Referenced by InputManager::hasConflicts().
| const Protected InputActionData::isProtected |
Definition at line 50 of file inputactiondata.h.
| const InputActionT InputActionData::modKeyIndex |
Definition at line 45 of file inputactiondata.h.
| const int InputActionData::priority |
Definition at line 46 of file inputactiondata.h.
Referenced by InputActionSortFunctor::operator()().
| const UseArgs InputActionData::useArgs |
Definition at line 49 of file inputactiondata.h.