phoneapp/phoneuiview/inc/cphonemenucontroller.h
branchRCL_3
changeset 6 38529f706030
parent 4 24062c24fe38
child 22 94dc1107e8b2
equal deleted inserted replaced
5:2a26698d78ba 6:38529f706030
   120 		void SetContextMenu( TPhoneCommandParam* aCommandParam );
   120 		void SetContextMenu( TPhoneCommandParam* aCommandParam );
   121 
   121 
   122         void SetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
   122         void SetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
   123 	        
   123 	        
   124         void GetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
   124         void GetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam );
       
   125 		
       
   126 		void SetSecurityMode( TBool aMode );
   125 
   127 
   126     public: //from base class 
   128     public: //from base class 
   127         
   129         
   128          void HandlePropertyChangedL( 
   130          void HandlePropertyChangedL( 
   129             const TUid& aCategory,
   131             const TUid& aCategory,
   187         TBool iAlphaMode;
   189         TBool iAlphaMode;
   188         TBool iAllowDtmfOptionsFlag;
   190         TBool iAllowDtmfOptionsFlag;
   189         TBool iVoipEnabledFlag;  
   191         TBool iVoipEnabledFlag;  
   190         TBool iHideVideoCallDTMFVisibility;
   192         TBool iHideVideoCallDTMFVisibility;
   191         TBool iInvalidCsPhoneNumber;
   193         TBool iInvalidCsPhoneNumber;
   192 
   194 		TBool iSecurityMode;
   193         // Eikon environment delivered from CPhoneViewController
   195         // Eikon environment delivered from CPhoneViewController
   194         CEikonEnv& iEikEnv;       
   196         CEikonEnv& iEikEnv;       
   195         // Pointer to AIW service handler. OWNED.
   197         // Pointer to AIW service handler. OWNED.
   196         CAiwServiceHandler* iServiceHandler;       
   198         CAiwServiceHandler* iServiceHandler;       
   197     };
   199     };