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

virtual void Impala::Visualization::RotorBrowser::RotorBrowserGUI::ContextChangeEvent ( OglGui::Window src,
RotorBrowserContext newcontext 
) [inline, private, virtual]

Reimplemented from Impala::Visualization::RotorBrowser::RotorBrowserListener.

Definition at line 264 of file RotorBrowserGUI.h.

References Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), ILOG_DEBUG, mListeners, and SetRotorText().

00265     {
00266         SetRotorText();
00267         ILOG_DEBUG("ContextChangeEvent: new context = "<<newcontext->GetName());
00268         for (int i=0; i<mListeners.size();i++)
00269             mListeners[i]->ContextChangeEvent(src, newcontext);
00270 
00271     }

Here is the call graph for this function:


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