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.
Constructor & Destructor Documentation
TPtiUserDictionaryEntry()
TPtiUserDictionaryEntry
|
(
|
)
|
[inline]
|
TPtiUserDictionaryEntry(const TDesC &)
TPtiUserDictionaryEntry
|
(
|
const
TDesC
&
|
aWord
|
)
|
[inline]
|
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.
SetWord(TDesC &, TDesC &)
void
|
SetWord
|
(
|
TDesC
&
|
aWord,
|
|
TDesC
&
|
aReading
|
|
)
|
[inline, virtual]
|
Sets word for this user dictionary entry. This version also sets reading text.
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":
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.
Member Data Documentation
TBuf< KMaxUserDictionaryEntrySize > iEntry
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.