API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Inherits CAknSettingItem.
Inherited by CAknPasswordSettingItem.
Corresponds to CAknTextSettingPage
Public Member Functions |
|
IMPORT_C | CAknTextSettingItem (TInt aIdentifier, TDes &aText) |
IMPORT_C | ~CAknTextSettingItem () |
Destructor. |
|
virtual IMPORT_C void | StoreL () |
This command externalizes the current setting. |
|
virtual IMPORT_C void | LoadL () |
virtual IMPORT_C const TDesC & | SettingTextL () |
virtual IMPORT_C void | EditItemL (TBool aCalledFromMenu) |
This launches the setting page for text editing. |
|
Protected Member Functions |
|
IMPORT_C TPtr & | InternalTextPtr () |
Access for re-implementors to the internal text. |
|
IMPORT_C TPtrC | ExternalText () |
Access for re-implementors to the external text. |
|
IMPORT_C void | SetExternalText (TDesC &aNewExternalText) |
Allows re-implementors to set the external text No change of ownership is implied. |
|
|
Destructor. |
|
This launches the setting page for text editing.
Reimplemented from CAknSettingItem. Reimplemented in CAknPasswordSettingItem. |
|
Access for re-implementors to the external text.
|
|
Access for re-implementors to the internal text.
|
|
Reimplemented from CAknSettingItem. |
|
Allows re-implementors to set the external text No change of ownership is implied.
|
|
Reimplemented from CAknSettingItem. Reimplemented in CAknPasswordSettingItem. |
|
This command externalizes the current setting. The displayed (internal) copy is transferred to the external copy (the one referenced in the constructor). This must be called by the client if he wants this to happen. Note that StoreAllL() on the setting item list will call this for each setting item. Reimplemented from CAknSettingItem. |