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