API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptikeymappings.h>
Inherited by CPtiKeyMappings, and CPtiQwertyKeyMappings.
Public Member Functions |
|
virtual | ~MPtiKeyMappings () |
virtual TUint16 | StartMapping (TPtiKey aKey, TPtiTextCase aCase, TPtiEngineInputMode aMode=EPtiEngineInputModeNone)=0 |
Starts mapping new key. |
|
virtual TUint16 | NextKey (TPtiKey aKey, TBool &aAppend, TPtiTextCase aCase)=0 |
virtual TPtiKey | CurrentKey ()=0 |
virtual TInt | ReplaceKeyMapL (TPtiKey aKey, TDesC &aMap, TPtiTextCase aCase)=0 |
virtual TPtiKey | KeyForCharacter (TUint16 aChar)=0 |
virtual TPtrC | GetAll (TPtiTextCase aCase)=0 |
Returns all keymapping data for current key, excluding first character (which is expected to be "get all"-control character).
|
|
|
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |
|
Returns all keymapping data for current key, excluding first character (which is expected to be "get all"-control character).
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |
|
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |
|
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |
|
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |
|
Starts mapping new key. Will return first character bound to given key in given text case.
Implemented in CPtiKeyMappings, and CPtiQwertyKeyMappings. |