MAknPreviewPopUpObserver Class Reference

API published in: S60 3rd Ed FP 2

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknpreviewpopupobserver.h>

Detailed Description

Interface for observing preview popup events.

Public Types

enum   TPreviewPopUpEvent { EPreviewPopUpShown, EPreviewPopUpHidden }
  Preview popup event types. More...

Public Member Functions

virtual void  HandlePreviewPopUpEventL (CAknPreviewPopUpController *aController, TPreviewPopUpEvent aEvent)=0
  Called by the preview popup when an appropriate event takes place.

Member Enumeration Documentation

enum MAknPreviewPopUpObserver::TPreviewPopUpEvent
 

Preview popup event types.

Enumerator:
EPreviewPopUpShown  Preview popup is shown.
EPreviewPopUpHidden  Preview popup is hidden.

Member Function Documentation

virtual void MAknPreviewPopUpObserver::HandlePreviewPopUpEventL CAknPreviewPopUpController aController,
TPreviewPopUpEvent  aEvent
[pure virtual]
 

Called by the preview popup when an appropriate event takes place.

Parameters:
aController  Pointer to the sender of the event.
aEvent  Event type.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top