| class MPtiCoreInfo |
An interface class for accessing core info attributes.
| Public Member Functions | |
|---|---|
| TUint32 | CapsBits () |
| TUint32 | CharConversions () |
| TInt | MaximumNumberOfCandidates () |
| TInt | MaximumWordLength () |
| TBool | NextWordPrediction () |
| TBool | Reordering () |
| TUint32 | Spellings () |
| TInt32 | Uid () |
| TPtrC | VendorString () |
| TBool | WordCompletion () |
| TUint32 | CapsBits | ( | ) | const [pure virtual] |
Returns a bit vector containing flags for various core object features. See TPtiEngineCapsBits for list of specified bits.
| TUint32 | CharConversions | ( | ) | const [pure virtual] |
Returns a bitvector containing flags for available character conversion methods. See TPtiCharConversion for list of specified bits.
| TInt | MaximumNumberOfCandidates | ( | ) | const [pure virtual] |
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.
| TInt | MaximumWordLength | ( | ) | const [pure virtual] |
Returns maximum length of single word this core object is able to produce.
| TBool | NextWordPrediction | ( | ) | const [pure virtual] |
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.
| TBool | Reordering | ( | ) | const [pure virtual] |
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
| TUint32 | Spellings | ( | ) | const [pure virtual] |
Returns a bitvector containing flags for available spelling conversion methods. See TPtiSpelling for list of specified bits.
| TPtrC | VendorString | ( | ) | const [pure virtual] |
Returns core object vendor specific id string.
| TBool | WordCompletion | ( | ) | const [pure virtual] |
Returns a boolean value indicating whether the word completion feature is supported by the core object in question
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.