phoneapp/phoneuistates/inc/cphoneconference.h
branchRCL_3
changeset 23 40a3f856b14d
parent 3 8871b09be73b
child 24 41a7f70b3818
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
    63         virtual TBool HandleCommandL( TInt aCommand );  
    63         virtual TBool HandleCommandL( TInt aCommand );  
    64         
    64         
    65         virtual void HandleKeyMessageL(
    65         virtual void HandleKeyMessageL(
    66             TPhoneKeyEventMessages aMessage,
    66             TPhoneKeyEventMessages aMessage,
    67             TKeyCode aCode );
    67             TKeyCode aCode );
       
    68         
       
    69         /**
       
    70         * This function is called from displaycallsetup and 
       
    71         * the purpose is to do state specific things for callsetup.
       
    72         */
       
    73         IMPORT_C virtual void DoStateSpecificCallSetUpDefinitionsL();
    68             
    74             
    69     protected:
    75     protected:
    70 
    76 
    71         /**
    77         /**
    72         * By default EPOC constructor is private.
    78         * By default EPOC constructor is private.
   100             const TPhoneCmdParamBoolean aCommandParam );
   106             const TPhoneCmdParamBoolean aCommandParam );
   101         
   107         
   102         virtual void HandleConferenceIdleL();
   108         virtual void HandleConferenceIdleL();
   103                         
   109                         
   104         virtual void MakeStateTransitionToTwoSinglesL();
   110         virtual void MakeStateTransitionToTwoSinglesL();
   105 
       
   106         virtual void DisplayCallSetupL( TInt aCallId );
       
   107         
   111         
   108         virtual TBool IsConferenceBubbleInSelectionMode() const;
   112         virtual TBool IsConferenceBubbleInSelectionMode() const;
   109         
   113         
   110         virtual void UpdateInCallCbaL();
   114         virtual void UpdateInCallCbaL();
   111         
   115         
   141         
   145         
   142         void PrivateSelectedParticipantL();
   146         void PrivateSelectedParticipantL();
   143         
   147         
   144         void MakeStateTransitionToIdleL();
   148         void MakeStateTransitionToIdleL();
   145         
   149         
   146         void HandleDiallingL( TInt aCallId );
   150         void HandleDialingL( TInt aCallId );
   147               
   151               
   148         void CallFromNewCallQueryL();
   152         void CallFromNewCallQueryL();
   149         
   153         
   150         void HandleWentOneToOneL( TInt aCallId );
   154         void HandleWentOneToOneL( TInt aCallId );
   151         
   155