Searched refs:timerupdateinterval (Results 1 – 2 of 2) sorted by relevance
175 int i,timerupdateinterval; in mMainFrame() local221 … programoptions.timerupdateinterval = mApplication::Configurations(READ,OPT_TIMERINTERVAL_REG,500); in mMainFrame()349 timerupdateinterval = programoptions.timerupdateinterval; in mMainFrame()477 mtimer->Start(timerupdateinterval); in mMainFrame()2513 XRCCTRL(dlg, "spintimerinterval",wxSpinCtrl)->SetValue(programoptions.timerupdateinterval); in OnOptions()2599 … programoptions.timerupdateinterval = XRCCTRL(dlg, "spintimerinterval",wxSpinCtrl)->GetValue(); in OnOptions()2725 … mApplication::Configurations(WRITE,OPT_TIMERINTERVAL_REG,programoptions.timerupdateinterval); in OnOptions()
498 int timerupdateinterval; //time between the timer refreshs in milliseconds variable