MDownloadsListDlgObserver Class Reference

API published in: S60 2nd Ed FP 3

Link against: downloadmgruilib.lib

Capability Information

Required Capabilities

None


#include <
downloadslistdlgobserver.h>

Inherited by CDownloadMgrUiDownloadsList.


Detailed Description

Observer interface of CDownloadsListDlg.

Public Member Functions

virtual void PreLayoutDynInitL (CDownloadsListDlg &aDialog)=0
 Called for layouting the dialog before executing it.
virtual void ProcessCommandL (CDownloadsListDlg &aDialog, TInt aCommandId)=0
 Called for processing not dialog specific commands.
virtual void DynInitMenuPaneL (CDownloadsListDlg &aDialog, TInt aResourceId, CEikMenuPane *aMenuPane)=0
 Called for initializing Options menu.
virtual TKeyResponse OfferKeyEventL (CDownloadsListDlg &aDialog, const TKeyEvent &aKeyEvent, TEventCode aType)=0
 Key events first forwarded to the observer.

Member Function Documentation

virtual void MDownloadsListDlgObserver::DynInitMenuPaneL CDownloadsListDlg &  aDialog,
TInt  aResourceId,
CEikMenuPane aMenuPane
[pure virtual]
 

Called for initializing Options menu.

Implemented in CDownloadMgrUiDownloadsList.

virtual TKeyResponse MDownloadsListDlgObserver::OfferKeyEventL CDownloadsListDlg &  aDialog,
const TKeyEvent &  aKeyEvent,
TEventCode  aType
[pure virtual]
 

Key events first forwarded to the observer.

Implemented in CDownloadMgrUiDownloadsList.

virtual void MDownloadsListDlgObserver::PreLayoutDynInitL CDownloadsListDlg &  aDialog  )  [pure virtual]
 

Called for layouting the dialog before executing it.

Implemented in CDownloadMgrUiDownloadsList.

virtual void MDownloadsListDlgObserver::ProcessCommandL CDownloadsListDlg &  aDialog,
TInt  aCommandId
[pure virtual]
 

Called for processing not dialog specific commands.

Implemented in CDownloadMgrUiDownloadsList.


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

Copyright © Nokia Corporation 2001-2008
Back to top