CEncoderSelectionDialog Class Reference

List of all members.

Public Member Functions

 CEncoderSelectionDialog (RImageTypeDescriptionArray &aImageTypes, TInt &aSelectedIdx)
 ~CEncoderSelectionDialog ()
void PreLayoutDynInitL ()
void PostLayoutDynInitL ()
TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType)
TBool OkToExitL (TInt aButtonId)

Detailed Description

Dialog class Test various controls.

Definition at line 51 of file EncoderSelectionDialog.h.


Constructor & Destructor Documentation

CEncoderSelectionDialog::CEncoderSelectionDialog ( RImageTypeDescriptionArray &  aImageTypes,
TInt &  aSelectedIdx 
)

Constructor

Parameters:
aImageTypes Image types to choose from.
sSelectedIdx The selected index is stored here.

Definition at line 47 of file EncoderSelectionDialog.cpp.

CEncoderSelectionDialog::~CEncoderSelectionDialog (  ) 

Destructor

Definition at line 54 of file EncoderSelectionDialog.cpp.


Member Function Documentation

void CEncoderSelectionDialog::PreLayoutDynInitL (  ) 

From CAknDialog set parameters before and do cleanup after showing dialog.

Definition at line 69 of file EncoderSelectionDialog.cpp.

TKeyResponse CEncoderSelectionDialog::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

From CCoeControl. Pass key events to contained listbox.

Definition at line 148 of file EncoderSelectionDialog.cpp.

TBool CEncoderSelectionDialog::OkToExitL ( TInt  aButtonId  ) 

From CAknDialog update member variables of CAknExEditorDialog.

Parameters:
aButtonId The ID of the button that was activated.
Returns:
Should return ETrue if the dialog should exit, and EFalse if it should not

Definition at line 128 of file EncoderSelectionDialog.cpp.


Generated by  doxygen 1.6.2