API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptiuserdicentry.h>
Inherits MPtiUserDictionaryEntry.
Implementation of Reading() method is same as implementation of Word() method.
Public Member Functions |
|
TPtiUserDictionaryEntry () | |
TPtiUserDictionaryEntry (const TDesC &aWord) | |
TPtrC | Word () const |
Returns a pointer to the word held by this user dictionary entry. |
|
TPtrC | Reading () const |
Returns a pointer to latin alphabet "reading" version for this user dictionary entry. |
|
void | SetWord (TDesC &aWord, TDesC &aReading) |
Sets word for this user dictionary entry. |
|
void | SetWord (TDesC &aWord) |
Sets word for this user dictionary entry. |
|
|
|
Returns a pointer to latin alphabet "reading" version for this user dictionary entry. Needed for Japanese input.
Implements MPtiUserDictionaryEntry. |
|
Sets word for this user dictionary entry. This version sets reading text to same value as "word":
Implements MPtiUserDictionaryEntry. |
|
Sets word for this user dictionary entry. This version also sets reading text.
Implements MPtiUserDictionaryEntry. |
|
Returns a pointer to the word held by this user dictionary entry.
Implements MPtiUserDictionaryEntry. |