API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptidefs.h>
Inherits MPtiCoreInfo.
Public Member Functions |
|
TBool | WordCompletion () const |
Returns a boolean value indicating whether the word completion feature is supported by the core object in question. |
|
TBool | Reordering () const |
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
|
|
TInt | MaximumWordLength () const |
Returns maximum length of single word this core object is able to produce. |
|
TInt | MaximumNumberOfCandidates () const |
Returns the maximum number of prediction candidates the core object is able to produce for any input sequence. |
|
TBool | NextWordPrediction () const |
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question. |
|
TPtrC | VendorString () const |
Returns core object vendor specific id string. |
|
TInt32 | Uid () const |
Returns uid value for core object. |
|
TUint32 | CharConversions () const |
Returns a bitvector containing flags for available character conversion methods. |
|
TUint32 | Spellings () const |
Returns a bitvector containing flags for available spelling conversion methods. |
|
TUint32 | CapsBits () const |
Returns a bit vector containing flags for various core object features. |
|
void | SetCapsBits (TUint32 aBits) |
void | SetVendorString (const TDesC &aStr) |
void | SetMaxWordLength (TInt aMaxLen) |
void | SetUid (TInt32 aUid) |
void | SetSpellings (TUint32 aSpellings) |
void | SetMaxNumberOfCandidates (TInt aMax) |
void | SetCharConversions (TUint32 aConvs) |
|
Returns a bit vector containing flags for various core object features. See TPtiEngineCapsBits for list of specified bits.
Implements MPtiCoreInfo. |
|
Returns a bitvector containing flags for available character conversion methods. See TPtiCharConversion for list of specified bits.
Implements MPtiCoreInfo. |
|
Returns the maximum number of prediction candidates the core object is able to produce for any input sequence. Doesn't apply for Chinese and Japanese modes.
Implements MPtiCoreInfo. |
|
Returns maximum length of single word this core object is able to produce.
Implements MPtiCoreInfo. |
|
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.
Implements MPtiCoreInfo. |
|
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
Implements MPtiCoreInfo. |
|
|
|
|
|
|
|
|
Returns a bitvector containing flags for available spelling conversion methods. See TPtiSpelling for list of specified bits.
Implements MPtiCoreInfo. |
|
Returns uid value for core object.
Implements MPtiCoreInfo. |
|
Returns core object vendor specific id string.
Implements MPtiCoreInfo. |
|
Returns a boolean value indicating whether the word completion feature is supported by the core object in question.
Implements MPtiCoreInfo. |