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

void Impala::Visualization::RotorBrowser::RotorBrowser::ReloadInitial (  )  [inline]

Definition at line 1133 of file RotorBrowser.h.

References ClearTrails(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), Impala::Visualization::RotorBrowser::ThreadClusterSelector::Hide(), ILOG_DEBUG, ILOG_SYSTEM, Impala::Visualization::RotorBrowser::ThreadClusterSelector::IsActive(), mActiveContext, mBrowseMode, mClusterSelector, MODE_CROSSBROWSER, MODE_FORKBROWSER, SwitchToContext(), and UpdateViewsToContext().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserGUI::HandleActivate(), and Impala::Visualization::RotorBrowser::RotorBrowserGUI::SetInitialQueryToMovies().

01134     {
01135         if (mClusterSelector->IsActive())
01136         {
01137             ILOG_DEBUG("hiding cluster selector");
01138             mClusterSelector->Hide();
01139         }
01140 
01141         ClearTrails();
01142 
01143         if (mBrowseMode==MODE_CROSSBROWSER || mBrowseMode==MODE_FORKBROWSER)
01144         {
01145             UpdateViewsToContext();
01146             return;
01147         }
01148 
01149         ILOG_SYSTEM( "reloading initial query" );
01150         if (!mActiveContext || mActiveContext->GetName()!="shots_initalquery")
01151         {
01152             ILOG_DEBUG( "initialquery was not active, activating..." );
01153             SwitchToContext("shots_initialquery");
01154         }
01155         if (mActiveContext && mActiveContext->GetName()=="shots_initialquery")
01156         {
01157             delete mActiveContext;
01158             mActiveContext = NULL;
01159             SwitchToContext("time");
01160             UpdateViewsToContext();
01161             SwitchToContext("shots_initialquery");
01162         }
01163     }

Here is the call graph for this function:


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