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

Impala::Visualization::AppControlGUI::AppControlGUI ( int  id,
bool  alwaysActive,
double  interval = 0.0 
) [inline]

Definition at line 23 of file AppControlGUI.h.

References mAllowInstantExit, mInterval, and mLastTime.

00024         : AppControl(id, alwaysActive)
00025     {
00026         mInterval = interval;
00027         mLastTime = 0.0;
00028         mAllowInstantExit = false;
00029     }


Generated on Fri Mar 19 11:42:36 2010 for ImpalaSrc by  doxygen 1.5.1