Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:04:40 2010 for ImpalaSrc by  doxygen 1.5.1