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

void Impala::Visualization::AppController::ProcessEvents (  )  [inline]

Definition at line 111 of file AppControllerAlt.h.

References GetAllDone(), mControls, mTimer, and Impala::Timer::SplitTime().

00112     {
00113         bool done = GetAllDone();
00114         if (!done)
00115         {
00116             for (int i=0 ; i<mControls.size() ; i++)
00117             {
00118                 if (mControls[i]->GetActive())
00119                     mControls[i]->ComputeCycle(mTimer->SplitTime());
00120             }
00121             done = GetAllDone();
00122         }
00123         if (done)
00124             exit(0);
00125     }

Here is the call graph for this function:


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