Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:56:07 2010 for ImpalaSrc by  doxygen 1.5.1