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

void Impala::Application::IDash::ScreenQuery::DoClearSelection (  )  [inline, private]

Definition at line 259 of file ScreenQuery.h.

References ILOG_DEBUG, mConceptBars, and mQueryComponents.

Referenced by ButtonSelectionEvent().

00260     {
00261         ILOG_DEBUG( "DoClearSelection()" );
00262 
00263         std::map<std::string, Visualization::GUI::ConceptPreviewBar*>::iterator cb;
00264         for (cb = mConceptBars.begin(); cb != mConceptBars.end(); cb++)
00265             delete cb->second;
00266         mConceptBars.clear();
00267 
00268         mQueryComponents.clear();
00269     }


Generated on Thu Jan 13 09:15:06 2011 for ImpalaSrc by  doxygen 1.5.1