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

Impala::Visualization::AppControl::AppControl ( int  id,
bool  alwaysActive 
) [inline]

Definition at line 16 of file AppControl.h.

References mActive, mAlwaysActive, mDone, and mId.

00017     {
00018         mId = id;
00019         mAlwaysActive = alwaysActive; 
00020         mActive = false;
00021         mDone = false;
00022     }


Generated on Thu Jan 13 09:24:31 2011 for ImpalaSrc by  doxygen 1.5.1