fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepPredictiveSettingDialog.h
branchRCL_3
changeset 12 5e18d8c489d6
parent 8 4eb1ae11334f
equal deleted inserted replaced
11:c8fb4cf7b3ae 12:5e18d8c489d6
   103 		
   103 		
   104 		// From MEikMenuObserver
   104 		// From MEikMenuObserver
   105 		virtual void DynInitMenuPaneL( TInt aResourceId, 
   105 		virtual void DynInitMenuPaneL( TInt aResourceId, 
   106 		                               CEikMenuPane* aMenuPane );
   106 		                               CEikMenuPane* aMenuPane );
   107 	    
   107 	    
       
   108 	protected:
       
   109         /**
       
   110         * From CAknDialog
       
   111         * Lays out the dialog's components when the size of the dialog 
       
   112         * is changed.
       
   113         */
       
   114         virtual void SizeChanged();
   108 	private:
   115 	private:
   109 		void ConstructL( TInt aMenuTitleResourceId );
   116 		void ConstructL( TInt aMenuTitleResourceId );
   110 		CAknFepPredictiveSettingDialog(TInt aConfirmationQueryResId, TInt aTitlePaneResId);
   117 		CAknFepPredictiveSettingDialog(TInt aConfirmationQueryResId, TInt aTitlePaneResId);
   111 		void ReadSettingsDataL();
   118 		void ReadSettingsDataL();
   112 	    void SaveSettingsDataL() const;
   119 	    void SaveSettingsDataL() const;
   136 	    
   143 	    
   137 	    // iSettingItemInEditingState is introduced to avoid the crash when we are editing 
   144 	    // iSettingItemInEditingState is introduced to avoid the crash when we are editing 
   138 	    // the settings item and the flip staus changes.
   145 	    // the settings item and the flip staus changes.
   139 	    TBool 						iSettingItemInEditingState; 
   146 	    TBool 						iSettingItemInEditingState; 
   140 	    CIdle* 						iItemCloseEventCheck;
   147 	    CIdle* 						iItemCloseEventCheck;
       
   148 		TBool                       iSimuKey;
   141 	
   149 	
   142 	protected:
   150 	protected:
   143 	CAknFepPredictiveSettingList*	iSettingsList;
   151 	CAknFepPredictiveSettingList*	iSettingsList;
   144 	CAknFepPredictiveSettingData*	iSettingsData;
   152 	CAknFepPredictiveSettingData*	iSettingsData;
   145 	CRepository*					iAknFepRepository;
   153 	CRepository*					iAknFepRepository;