API published in: S60 2nd Ed
Link against: commondialogs.lib
Required Capabilities
None
#include <cakncommondialogsbase.h>
Inherited by CAknFileNamePromptDialog, CAknFileSelectionDialog, and CAknMemorySelectionDialog.
Can't be created without derivation because of the protected constructor. Opens CFD's resource in BaseConstructL.
Public Types |
|
enum | TReturnKey { ERightSoftkey = EFalse, ELeftSoftkey, ESelectionKey } |
Sometimes it is necessary to know if dialog was exited by left softkey or selection key. More... |
|
Protected Member Functions |
|
CAknCommonDialogsBase () | |
virtual | ~CAknCommonDialogsBase () |
void | BaseConstructL () |
Loads resource of Common File Dialogs on any language. |
|
Protected Attributes |
|
CCoeEnv * | iCoeEnv |
Ref: Pointer to control environment. |
|
Sometimes it is necessary to know if dialog was exited by left softkey or selection key. This enumeration works as TBool, ERightSoftkey is not true and other return values are. For example, memory selection dialog and file selection dialog return values of this enumeration. |
|
|
|
Loads resource of Common File Dialogs on any language. |
|
Ref: Pointer to control environment. Pointer is cached because using of CCoeEnv::Static() is slow. For direct use for derived classes. |