Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:06 2011 for ImpalaSrc by  doxygen 1.5.1