API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknwaitdialog.h>
Inherits CAknProgressDialog.
If that's not the case please use CAknProgressDialog.
// Process finished iWaitDialog->ProcessFinishedL(); // deletes the dialog
Callback: To get a callback when/if the dialog has been dismissed use SetCallBack API (for more info see aknprogressdialog.h) or make your dialog modal. If the dialog is used as a modal, RunDlgLD returns 0 if the dialog is dismissed and EAknSoftkeyDone if not.
Resource flags:
Note! Dialog should be dismissed only by using ProcessFinishedL() method, it should not be deleted directly (i.e. delete iWaitDialog)!!!
Public Member Functions |
|
IMPORT_C | CAknWaitDialog (CEikDialog **aSelfPtr) |
A class constructor. |
|
IMPORT_C | CAknWaitDialog (CEikDialog **aSelfPtr, TBool aVisibilityDelayOff) |
A class constructor. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl Handles pointer events. |
|
IMPORT_C CEikProgressInfo * | GetProgressInfo () |
CAknWaitDialog does not support this and hence this method will PANIC. |
|
A class constructor.
|
|
A class constructor.
|
|
CAknWaitDialog does not support this and hence this method will PANIC. Therefore do not use it. |
|
From CCoeControl Handles pointer events. Reimplemented from CAknProgressDialog. |