phoneapp/phoneuistates/inc/cphonesingleandwaiting.h
changeset 56 5bcb308bd24d
parent 37 ba76fc04e6c2
child 74 d1c62c765e48
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    99         virtual void HandleKeyEventL( 
    99         virtual void HandleKeyEventL( 
   100             const TKeyEvent& aKeyEvent,
   100             const TKeyEvent& aKeyEvent,
   101             TEventCode aEventCode );
   101             TEventCode aEventCode );
   102         
   102         
   103         /**
   103         /**
   104         * Opens menu bar.
       
   105         */    
       
   106         virtual void OpenMenuBarL();
       
   107         
       
   108         /**
       
   109         * Sets correct in call CBAs.
   104         * Sets correct in call CBAs.
   110         */
   105         */
   111         virtual void UpdateInCallCbaL();
   106         virtual void UpdateInCallCbaL();
   112         
   107         
   113             
   108             
   142         * @param aCallId - call id that received the event
   137         * @param aCallId - call id that received the event
   143         */ 
   138         */ 
   144         void HandleConnectedL( TInt aCallId );
   139         void HandleConnectedL( TInt aCallId );
   145         
   140         
   146         /**
   141         /**
   147         * Fetches phone number from new call quoery and dials that number.
       
   148         */ 
       
   149         void CallFromNewCallQueryL();
       
   150         
       
   151         /**
       
   152         * Handles received dialing message from Phone Engine.
   142         * Handles received dialing message from Phone Engine.
   153         * @param aCallId - call id that received the event
   143         * @param aCallId - call id that received the event
   154         */ 
   144         */ 
   155         void HandleDiallingL( TInt aCallId );
   145         void HandleDiallingL( TInt aCallId );
   156         
   146