phoneapp/phoneuistates/inc/cphonetwosinglesandwaiting.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    70         * HandleError
    70         * HandleError
    71         * Implements error handling framework
    71         * Implements error handling framework
    72         * @param aErrorInfo: the error info
    72         * @param aErrorInfo: the error info
    73         */
    73         */
    74         IMPORT_C virtual void HandleErrorL( 
    74         IMPORT_C virtual void HandleErrorL( 
    75             const TPEErrorInfo& aErrorInfo ); 
    75             const TPEErrorInfo& aErrorInfo );
       
    76 
       
    77 // <-- QT PHONE START -->        
       
    78         /**
       
    79         * Handles user selected UI commands.
       
    80         * @param aCommand - selected command
       
    81         */    
       
    82         TBool HandleCommandL( TInt aCommand );
       
    83 // <-- QT PHONE END -->        
    76         
    84         
    77     protected:
    85     protected:
    78 
    86 
    79         /**
    87         /**
    80         * By default EPOC constructor is private.
    88         * By default EPOC constructor is private.
   109         /** 
   117         /** 
   110         * Handle state-specific behaviour when number entry is cleared
   118         * Handle state-specific behaviour when number entry is cleared
   111         */ 
   119         */ 
   112         void HandleNumberEntryClearedL();
   120         void HandleNumberEntryClearedL();
   113         
   121         
       
   122 // <-- QT PHONE START -->
       
   123         /**
       
   124         *  Handles received EPhoneCmdUpdateUiControls command.
       
   125         */
       
   126         void UpdateUiControlsL();
       
   127 // <-- QT PHONE END -->        
       
   128         
   114         // call id of ringing call
   129         // call id of ringing call
   115         TInt iRingingCallId;
   130         TInt iRingingCallId;
   116     };
   131     };
   117 
   132 
   118 #endif // CPHONETWOSINGLESANDWAITING_H
   133 #endif // CPHONETWOSINGLESANDWAITING_H