#include <mw/PtiDefs.h>
class TPtiCoreInfo : public MPtiCoreInfo |
Public Member Functions | |
---|---|
virtual TUint32 | CapsBits() |
virtual TUint32 | CharConversions() |
virtual TInt | MaximumNumberOfCandidates() |
virtual TInt | MaximumWordLength() |
virtual TBool | NextWordPrediction() |
virtual TBool | Reordering() |
void | SetCapsBits(TUint32) |
void | SetCharConversions(TUint32) |
void | SetMaxNumberOfCandidates(TInt) |
void | SetMaxWordLength(TInt) |
void | SetSpellings(TUint32) |
void | SetUid(TInt32) |
void | SetVendorString(const TDesC &) |
virtual TUint32 | Spellings() |
virtual TInt32 | Uid() |
virtual TPtrC | VendorString() |
virtual TBool | WordCompletion() |
TUint32 | CapsBits | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::CapsBits()const
Returns a bit vector containing flags for various core object features. See TPtiEngineCapsBits for list of specified bits.
Returns: A bit vector containing flags for various core object features.
TUint32 | CharConversions | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::CharConversions()const
Returns a bitvector containing flags for available character conversion methods. See TPtiCharConversion for list of specified bits.
Returns: A bit vector containing flags for available character conversions.
TInt | MaximumNumberOfCandidates | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::MaximumNumberOfCandidates()const
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.
Returns: The maximum number of candidates.
TInt | MaximumWordLength | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::MaximumWordLength()const
Returns maximum length of single word this core object is able to produce.
Returns: The maximum word length.
TBool | NextWordPrediction | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::NextWordPrediction()const
Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.
Returns: ETrue if next wrod prediction is supported. EFalse otherwise.
TBool | Reordering | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::Reordering()const
Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
Returns: ETrue if core object supports re-ordering feature. EFalse otherwise.
TUint32 | Spellings | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::Spellings()const
Returns a bitvector containing flags for available spelling conversion methods. See TPtiSpelling for list of specified bits.
Returns: A bit vector containing flags for available spelling conversions.
TInt32 | Uid | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::Uid()const
Returns uid value for core object.
Returns: Core object uid as an integer value.
TPtrC | VendorString | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::VendorString()const
Returns core object vendor specific id string.
Returns: Vendor specific id string.
TBool | WordCompletion | ( | ) | const [inline, virtual] |
Reimplemented from MPtiCoreInfo::WordCompletion()const
Returns a boolean value indicating whether the word completion feature is supported by the core object in question
Returns: ETrue if core object supports word completion feature. EFalse otherwise.