idlefw/plugins/mcsplugin/settings/inc/mcspluginsettings.h
branchRCL_3
changeset 130 67f2ed48ad91
parent 118 8baec10861af
equal deleted inserted replaced
122:6cadd6867c17 130:67f2ed48ad91
   157      * Handles listbox selection. Called by HandleListBoxEventL.
   157      * Handles listbox selection. Called by HandleListBoxEventL.
   158      * Implement by sub-class.
   158      * Implement by sub-class.
   159      */
   159      */
   160     void HandleListBoxSelectionL();
   160     void HandleListBoxSelectionL();
   161 
   161 
   162     /**
       
   163      * Callback function to be used with CPeriodic.
       
   164      */
       
   165     static TInt TimerCallbackL( TAny *aPtr );
       
   166     
       
   167 private:  // data
   162 private:  // data
   168 
   163 
   169     /**
   164     /**
   170      * Settings plug-in model.
   165      * Settings plug-in model.
   171      * Own.
   166      * Own.
   172      */
   167      */
   173     CMCSPluginSettingsModel* iModel;
   168     CMCSPluginSettingsModel* iModel;
   174     
       
   175     /** 
       
   176      * Timer to change specified shortcut when view is activated.
       
   177      * Own. 
       
   178      */
       
   179     CPeriodic* iTimer;    
       
   180 };
   169 };
   181 
   170 
   182 #endif // MCSPLUGINSETTINGS_H
   171 #endif // MCSPLUGINSETTINGS_H
   183 
   172 
   184 // End of File.
   173 // End of File.