epoc32/include/mw/downloadslistdlgobserver.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    59         /**
    59         /**
    60         * Key events first forwarded to the observer.
    60         * Key events first forwarded to the observer.
    61         */
    61         */
    62         virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
    62         virtual TKeyResponse OfferKeyEventL( CDownloadsListDlg& aDialog, const TKeyEvent& aKeyEvent, TEventCode aType ) = 0;
    63 
    63 
       
    64         /**
       
    65         * setting the downloadlist hide to the observer.
       
    66         */
       
    67         virtual void SetDownloadListHide( TBool aHide ) = 0;
       
    68 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
    69         /**
       
    70         * Adding Aiw Commands for the given MenuPane to the observer.
       
    71         */
       
    72         virtual void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane) = 0;
       
    73 #endif        
    64     };
    74     };
    65 
    75 
    66 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    76 #endif /* DOWNLOADSLISTDLGOBSERVER_H */
    67 
    77