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

AppControl* Impala::Visualization::AppController::GetControl ( int  id  )  [inline, private]

Definition at line 161 of file AppControllerAlt.h.

References ILOG_DEBUG, and mControls.

00162     {
00163         int sz = mControls.size();
00164         for (int i=0 ; i<mControls.size() ; i++)
00165             if (mControls[i]->GetControlId() == id)
00166                 return mControls[i];
00167         ILOG_DEBUG("GetControl: no control " << id);
00168         return 0;
00169     }


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