Home
last modified time | relevance | path

Searched refs:timerupdateinterval (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DMainFrame.cpp175 int i,timerupdateinterval; in mMainFrame() local
221 … 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()
H A DwxDFast.h498 int timerupdateinterval; //time between the timer refreshs in milliseconds variable