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