phoneapp/phoneuistates/inc/cphoneconferenceandwaiting.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    63             TKeyCode aCode );
    63             TKeyCode aCode );
    64             
    64             
    65         virtual void HandleKeyEventL(
    65         virtual void HandleKeyEventL(
    66             const TKeyEvent& aKeyEvent,
    66             const TKeyEvent& aKeyEvent,
    67             TEventCode aEventCode );
    67             TEventCode aEventCode );
    68         // <-- QT PHONE START -->        
    68 
    69         /**
    69         /**
    70         * Handles user selected UI commands.
    70         * Handles user selected UI commands.
    71         * @param aCommand - selected command
    71         * @param aCommand - selected command
    72         */    
    72         */    
    73         TBool HandleCommandL( TInt aCommand );
    73         TBool HandleCommandL( TInt aCommand );
    74         // <-- QT PHONE END -->     
       
    75 
    74 
    76     protected:
    75     protected:
    77 
    76 
    78         /**
    77         /**
    79         * By default EPOC constructor is private.
    78         * By default EPOC constructor is private.
   105          
   104          
   106          void HandleDiallingL( TInt aCallId );
   105          void HandleDiallingL( TInt aCallId );
   107          
   106          
   108          void HandleWentOneToOneL( TInt aCallId );
   107          void HandleWentOneToOneL( TInt aCallId );
   109          
   108          
   110          // <-- QT PHONE START -->
       
   111          /**
   109          /**
   112          *  Handles received EPhoneCmdUpdateUiControls command.
   110           *  Handles received EPhoneCmdUpdateUiControls command.
   113          */
   111           */
   114          void UpdateUiControlsL();
   112          void UpdateUiControlsL();
   115          // <-- QT PHONE END -->   
       
   116       
   113       
   117      private:
   114      private:
   118         TInt iRingingCallId;
   115         TInt iRingingCallId;
   119          
   116          
   120     };
   117     };