MPtiCoreInfo Class Reference

class MPtiCoreInfo

An interface class for accessing core info attributes.

Member Functions Documentation

CapsBits()

TUint32 CapsBits()const [pure virtual]

Returns a bit vector containing flags for various core object features. See TPtiEngineCapsBits for list of specified bits.

Since
S60 V2.6

CharConversions()

TUint32 CharConversions()const [pure virtual]

Returns a bitvector containing flags for available character conversion methods. See TPtiCharConversion for list of specified bits.

Since
S60 V2.6

MaximumNumberOfCandidates()

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.

Since
S60 V2.6

MaximumWordLength()

TInt MaximumWordLength()const [pure virtual]

Returns maximum length of single word this core object is able to produce.

Since
S60 V2.6

NextWordPrediction()

TBool NextWordPrediction()const [pure virtual]

Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.

Since
S60 V2.6

Reordering()

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.

Since
S60 V2.6

Spellings()

TUint32 Spellings()const [pure virtual]

Returns a bitvector containing flags for available spelling conversion methods. See TPtiSpelling for list of specified bits.

Since
S60 V2.6

Uid()

TInt32 Uid()const [pure virtual]

Returns uid value for core object.

Since
S60 V2.6

VendorString()

TPtrC VendorString()const [pure virtual]

Returns core object vendor specific id string.

Since
S60 V2.6

WordCompletion()

TBool WordCompletion()const [pure virtual]

Returns a boolean value indicating whether the word completion feature is supported by the core object in question

Since
S60 V2.6