Public Member Functions | |
| CEncoderSelectionDialog (RImageTypeDescriptionArray &aImageTypes, TInt &aSelectedIdx) | |
| ~CEncoderSelectionDialog () | |
| void | PreLayoutDynInitL () |
| void | PostLayoutDynInitL () |
| TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
| TBool | OkToExitL (TInt aButtonId) |
Dialog class Test various controls.
Definition at line 26 of file EncoderSelectionDialog.h.
| CEncoderSelectionDialog::CEncoderSelectionDialog | ( | RImageTypeDescriptionArray & | aImageTypes, | |
| TInt & | aSelectedIdx | |||
| ) |
Constructor
| aImageTypes | Image types to choose from. | |
| sSelectedIdx | The selected index is stored here. |
Definition at line 22 of file EncoderSelectionDialog.cpp.
| CEncoderSelectionDialog::~CEncoderSelectionDialog | ( | ) |
Destructor
Definition at line 29 of file EncoderSelectionDialog.cpp.
| void CEncoderSelectionDialog::PreLayoutDynInitL | ( | ) |
From CAknDialog set parameters before and do cleanup after showing dialog.
Definition at line 44 of file EncoderSelectionDialog.cpp.
| TKeyResponse CEncoderSelectionDialog::OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
| TEventCode | aType | |||
| ) |
From CCoeControl. Pass key events to contained listbox.
Definition at line 123 of file EncoderSelectionDialog.cpp.
| TBool CEncoderSelectionDialog::OkToExitL | ( | TInt | aButtonId | ) |
From CAknDialog update member variables of CAknExEditorDialog.
| aButtonId | The ID of the button that was activated. |
Definition at line 103 of file EncoderSelectionDialog.cpp.
1.6.2