CAknCommonDialogsBase Class Reference

#include <mw/CAknCommonDialogsBase.h>

Link against: CommonDialogs.lib

class CAknCommonDialogsBase : public CBase

Inherits from

  • CAknCommonDialogsBase

    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.

    Since
    1.2

    Member Attribute Documentation

    iCoeEnv

    CCoeEnv *iCoeEnv[protected]

    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.

    EnumeratorValueDescription
    ERightSoftkeyEFalse
    ELeftSoftkey
    ESelectionKey

    Constructor & Destructor Documentation

    CAknCommonDialogsBase ( )

    CAknCommonDialogsBase()[protected]

    ~CAknCommonDialogsBase ( )

    ~CAknCommonDialogsBase()[protected, virtual]

    Member Function Documentation

    BaseConstructL ( )

    voidBaseConstructL()[protected]

    Loads resource of Common File Dialogs on any language.