TPtiUserDictionaryEntry Class Reference

class TPtiUserDictionaryEntry : public MPtiUserDictionaryEntry

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.

Inherits from

Constructor & Destructor Documentation

TPtiUserDictionaryEntry()

TPtiUserDictionaryEntry ( ) [inline]

TPtiUserDictionaryEntry(const TDesC &)

TPtiUserDictionaryEntry ( const TDesC & aWord ) [inline]

Parameters

const TDesC & aWord

Member Functions Documentation

Reading()

TPtrC Reading ( ) const [inline, 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
) [inline, 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 ) [inline, 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 [inline, virtual]

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

Since
S60 V2.6

Member Data Documentation

TBuf< KMaxUserDictionaryEntrySize > iEntry

TBuf < KMaxUserDictionaryEntrySize > iEntry [private]