#include <mw/PtiUserDicEntry.h>
class MPtiUserDictionaryEntry |
Public Member Functions | |
---|---|
pure virtual TPtrC | Reading() |
pure virtual void | SetWord(TDesC &, TDesC &) |
pure virtual void | SetWord(TDesC &) |
pure virtual TPtrC | Word() |
An interface class for accessing items in user dictionary.
TPtrC | Reading | ( | ) | const [pure virtual] |
Returns a pointer to latin alphabet "reading" version for this user dictionary entry. Needed for Japanese input.
Returns: A pointer to reading word
void | SetWord | ( | TDesC & | aWord | ) | [pure virtual] |
Sets word for this user dictionary entry. This version sets reading text to same value as "word":
Parameter | Description |
---|---|
aWord | A descriptor containing word to be set. |
TPtrC | Word | ( | ) | const [pure virtual] |
Returns a pointer to the word held by this user dictionary entry.
Returns: A pointer to user dictionary word.