Reimplemented in Impala::Application::SDash::SurveillanceMap, and Impala::Visualization::SimilarityTimeLine. Definition at line 80 of file RepeatTimer.h. References mRepeatDelay, mRepeatInterval, and StartRepeatTime(). Referenced by RepeatTimer(). 00081 { 00082 mRepeatDelay = msDelay; 00083 mRepeatInterval = msInterval; 00084 StartRepeatTime(); 00085 }
Here is the call graph for this function:
|