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.
SetWord(TDesC &, TDesC &)
void
|
SetWord
|
(
|
TDesC
&
|
aWord,
|
|
TDesC
&
|
aReading
|
|
)
|
[pure 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
|
)
|
[pure 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 [pure virtual]
|
Returns a pointer to the word held by this user dictionary entry.
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.