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

void Impala::Visualization::RotorBrowser::RotorBrowser::InitRotorBrowser (  )  [inline, private]

Definition at line 2315 of file RotorBrowser.h.

References GetContext(), ILOG_SYSTEM, mActiveContext, mInitialQueryPosition, Impala::Visualization::RotorBrowser::RotorBrowserContext::SetSwallowMode(), and Impala::Visualization::RotorBrowser::RotorBrowserContext::SWALLOW_ALL.

Referenced by SetBrowseMode().

02316     {
02317         RotorBrowserContext *query = GetContext("shots_initialquery");
02318         ILOG_SYSTEM( "Init RotorBrowser" );
02319         mInitialQueryPosition = -1;
02320         if (query)
02321             query->SetSwallowMode(RotorBrowserContext::SWALLOW_ALL);
02322         if (mActiveContext)
02323             mActiveContext->SetSwallowMode(RotorBrowserContext::SWALLOW_ALL);
02324     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:51 2011 for ImpalaSrc by  doxygen 1.5.1