API published in: S60 1st Ed
Link against: akninputlanguage.lib
Required Capabilities
None
#include <akninputlanguageinfo.h>
Public Types | |
enum | TAknInputLanguageCapabilityIndex { EMultitap = 0x00000000, EPredictive = 0x00000001 } |
These indices are used to set/clear capabilities. More... | |
Public Member Functions | |
IMPORT_C | TAknInputLanguageCapabilities () |
C++ Constructor. | |
IMPORT_C void | AssignCapability (TInt aCapabilityIndex, TBool aSet) |
Sets the capability at a given index index to the logical value passed. | |
IMPORT_C TBool | HasCapability (TInt aCapabilityIndex) const |
Tests a capability. | |
IMPORT_C void | SetAllCapabilities () |
Sets all capabilities (existing and potential). | |
IMPORT_C TAknInputLanguageCapabilities | FilteredCapabilities (TAknInputLanguageCapabilities &aFilter) const |
IMPORT_C TBool | HasAnySupport () const |
|
These indices are used to set/clear capabilities. Terms:
|
|
C++ Constructor. Initializes the internal state to "no capabilities" |
|
Sets the capability at a given index index to the logical value passed.
|
|
|
|
Tests a capability.
|
|
Sets all capabilities (existing and potential). |