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

void Impala::Application::SDash::SurveillanceMap::ClearTrack (  )  [inline]

Definition at line 297 of file SurveillanceMap.h.

References mLabels, mShowTrack, mTrackSize, mTrackVideoIds, OglGui::OglWindow::SetVisible(), and OglGui::OglWindow::UpdateScene().

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

00298     {
00299         mShowTrack = false;
00300 
00301         for (int i = 0; i < mLabels.size(); i++)
00302             mLabels[i]->SetVisible(false);
00303 
00304         mTrackVideoIds.clear();
00305         mTrackSize = 0;
00306 
00307         UpdateScene(); // refresh window
00308     }

Here is the call graph for this function:


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