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

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

Definition at line 2326 of file RotorBrowser.h.

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

Referenced by HasContext(), and ValidateContext().

02327     {
02328         if (mActiveContext->GetName() == name)
02329             return mActiveContext;
02330 
02331         RotorBrowserContextList::iterator context;
02332         for (context=mContexts.begin(); context!=mContexts.end(); context++)
02333         {
02334             if ((*context)->GetName() == name)
02335                 return *context;
02336         }
02337         return NULL;
02338     }

Here is the call graph for this function:


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