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

bool Impala::Visualization::AppController::GetAllDone (  )  [inline, private]

Definition at line 172 of file AppControllerAlt.h.

References mControls.

00173     {
00174         for (int i=0 ; i<mControls.size() ; i++)
00175             if (mControls[i]->GetActive() && mControls[i]->Done())
00176                 return true;
00177         return false;
00178     }


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