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

RotorBrowserContext* Impala::Visualization::RotorBrowser::RotorBrowser::GetContext ( String  name  )  [inline, private]

Definition at line 2440 of file RotorBrowser.h.

References Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), mActiveContext, and mContexts.

Referenced by DisplayFunc(), DoShowBookmarksThread(), DoVisualQuery(), InitRotorBrowser(), and UpdateViewsToContext().

02441     {
02442         if (mActiveContext->GetName() == name)
02443             return mActiveContext;
02444 
02445         RotorBrowserContextList::iterator context;
02446         for (context=mContexts.begin(); context != mContexts.end(); context++)
02447         {
02448             if ((*context)->GetName() == name)
02449                 return *context;
02450         }
02451         return NULL;
02452     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:55:17 2010 for ImpalaSrc by  doxygen 1.5.1