CPeninputNumericKepMappingMgr Class Reference
class CPeninputNumericKepMappingMgr : public CBase |
vkb number keymapping manager class
This class is to manage number keymapping. When this class contructs, keymapping manager loads all mapping number key string from resource file. User can get mapping key string according to keymapping id and delete all internal value when destructing or calling reset.
peninputcommonlayout.lib
- Since
- S60 v3.2
Inherits from
- CPeninputNumericKepMappingMgr
Constructor & Destructor Documentation
~CPeninputNumericKepMappingMgr()
IMPORT_C | ~CPeninputNumericKepMappingMgr | ( | ) | [virtual] |
Member Functions Documentation
ConstructL(TResourceReader)
Symbian second-phase constructor
Count()
IMPORT_C TInt | Count | ( | ) | const |
Get count of items in keymapping id array
KeyMappingStringL(const TInt)
IMPORT_C HBufC * | KeyMappingStringL | ( | const TInt | aKeyMappingId | ) | const |
Get keymapping string by keymapping id
Parameters
const TInt aKeyMappingId | Keymapping id |
KeyMappingStringL(const TInt, const TInt)
IMPORT_C HBufC * | KeyMappingStringL | ( | const TInt | aKeyMappingID, |
| const TInt | aLang |
| ) | const |
Get Arabic keymapping string by keymapping id
Parameters
const TInt aKeyMappingID | |
const TInt aLang | |
Reset()
Remove all keymapping ids and strings in array
Member Data Documentation
RArray< TInt > iKeyMappingIdList
RPointerArray< HBufC > iKeyMappingStringList
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.