phoneapp/phoneuistates/inc/cphonesinglecall.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    80         * ConstructL()
    80         * ConstructL()
    81         */
    81         */
    82         IMPORT_C virtual void ConstructL();
    82         IMPORT_C virtual void ConstructL();
    83 
    83 
    84         /**
    84         /**
    85         * Open menu bar
       
    86         */
       
    87         IMPORT_C virtual void OpenMenuBarL();
       
    88 
       
    89         /**
       
    90         * Returns call identifier of the call this state is associated with.
    85         * Returns call identifier of the call this state is associated with.
    91         * @return   Call identifier.
    86         * @return   Call identifier.
    92         */
    87         */
    93         IMPORT_C TInt CallId() const;
    88         IMPORT_C TInt CallId() const;
    94     private:
    89     private:
   104         void HandleIncomingL( TInt aCallId );
    99         void HandleIncomingL( TInt aCallId );
   105         
   100         
   106         void DisplayIncomingCallL( 
   101         void DisplayIncomingCallL( 
   107             TInt aCallId, 
   102             TInt aCallId, 
   108             const TPhoneCmdParamBoolean aCommandParam );
   103             const TPhoneCmdParamBoolean aCommandParam );
   109 
       
   110         void CallFromNewCallQueryL();
       
   111         
   104         
   112         void HandleDiallingL( TInt aCallId );
   105         void HandleDiallingL( TInt aCallId );
   113                 
   106                 
   114         void DisplayCallSetupL( TInt aCallId );
   107         void DisplayCallSetupL( TInt aCallId );
   115         
       
   116         void SetCallResumeL();
       
   117         
       
   118         void SetCallHoldL();
       
   119         
   108         
   120         void SwitchToVideoL();
   109         void SwitchToVideoL();
   121         
   110         
   122         void SwitchToVoiceL();
   111         void SwitchToVoiceL();
   123     
   112