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

virtual void Impala::Application::IDash::ScreenBrowser::DoConceptQuery ( std::list< std::string >  queryconcepts  )  [inline, virtual]

Definition at line 157 of file ScreenBrowserX.h.

References DoQuery(), ILOG_SYSTEM, and mQueryComponents.

00158     {
00159         ILOG_SYSTEM("DoConceptQuery: " << queryconcepts.size()
00160                     << " concepts in query.");
00161         mQueryComponents = queryconcepts;
00162         DoQuery();
00163     }

Here is the call graph for this function:


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