|
Public Member Functions |
IMPORT_C | CEikHotKeyTable () |
| Default C++ constructor.
|
IMPORT_C | ~CEikHotKeyTable () |
| Destructor.
|
IMPORT_C TBool | HotKeyFromCommandId (TInt aCommandId, TInt &aKeycode, TInt &aModifiers) const |
| Gets the hotkey code and modifier for the specified command ID.
|
IMPORT_C TInt | CommandIdFromHotKey (TInt aKeycode, TInt aModifiers) const |
| Gets the command ID associated with the specified key code and modifier.
|
IMPORT_C void | AddItemL (TInt aCommandId, TInt aKeycode, TInt aModifiers) |
| Adds the specified hotkey to the hotkey array.
|
IMPORT_C void | RemoveItem (TInt aCommandId) |
| Removes the item specified by command ID from the array.
|
IMPORT_C void | ConstructFromResourceL (TInt aResourceId) |
| Constructs an empty array from resource.
|
IMPORT_C void | Reset () |
| Resets the hotkey array.
|