MAknPreviewPopUpObserver Class Reference
#include
<mw/AknPreviewPopUpObserver.h>
| class MAknPreviewPopUpObserver |
Detailed Description
Interface for observing preview popup events.
Member Enumeration Documentation
Enum TPreviewPopUpEvent
Preview popup event types.
| Enumerator | Value | Description |
|---|
| EPreviewPopUpShown | |
Preview popup is shown.
|
| EPreviewPopUpHidden | |
Preview popup is hidden.
|
Member Function Documentation
HandlePreviewPopUpEventL ( CAknPreviewPopUpController *, TPreviewPopUpEvent )
| void | HandlePreviewPopUpEventL | ( | CAknPreviewPopUpController * | aController, |
| | TPreviewPopUpEvent | aEvent |
| | ) | [pure virtual] |
Called by the preview popup when an appropriate event takes place.
| Parameter | Description | | aController | Pointer to the sender of the event. |
| aEvent | Event type. |