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

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

Definition at line 1115 of file RotorBrowser.h.

References Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), ILOG_DEBUG, ILOG_WARN, InitForkBrowser(), mActiveContext, SwitchToContext(), and UpdateViewsToContext().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserGUI::SetInitialQueryToMovies().

01116     {
01117         ILOG_DEBUG("ReloadForkBrowser()");
01118         SwitchToContext("shots_initialquery");
01119         if (mActiveContext->GetName() != "shots_initialquery")
01120         {
01121             ILOG_WARN("active context is not initialquery. " << 
01122                       "Aborting ReloadForkBrowser." );
01123             return;
01124         }
01125         delete mActiveContext;
01126         mActiveContext = NULL;
01127         InitForkBrowser();
01128         UpdateViewsToContext();
01129         
01130         // FORK_TODO
01131     }

Here is the call graph for this function:


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