API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <pticompositiondataif.h>
This is a class which returned by CPtiEngine::CompositionData() API.
Public Types |
|
enum | TPtiAttributeOfPhrase { EPtiAttributeTransitoryInput, EPtiAttributeNonTargetConvert, EPtiAttributeTargetConvert } |
Public Member Functions |
|
virtual IMPORT_C TInt | CursorPosition () const =0 |
Gets a cursor position on converting string. |
|
virtual IMPORT_C TInt | NumberOfPhrase () const =0 |
Gets the number of phrases on converting string. |
|
virtual IMPORT_C TPtrC8 | LengthOfPhrase () const =0 |
Gets the character count of each phrase. |
|
virtual IMPORT_C TPtrC8 | AttributeOfPhrase () const =0 |
Gets the attribute of each phrase. |
|
virtual IMPORT_C TPtrC | ConvertingString () const =0 |
Gets the converting string. |
|
virtual IMPORT_C TPtrC | CompletedString () const =0 |
Gets the specified string. |
|
virtual IMPORT_C TPtrC | ReadingString () const =0 |
Gets the reading string of the completed string. |
|
virtual IMPORT_C TBool | IsModifiableCharacter () const =0 |
Checking it whether a character in a current cursor position is in modifiable character. |
|
|
Gets the attribute of each phrase.
|
|
Gets the specified string.
|
|
Gets the converting string.
|
|
Gets a cursor position on converting string.
|
|
Checking it whether a character in a current cursor position is in modifiable character. The modifiable character is diacritics and small characters. There are two diacritics marks in Japanese: viced sound mark and semi-voiced sound mark.
|
|
Gets the character count of each phrase.
|
|
Gets the number of phrases on converting string.
|
|
Gets the reading string of the completed string.
|