API published in: S60 2nd Ed
Link against: commondialogs.lib
Required Capabilities
None
#include <caknfileselectiondialog.h>
Inherits CAknCommonDialogsBase.
Public Member Functions |
|
IMPORT_C | ~CAknFileSelectionDialog () |
IMPORT_C void | SetObserver (MAknFileSelectionObserver *aObserver) |
Sets an observer which is asked if the selected item can be selected. |
|
IMPORT_C void | AddFilterL (MAknFileFilter *aFilter) |
Adds a filter to list of filters owned by the engine. |
|
IMPORT_C void | SetDefaultFolderL (const TDesC &aDefaultFolder) |
Sets the default folder that browsing is started from. |
|
IMPORT_C void | SetTitleL (const TDesC &aText) |
Sets title to the pop-up dialog. |
|
IMPORT_C void | SetLeftSoftkeyFileL (const TDesC &aText) |
Sets the text used for left softkey when a file is focused. |
|
IMPORT_C void | SetLeftSoftkeyFolderL (const TDesC &aText) |
Sets the text used for left softkey when a folder is focused. |
|
IMPORT_C void | SetRightSoftkeyRootFolderL (const TDesC &aText) |
Sets the text used for right softkey when user is in the root folder. |
|
IMPORT_C void | SetRightSoftkeySubfolderL (const TDesC &aText) |
Sets the text used for right softkey when user is in a subfolder. |
|
IMPORT_C TBool | ExecuteL (TDes &aFileName) |
Executes the file selection dialog. |
|
Static Public Member Functions |
|
static IMPORT_C CAknFileSelectionDialog * | NewL (TCommonDialogType aDialogType) |
Static constructor. |
|
static IMPORT_C CAknFileSelectionDialog * | NewL (TCommonDialogType aDialogType, TInt aResourceId) |
Static constructor. |
|
static IMPORT_C TBool | RunDlgLD (TDes &aFileName, const TDesC &aDefaultFolder, MAknFileSelectionObserver *aObserver=NULL) |
A static method that launches a file selection dialog. |
|
static IMPORT_C TBool | RunDlgLD (TDes &aFileName, const TDesC &aDefaultFolder, const TDesC &aTitle, MAknFileSelectionObserver *aObserver=NULL) |
A static method that launches a file selection dialog. |
|
static IMPORT_C TBool | RunDlgLD (TDes &aFileName, const TDesC &aDefaultFolder, TInt aResourceId, MAknFileSelectionObserver *aObserver=NULL) |
A static method that launches a file selection dialog. |
|
|
Adds a filter to list of filters owned by the engine. Note! The ownership of the filter is transferred to the engine.
|
|
Executes the file selection dialog.
|
|
Static constructor.
|
|
Static constructor.
|
|
A static method that launches a file selection dialog.
|
|
A static method that launches a file selection dialog.
|
|
A static method that launches a file selection dialog.
|
|
Sets the default folder that browsing is started from.
|
|
Sets the text used for left softkey when a file is focused.
|
|
Sets the text used for left softkey when a folder is focused.
|
|
Sets an observer which is asked if the selected item can be selected.
|
|
Sets the text used for right softkey when user is in the root folder.
|
|
Sets the text used for right softkey when user is in a subfolder.
|
|
Sets title to the pop-up dialog.
|