phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h
changeset 50 377c906a8701
parent 0 5f000ab63145
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    34 
    34 
    35         /**
    35         /**
    36         * Destructor
    36         * Destructor
    37         */
    37         */
    38         virtual ~MPhoneSystemEventHandler(){};
    38         virtual ~MPhoneSystemEventHandler(){};
    39 
       
    40         /**
       
    41         * From CAknAppUi, initialise a menupane (dynamic).
       
    42         *
       
    43         * @param aResourceId It is the resource id for the pane.
       
    44         * @param aMenuPane It is the menu pane corresponding to the resource.
       
    45         */
       
    46         virtual void DynInitMenuPaneL( 
       
    47             TInt aResourceId, 
       
    48             CEikMenuPane* aMenuPane ) = 0;
       
    49 
       
    50         /**
       
    51         * From CAknAppUi, initialise a menubar (dynamic).
       
    52         *
       
    53         * @param aResourceId It is the resource id for the bar.
       
    54         * @param aMenuBar It is the menu bar corresponding to the resource.
       
    55         */
       
    56         virtual void DynInitMenuBarL( 
       
    57             TInt aResourceId, 
       
    58             CEikMenuBar* aMenuBar ) = 0;
       
    59 
    39 
    60         /**
    40         /**
    61         * From CEikAppUi. For Idle indicator
    41         * From CEikAppUi. For Idle indicator
    62         */
    42         */
    63         virtual void HandleSystemEventL( const TWsEvent& aEvent ) = 0;
    43         virtual void HandleSystemEventL( const TWsEvent& aEvent ) = 0;