phoneapp/phoneuiview/inc/cphonemenucontroller.h
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 14 24062c24fe38
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
   114         void SetHideVideoCallDTMFVisibilityFlag ( TBool aHideVideoCallDTMFVisibility );
   114         void SetHideVideoCallDTMFVisibilityFlag ( TBool aHideVideoCallDTMFVisibility );
   115 
   115 
   116 		void SendAiwCommandL( TPhoneCommandParam* aCommandParam );      
   116 		void SendAiwCommandL( TPhoneCommandParam* aCommandParam );      
   117  
   117  
   118 		void SetContextMenu( TPhoneCommandParam* aCommandParam );
   118 		void SetContextMenu( TPhoneCommandParam* aCommandParam );
   119 		
   119 
       
   120         void SetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
       
   121 	        
       
   122         void GetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
       
   123 
   120     public: //from base class 
   124     public: //from base class 
   121         
   125         
   122          void HandlePropertyChangedL( 
   126          void HandlePropertyChangedL( 
   123             const TUid& aCategory,
   127             const TUid& aCategory,
   124             const TUint aKey,
   128             const TUint aKey,
   179         TBool iConferenceParticipantsListOpenFlag;
   183         TBool iConferenceParticipantsListOpenFlag;
   180         TBool iAlphaMode;
   184         TBool iAlphaMode;
   181         TBool iAllowDtmfOptionsFlag;
   185         TBool iAllowDtmfOptionsFlag;
   182         TBool iVoipEnabledFlag;  
   186         TBool iVoipEnabledFlag;  
   183         TBool iHideVideoCallDTMFVisibility;
   187         TBool iHideVideoCallDTMFVisibility;
       
   188         TBool iInvalidCsPhoneNumber;
       
   189 
   184         // Eikon environment delivered from CPhoneViewController
   190         // Eikon environment delivered from CPhoneViewController
   185         CEikonEnv& iEikEnv;       
   191         CEikonEnv& iEikEnv;       
   186         // Pointer to AIW service handler. OWNED.
   192         // Pointer to AIW service handler. OWNED.
   187         CAiwServiceHandler* iServiceHandler;       
   193         CAiwServiceHandler* iServiceHandler;       
   188     };
   194     };