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

virtual void Impala::Visualization::ThreadSystemWnd::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 19 of file ThreadSystemWnd.h.

References mInitialized, and mStr.

00020     {
00021         if (!mInitialized)
00022         {
00023             mInitialized = true;
00024             int sysRes = system(mStr.c_str());
00025         }
00026     }


Generated on Thu Jan 13 09:25:19 2011 for ImpalaSrc by  doxygen 1.5.1