idlefw/plugins/mcsplugin/settings/inc/mcspluginsettings.h
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
   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     
   162 private:  // data
   167 private:  // data
   163 
   168 
   164     /**
   169     /**
   165      * Settings plug-in model.
   170      * Settings plug-in model.
   166      * Own.
   171      * Own.
   167      */
   172      */
   168     CMCSPluginSettingsModel* iModel;
   173     CMCSPluginSettingsModel* iModel;
       
   174     
       
   175     /** 
       
   176      * Timer to change specified shortcut when view is activated.
       
   177      * Own. 
       
   178      */
       
   179     CPeriodic* iTimer;    
   169 };
   180 };
   170 
   181 
   171 #endif // MCSPLUGINSETTINGS_H
   182 #endif // MCSPLUGINSETTINGS_H
   172 
   183 
   173 // End of File.
   184 // End of File.