Reimplemented from Impala::Visualization::AppControl. Definition at line 40 of file AppControlGUI.h. References HandleCycleGUI(), mInterval, and mLastTime. 00041 { 00042 if (elapsedTime > mLastTime + mInterval) 00043 { 00044 mLastTime = elapsedTime; 00045 HandleCycleGUI(); 00046 } 00047 }
Here is the call graph for this function:
|