API published in: S60 2nd Ed
Link against: commondialogs.lib
Required Capabilities
None
#include <caknmemoryselectionsettingitem.h>
Inherits CAknSettingItem.
Public Member Functions |
|
IMPORT_C | CAknMemorySelectionSettingItem (TInt aIdentifier, CAknMemorySelectionSettingPage::TMemory &aSelectedMemory) |
Constructor. |
|
virtual IMPORT_C | ~CAknMemorySelectionSettingItem () |
IMPORT_C void | CompleteConstructionL () |
Method called by framework to complete the construction. |
|
virtual IMPORT_C void | EditItemL (TBool aCalledFromMenu) |
From CAknSettingItem. |
|
virtual IMPORT_C void | LoadL () |
From CAknSettingItem. |
|
virtual IMPORT_C void | StoreL () |
From CAknSettingItem. |
|
virtual IMPORT_C const TDesC & | SettingTextL () |
From CAknSettingItem. |
|
Protected Attributes |
|
CAknMemorySelectionSettingPage::TMemory & | iExternalData |
CAknMemorySelectionSettingPage::TMemory | iInternalData |
CAknMemorySelectionSettingPage * | iSettingPage |
TBuf< 64 > | iSettingText |
|
Constructor. |
|
|
Method called by framework to complete the construction. Extra allocations of memory or extra resource reading can happen here. Reimplemented from CAknSettingItem. |
|
From CAknSettingItem. Reimplemented from CAknSettingItem. |
|
From CAknSettingItem. Reimplemented from CAknSettingItem. |
|
From CAknSettingItem. Reimplemented from CAknSettingItem. |
|
From CAknSettingItem. Reimplemented from CAknSettingItem. |
|
|
|
Reimplemented from CAknSettingItem. |
|