Public Member Functions | |
| void | setDefaultBinding (String keymapId, String actionId, String hwInputId) |
| void | addDefaultBinding (String keymapId, String actionId, String hwInputId) |
| const_iterator | findDefaultBinding (String keymapId, String actionId) const |
Public Member Functions inherited from Common::HashMap< String, StringArray > | |
| HashMap () | |
| HashMap (const HM_t &map) | |
| ~HashMap () | |
| HM_t & | operator= (const HM_t &map) |
| bool | contains (const String &key) const |
| StringArray & | operator[] (const String &key) |
| const StringArray & | operator[] (const String &key) const |
| StringArray & | getOrCreateVal (const String &key) |
| StringArray & | getVal (const String &key) |
| const StringArray & | getVal (const String &key) const |
| const StringArray & | getValOrDefault (const String &key) const |
| const StringArray & | getValOrDefault (const String &key, const StringArray &defaultVal) const |
| bool | tryGetVal (const String &key, StringArray &out) const |
| void | setVal (const String &key, const StringArray &val) |
| void | clear (bool shrinkArray=0) |
| void | erase (iterator entry) |
| void | erase (const String &key) |
| size_type | size () const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| iterator | find (const String &key) |
| const_iterator | find (const String &key) const |
| bool | empty () const |
Additional Inherited Members | |
Public Types inherited from Common::HashMap< String, StringArray > | |
| typedef uint | size_type |
| typedef IteratorImpl< Node > | iterator |
| typedef IteratorImpl< const Node > | const_iterator |
|
inline |
This sets a default hwInput for a given Keymap Action
| keymapId | String representing Keymap id (Keymap.name) |
| actionId | String representing Action id (Action.id) |
| hwInputId | String representing the HardwareInput id (HardwareInput.id) |
|
inline |
This adds a default hwInput for a given Keymap Action
| keymapId | String representing Keymap id (Keymap.name) |
| actionId | String representing Action id (Action.id) |
| hwInputId | String representing the HardwareInput id (HardwareInput.id) |