MPtiUserDictionaryEntry Class Reference

class MPtiUserDictionaryEntry

An interface class for accessing items in user dictionary.

Member Functions Documentation

Reading()

TPtrC Reading ( ) const [pure virtual]

Returns a pointer to latin alphabet "reading" version for this user dictionary entry. Needed for Japanese input.

Since
S60 V2.6

SetWord(TDesC &, TDesC &)

void SetWord ( TDesC & aWord,
TDesC & aReading
) [pure virtual]

Sets word for this user dictionary entry. This version also sets reading text.

Since
S60 V2.6

Parameters

TDesC & aWord A descriptor containing word to be set.
TDesC & aReading A descriptor containing reading text for aWord.

SetWord(TDesC &)

void SetWord ( TDesC & aWord ) [pure virtual]

Sets word for this user dictionary entry. This version sets reading text to same value as "word":

Since
S60 V2.6

Parameters

TDesC & aWord A descriptor containing word to be set.

Word()

TPtrC Word ( ) const [pure virtual]

Returns a pointer to the word held by this user dictionary entry.

Since
S60 V2.6