API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Inherits CAknEnumeratedTextPopupSettingItem.
Public Member Functions |
|
IMPORT_C | CAknBinaryPopupSettingItem (TInt aIdentifier, TBool &aBinaryValue) |
Constructs a binary setting value, given a resource id and a reference to an externally owned external boolen setting item.
|
|
virtual IMPORT_C void | StoreL () |
This command externalizes the current setting. |
|
virtual IMPORT_C void | LoadL () |
virtual IMPORT_C void | EditItemL (TBool aCalledFromMenu) |
This launches the setting page (or just toggles) the binary setting. |
|
Protected Member Functions |
|
virtual IMPORT_C void | CompleteConstructionL () |
Method called by framework to complete the construction. |
|
Constructs a binary setting value, given a resource id and a reference to an externally owned external boolen setting item. Resource supplied is just as for CAknEnumeratedTextPopupSettingItem
|
|
Method called by framework to complete the construction. Extra allocations of memory or extra resource reading can happen here. Reimplemented from CAknEnumeratedTextPopupSettingItem. |
|
This launches the setting page (or just toggles) the binary setting.
Reimplemented from CAknEnumeratedTextPopupSettingItem. |
|
Reimplemented from CAknEnumeratedTextPopupSettingItem. |
|
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 CAknEnumeratedTextPopupSettingItem. |