class MAknPreviewPopUpObserver |
Interface for observing preview popup events.
Public Member Functions | |
---|---|
void | HandlePreviewPopUpEventL(CAknPreviewPopUpController *, TPreviewPopUpEvent) |
Public Member Enumerations | |
---|---|
enum | TPreviewPopUpEvent { EPreviewPopUpShown, EPreviewPopUpHidden } |
void | HandlePreviewPopUpEventL | ( | CAknPreviewPopUpController * | aController, |
TPreviewPopUpEvent | aEvent | |||
) | [pure virtual] |
Called by the preview popup when an appropriate event takes place.
CAknPreviewPopUpController * aController | Pointer to the sender of the event. |
TPreviewPopUpEvent aEvent | Event type. |
Preview popup event types.
EPreviewPopUpShown |
Preview popup is shown. |
EPreviewPopUpHidden |
Preview popup is hidden. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.