CAknCommonDialogsBase Class Reference
#include
<mw/CAknCommonDialogsBase.h>
Link against: CommonDialogs.lib
class CAknCommonDialogsBase : public CBase |
Detailed Description
Base class for Common File Dialogs. Can't be created without derivation because of the protected constructor. Opens CFD's resource in BaseConstructL.
Member Attribute Documentation
iCoeEnv
Ref: Pointer to control environment. Pointer is cached because using of CCoeEnv::Static() is slow. For direct use for derived classes.
Member Enumeration Documentation
Enum TReturnKey
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.
Enumerator | Value | Description |
---|
ERightSoftkey | EFalse | |
ELeftSoftkey | | |
ESelectionKey | | |
Constructor & Destructor Documentation
CAknCommonDialogsBase ( )
CAknCommonDialogsBase | ( | ) | [protected] |
~CAknCommonDialogsBase ( )
~CAknCommonDialogsBase | ( | ) | [protected, virtual] |
Member Function Documentation
BaseConstructL ( )
void | BaseConstructL | ( | ) | [protected] |
Loads resource of Common File Dialogs on any language.