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

void Impala::Application::SDash::SurveillanceMap::SetSelectedButton ( int  id  )  [inline]

Definition at line 194 of file SurveillanceMap.h.

References mButtons, OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::UpdateScene().

Referenced by ButtonSelectionEvent(), and Impala::Application::SDash::SurveillanceApp::VideoInspect().

00195     {
00196         for (int i=0; i<mButtons.size(); i++)
00197             mButtons[i]->SetBackground((i==id) ? oglRED : 0);
00198         UpdateScene();
00199     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:11 2011 for ImpalaSrc by  doxygen 1.5.1