#include <mw/PtiUserDicEntry.h>
class TPtiUserDictionaryEntry : public MPtiUserDictionaryEntry |
Public Member Functions | |
---|---|
TPtiUserDictionaryEntry() | |
TPtiUserDictionaryEntry(const TDesC &) | |
virtual TPtrC | Reading() |
virtual void | SetWord(TDesC &, TDesC &) |
virtual void | SetWord(TDesC &) |
virtual TPtrC | Word() |
This is implementation of MPtiUserDictionaryEntry interface for latin languages (or any other language, which needs only one component (=word) for user dictionary entry). Implementation of Reading() method is same as implementation of Word() method.
TPtrC | Reading | ( | ) | const [inline, virtual] |
Reimplemented from MPtiUserDictionaryEntry::Reading()const
Returns a pointer to latin alphabet "reading" version for this user dictionary entry. Needed for Japanese input.
Returns: A pointer to reading word
Reimplemented from MPtiUserDictionaryEntry::SetWord(TDesC &,TDesC &)
Sets word for this user dictionary entry. This version also sets reading text.
Parameter | Description |
---|---|
aWord | A descriptor containing word to be set. |
aReading | A descriptor containing reading text for aWord. |
void | SetWord | ( | TDesC & | aWord | ) | [inline, virtual] |
Reimplemented from MPtiUserDictionaryEntry::SetWord(TDesC &)
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 [inline, virtual] |
Reimplemented from MPtiUserDictionaryEntry::Word()const
Returns a pointer to the word held by this user dictionary entry.
Returns: A pointer to user dictionary word.