Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::RepeatTimer::Init ( int  msDelay,
int  msInterval 
) [inline, private]

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:


Generated on Thu Jan 13 09:26:44 2011 for ImpalaSrc by  doxygen 1.5.1