API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptiuserdictionary.h>
Inherited by CPtiUserDictionary.
Normally not needed by a client side application.
Public Member Functions |
|
virtual TInt | Id () const =0 |
Returns user dictionary id value. |
|
virtual TInt | Size () const =0 |
Returns size of user dictionary. |
|
virtual TInt32 | CoreUID () const =0 |
Returns Uid for core DLL. |
|
virtual TBool | IsDefault () const =0 |
Returns a boolean value indicating whether this is the default user dictionary. |
|
virtual TPtrC | FileName () const =0 |
Reuturns user dictionary file name. |
|
virtual TInt | SpaceLeft () const =0 |
Returns the amount of free space in user dictionary. |
|
virtual TBool | UpdateFlag () const =0 |
If this flag is set, PtiEngine framework calls WriteL before exiting. |
|
virtual void | SetUpdateFlag (TBool aFlag)=0 |
Set update flag to given value. |
|
Returns Uid for core DLL.
Implemented in CPtiUserDictionary. |
|
Reuturns user dictionary file name.
Implemented in CPtiUserDictionary. |
|
Returns user dictionary id value.
Implemented in CPtiUserDictionary. |
|
Returns a boolean value indicating whether this is the default user dictionary.
Implemented in CPtiUserDictionary. |
|
Set update flag to given value. If update flag is set, PtiEngine tries to save user dictionary when PtiEngine destructor is called.
Implemented in CPtiUserDictionary. |
|
Returns size of user dictionary.
Implemented in CPtiUserDictionary. |
|
Returns the amount of free space in user dictionary.
Implemented in CPtiUserDictionary. |
|
If this flag is set, PtiEngine framework calls WriteL before exiting.
Implemented in CPtiUserDictionary. |