MPtiUserDictionaryEntry Class Reference

class MPtiUserDictionaryEntry

An interface class for accessing items in user dictionary.

Public Member Functions
TPtrC Reading()
voidSetWord(TDesC &, TDesC &)
voidSetWord(TDesC &)
TPtrC Word()

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 &)

voidSetWord(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 & aWordA descriptor containing word to be set.
TDesC & aReadingA descriptor containing reading text for aWord.

SetWord(TDesC &)

voidSetWord(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 & aWordA 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