TPtiCoreInfo Class Reference

class TPtiCoreInfo : public MPtiCoreInfo

Inherits from

Member Functions Documentation

CapsBits()

TUint32 CapsBits ( ) const [inline, 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 [inline, 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 [inline, 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 [inline, virtual]

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

Since
S60 V2.6

NextWordPrediction()

TBool NextWordPrediction ( ) const [inline, 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 [inline, 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

SetCapsBits(TUint32)

void SetCapsBits ( TUint32 aBits ) [inline]

Parameters

TUint32 aBits

SetCharConversions(TUint32)

void SetCharConversions ( TUint32 aConvs ) [inline]

Parameters

TUint32 aConvs

SetMaxNumberOfCandidates(TInt)

void SetMaxNumberOfCandidates ( TInt aMax ) [inline]

Parameters

TInt aMax

SetMaxWordLength(TInt)

void SetMaxWordLength ( TInt aMaxLen ) [inline]

Parameters

TInt aMaxLen

SetSpellings(TUint32)

void SetSpellings ( TUint32 aSpellings ) [inline]

Parameters

TUint32 aSpellings

SetUid(TInt32)

void SetUid ( TInt32 aUid ) [inline]

Parameters

TInt32 aUid

SetVendorString(const TDesC &)

void SetVendorString ( const TDesC & aStr ) [inline]

Parameters

const TDesC & aStr

Spellings()

TUint32 Spellings ( ) const [inline, 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 [inline, virtual]

Returns uid value for core object.

Since
S60 V2.6

VendorString()

TPtrC VendorString ( ) const [inline, virtual]

Returns core object vendor specific id string.

Since
S60 V2.6

WordCompletion()

TBool WordCompletion ( ) const [inline, virtual]

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

Since
S60 V2.6

Member Data Documentation

TUint32 iCapsBits

TUint32 iCapsBits [private]

TUint32 iCharConversions

TUint32 iCharConversions [private]

TInt iMaxNumberOfCandidates

TInt iMaxNumberOfCandidates [private]

TInt iMaxWordLength

TInt iMaxWordLength [private]

TUint32 iSpellings

TUint32 iSpellings [private]

TInt32 iUid

TInt32 iUid [private]

TPtrC iVendorIdStr

TPtrC iVendorIdStr [private]