API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptidefs.h>
Inherited by TPtiCoreInfo.
Public Member Functions |
|
virtual TBool | WordCompletion () const =0 |
Returns a boolean value indicating whether the word completion feature is supported by the core object in question. |
|
virtual TBool | Reordering () const =0 |
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
|
|
virtual TInt | MaximumWordLength () const =0 |
Returns maximum length of single word this core object is able to produce. |
|
virtual TInt | MaximumNumberOfCandidates () const =0 |
Returns the maximum number of prediction candidates the core object is able to produce for any input sequence. |
|
virtual TBool | NextWordPrediction () const =0 |
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question. |
|
virtual TPtrC | VendorString () const =0 |
Returns core object vendor specific id string. |
|
virtual TUint32 | CapsBits () const =0 |
Returns a bit vector containing flags for various core object features. |
|
virtual TInt32 | Uid () const =0 |
Returns uid value for core object. |
|
virtual TUint32 | CharConversions () const =0 |
Returns a bitvector containing flags for available character conversion methods. |
|
virtual TUint32 | Spellings () const =0 |
Returns a bitvector containing flags for available spelling conversion methods. |
|
Returns a bit vector containing flags for various core object features. See TPtiEngineCapsBits for list of specified bits.
Implemented in TPtiCoreInfo. |
|
Returns a bitvector containing flags for available character conversion methods. See TPtiCharConversion for list of specified bits.
Implemented in TPtiCoreInfo. |
|
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.
Implemented in TPtiCoreInfo. |
|
Returns maximum length of single word this core object is able to produce.
Implemented in TPtiCoreInfo. |
|
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.
Implemented in TPtiCoreInfo. |
|
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
Implemented in TPtiCoreInfo. |
|
Returns a bitvector containing flags for available spelling conversion methods. See TPtiSpelling for list of specified bits.
Implemented in TPtiCoreInfo. |
|
Returns uid value for core object.
Implemented in TPtiCoreInfo. |
|
Returns core object vendor specific id string.
Implemented in TPtiCoreInfo. |
|
Returns a boolean value indicating whether the word completion feature is supported by the core object in question.
Implemented in TPtiCoreInfo. |