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

Visualization::GUI::ConceptPreviewBar* Impala::Application::IDash::ScreenQuery::GetConceptBar ( std::string  name  )  [inline, private]

Definition at line 251 of file ScreenQuery.h.

References mConceptBars.

Referenced by AddConceptToQuery(), and RemoveConceptFromQuery().

00252     {
00253         if (mConceptBars.find(name) != mConceptBars.end())
00254             return mConceptBars[name];
00255         return NULL;
00256     }


Generated on Fri Mar 19 10:41:33 2010 for ImpalaSrc by  doxygen 1.5.1