phoneapp/phoneuicontrol/inc/cphoneuicontroller.h
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    82         IMPORT_C TKeyResponse HandleKeyEventL(
    82         IMPORT_C TKeyResponse HandleKeyEventL(
    83             const TKeyEvent& aKeyEvent,
    83             const TKeyEvent& aKeyEvent,
    84             TEventCode aEventCode );
    84             TEventCode aEventCode );
    85 
    85 
    86         /**
    86         /**
    87         * From CAknAppUi, initialise a menupane (dynamic).
       
    88         *
       
    89         * @param aResourceId It is the resource id for the pane.
       
    90         * @param aMenuPane It is the menu pane corresponding to the resource.
       
    91         */
       
    92         IMPORT_C void DynInitMenuPaneL( 
       
    93             TInt aResourceId, 
       
    94             CEikMenuPane* aMenuPane );
       
    95 
       
    96         /**
       
    97         * From CAknAppUi, initialise a menubar (dynamic).
       
    98         *
       
    99         * @param aResourceId It is the resource id for the bar.
       
   100         * @param aMenuBar It is the menu bar corresponding to the resource.
       
   101         */
       
   102         IMPORT_C void DynInitMenuBarL( 
       
   103             TInt aResourceId, 
       
   104             CEikMenuBar* aMenuBar );
       
   105 
       
   106         /**
       
   107         * From CEikAppUi. For Idle indicator
    87         * From CEikAppUi. For Idle indicator
   108         */
    88         */
   109         IMPORT_C void HandleSystemEventL(
    89         IMPORT_C void HandleSystemEventL(
   110             const TWsEvent& aEvent );
    90             const TWsEvent& aEvent );
   111 
    91