locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplservereditor.h
branchRCL_3
changeset 6 f3bd2a0973b9
parent 0 667063e416a2
equal deleted inserted replaced
4:42de37ce7ce4 6:f3bd2a0973b9
    21 
    21 
    22 
    22 
    23 #include <AknForm.h>
    23 #include <AknForm.h>
    24 #include <ConeResLoader.h>
    24 #include <ConeResLoader.h>
    25 
    25 
       
    26 const TInt KMaxUsageTextSize = 5;
       
    27 _LIT(KNoUsageInHomeNetork, "No");
       
    28 
    26 class CAknTitlePane;
    29 class CAknTitlePane;
    27 class CLocSUPLSettingsUiEngine;
    30 class CLocSUPLSettingsUiEngine;
    28 
    31 
    29 class MSuplServerEditorObserver
    32 class MSuplServerEditorObserver
    30 	{
    33 	{
    83         * Processes user commands.
    86         * Processes user commands.
    84         *
    87         *
    85         * @param aCommandId id of the command to respond to
    88         * @param aCommandId id of the command to respond to
    86         */
    89         */
    87         void ProcessCommandL(TInt aCommandId);
    90         void ProcessCommandL(TInt aCommandId);
    88 
    91         
       
    92         /**
       
    93          * 
       
    94          * 
       
    95          */
       
    96         void HandleDialogPageEventL( TInt aEventID );
    89         /*
    97         /*
    90          * Executes the Dialog
    98          * Executes the Dialog
    91          */
    99          */
    92         TInt ExecuteLD();
   100         TInt ExecuteLD();
    93 	
   101 	
   102     protected: // From CAknForm
   110     protected: // From CAknForm
   103 
   111 
   104      /**
   112      /**
   105        * Inherited from CCoeControl
   113        * Inherited from CCoeControl
   106        */				    
   114        */				    
   107         void HandlePointerEventL(const TPointerEvent &aPointerEvent);
       
   108         
   115         
   109 		TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent,
   116 		TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent,
   110 		                                             TEventCode aType );
   117 		                                             TEventCode aType );
   111 		                                             
   118 		                                             
   112         /**
   119         /**
   190 
   197 
   191 		/*
   198 		/*
   192 		 * it toggles value of popup field
   199 		 * it toggles value of popup field
   193 		 */        
   200 		 */        
   194 		void TogglePopupFieldControlL( TInt aControlId );
   201 		void TogglePopupFieldControlL( TInt aControlId );
       
   202 		
       
   203 		/*
       
   204 		 * toggles the txt
       
   205 		 */
       
   206 		void SetUsageinHomeNetwork( TBool aOnOff );
   195 
   207 
   196 		/*
   208 		/*
   197 		 * it changes the MSK caption 
   209 		 * it changes the MSK caption 
   198 		 */        
   210 		 */        
   199 		void HandleMSKCaptionL();
   211 		void HandleMSKCaptionL();