TPtiCoreInfo Class Reference

API published in: S60 3rd Ed

Link against: ptiengine.lib

Capability Information

Required Capabilities

None


#include <ptidefs.h>

Inherits MPtiCoreInfo.


Public Member Functions

TBool  WordCompletion () const
  Returns a boolean value indicating whether the word completion feature is supported by the core object in question.
TBool  Reordering () const
  Returns a boolean value indicating whether the user dictionary re-ordering feature is supported by the core object in question.
TInt  MaximumWordLength () const
  Returns maximum length of single word this core object is able to produce.
TInt  MaximumNumberOfCandidates () const
  Returns the maximum number of prediction candidates the core object is able to produce for any input sequence.
TBool  NextWordPrediction () const
  Returns a boolean value indicating whether the next word prediction feature supported by the core object in question.
TPtrC  VendorString () const
  Returns core object vendor specific id string.
TInt32  Uid () const
  Returns uid value for core object.
TUint32  CharConversions () const
  Returns a bitvector containing flags for available character conversion methods.
TUint32  Spellings () const
  Returns a bitvector containing flags for available spelling conversion methods.
TUint32  CapsBits () const
  Returns a bit vector containing flags for various core object features.
void  SetCapsBits (TUint32 aBits)
void  SetVendorString (const TDesC &aStr)
void  SetMaxWordLength (TInt aMaxLen)
void  SetUid (TInt32 aUid)
void  SetSpellings (TUint32 aSpellings)
void  SetMaxNumberOfCandidates (TInt aMax)
void  SetCharConversions (TUint32 aConvs)

Member Function Documentation

TUint32 TPtiCoreInfo::CapsBits  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.

TUint32 TPtiCoreInfo::CharConversions  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.

TInt TPtiCoreInfo::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.

Returns:
The maximum number of candidates.

Implements MPtiCoreInfo.

TInt TPtiCoreInfo::MaximumWordLength  )  const [inline, virtual]
 

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

Returns:
The maximum word length.

Implements MPtiCoreInfo.

TBool TPtiCoreInfo::NextWordPrediction  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.

TBool TPtiCoreInfo::Reordering  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.

void TPtiCoreInfo::SetCapsBits TUint32  aBits  )  [inline]
 
void TPtiCoreInfo::SetCharConversions TUint32  aConvs  )  [inline]
 
void TPtiCoreInfo::SetMaxNumberOfCandidates TInt  aMax  )  [inline]
 
void TPtiCoreInfo::SetMaxWordLength TInt  aMaxLen  )  [inline]
 
void TPtiCoreInfo::SetSpellings TUint32  aSpellings  )  [inline]
 
void TPtiCoreInfo::SetUid TInt32  aUid  )  [inline]
 
void TPtiCoreInfo::SetVendorString const TDesC &  aStr  )  [inline]
 
TUint32 TPtiCoreInfo::Spellings  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.

TInt32 TPtiCoreInfo::Uid  )  const [inline, virtual]
 

Returns uid value for core object.

Returns:
Core object uid as an integer value.

Implements MPtiCoreInfo.

TPtrC TPtiCoreInfo::VendorString  )  const [inline, virtual]
 

Returns core object vendor specific id string.

Returns:
Vendor specific id string.

Implements MPtiCoreInfo.

TBool TPtiCoreInfo::WordCompletion  )  const [inline, virtual]
 

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.

Implements MPtiCoreInfo.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top