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

void Impala::Application::IDash::ScreenQuery::RemoveConceptFromQuery ( std::string  name  )  [inline, private]

Definition at line 213 of file ScreenQuery.h.

References GetConceptBar(), ILOG_DEBUG, mConceptBars, mSuggestionWnd, RemoveComponent(), OglGui::Window::RepositionViewports(), and OglGui::Window::ScaleChildren().

Referenced by PreviewBarSelectionEvent().

00214     {
00215         ILOG_DEBUG( "RemoveConceptFromQuery: " << name );
00216         Visualization::GUI::ConceptPreviewBar *b = GetConceptBar(name);
00217         if (b) {
00218             delete b;
00219             mConceptBars.erase(name);
00220 
00221             RemoveComponent("CONCEPT:" + name);
00222 
00223             mSuggestionWnd->RepositionViewports();
00224             mSuggestionWnd->ScaleChildren();
00225         }
00226     }

Here is the call graph for this function:


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