API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikhkeyt.h>
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. |
|
|
|
Default C++ constructor. |
|
|
Destructor. |
|
||||||||||||||||
|
Adds the specified hotkey to the hotkey array.
|
|
||||||||||||
|
Gets the command ID associated with the specified key code and modifier.
|
|
|
Constructs an empty array from resource.
|
|
||||||||||||||||
|
Gets the hotkey code and modifier for the specified command ID.
|
|
|
Removes the item specified by command ID from the array.
|
|
|
Resets the hotkey array. |