This class is only used as a proxy to the new implementation class to maintain backwards compatibility.
A class that consists of static functions that launch UI components in a sequence. First, memory selection component is launched
and then file/directory selection component. In save and move dialogs directory selection may not be shown if there are no
subdirectories to choose from. In save dialog, finally filename prompt component is launched.
All methods have an obligatory resource ID parameter for memory selection because it contains the paths for both memories
(Phone&MMC) (LOCATION structs). If set, an observer is queried just before exiting the dialog. At this point the application
can either reject or accept user's selection. Every dialog returns a boolean value which tells if user has selected something
or not.
|
Static Public Member Functions
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, TInt aMemorySelectionResourceId, MAknFileFilter *aFilter, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, TInt aMemorySelectionResourceId, const TDesC &aFileSelectionTitle, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunMoveDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunMoveDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, MAknFileFilter *aFilter, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunMoveDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, const TDesC &aFileSelectionTitle, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunMoveDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, MAknFileFilter *aFilter, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, const TDesC &aFileSelectionTitle, const TDesC &aFileNamePromptTitle,
MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, const TDesC &aFileNamePromptTitle,
MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgNoDirectorySelectionLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgNoDirectorySelectionLD (TDes &aDefaultFileName, TInt aMemorySelectionResourceId, const TDesC &aFileNamePromptTitle, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunCopyDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunCopyDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, MAknFileFilter *aFilter, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunCopyDlgLD (TDes &aDirectory, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, MAknFileFilter *aFilter, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, const TDesC &aFileSelectionTitle, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSelectDlgLD (TDes &aFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, const TDesC
&aFileSelectionTitle, MAknFileFilter *aFilter=NULL, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunSaveDlgLD (TDes &aDefaultFileName, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, const
TDesC &aFileSelectionTitle, MAknFileFilter *aFilter=NULL, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|
static IMPORT_C TBool |
RunFolderSelectDlgLD (TDes &aFolder, const TDesC &aStartFolder, TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId, const TDesC &aFileSelectionTitle,
MAknFileFilter *aFilter=NULL, MAknFileSelectionObserver *aObserver=NULL)
|
|
DEPRECATED: Use AknCommonDialogsDynMem funcions instead.
|