API published in: S60 2nd Ed
Link against: commondialogs.lib
Required Capabilities
None
#include <caknmemoryselectionsettingpage.h>
Inherits CAknMemorySelectionDialog.
Public Member Functions |
|
IMPORT_C | ~CAknMemorySelectionSettingPage () |
IMPORT_C TReturnKey | ExecuteL (TMemory &aSelectedMemory) |
Executes the memory selection setting page. |
|
IMPORT_C TReturnKey | ExecuteL (TMemory &aSelectedMemory, TDes *aRootPath, TDes *aDefaultFolder) |
Executes the memory selection setting page. |
|
Static Public Member Functions |
|
static IMPORT_C CAknMemorySelectionSettingPage * | NewL () |
Static constructor. |
|
static IMPORT_C CAknMemorySelectionSettingPage * | NewL (TInt aResourceId) |
Static constructor. |
|
static IMPORT_C TBool | RunDlgLD (TMemory &aSelectedMemory, MAknMemorySelectionObserver *aObserver=NULL) |
Static methods for launching memory selection dialog Parameters & return value are descibed in method RunL. |
|
static IMPORT_C TBool | RunDlgLD (TMemory &aSelectedMemory, const TDesC &aTitle, MAknMemorySelectionObserver *aObserver=NULL) |
static IMPORT_C TBool | RunDlgLD (TMemory &aSelectedMemory, TInt aResourceId, TDes *aRootPath=NULL, TDes *aDefaultFolder=NULL, MAknMemorySelectionObserver *aObserver=NULL) |
|
|
Executes the memory selection setting page. Virtual to allow derivation.
|
|
Executes the memory selection setting page. Virtual to allow derivation.
|
|
Static constructor.
|
|
Static constructor. Loads default settings.
|
|
|
|
Static methods for launching memory selection dialog Parameters & return value are descibed in method RunL. |