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

bool Impala::Visualization::RotorBrowser::RotorBrowser::ValidateContext ( CString  name  )  [inline]

Definition at line 1831 of file RotorBrowser.h.

References GetContextByName(), and Impala::Visualization::RotorBrowser::RotorBrowserContext::ThreadValid().

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

01832     {
01833         RotorBrowserContext* ctx = GetContextByName(name);
01834         if (!ctx || !ctx->ThreadValid())
01835             return false;
01836         return true;
01837     }

Here is the call graph for this function:


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