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

virtual void Impala::Visualization::RotorBrowser::RotorBrowserGUI::ContextMoveEvent ( OglGui::Window src,
int  direction,
int  position 
) [inline, private, virtual]

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

Definition at line 251 of file RotorBrowserGUI.h.

References ILOG_DEBUG, mListeners, and SetRotorText().

00252     {
00253         ILOG_DEBUG( "MoveEvent: " << direction << " position = " << position );
00254         SetRotorText();
00255 
00256         for (int i=0; i<mListeners.size();i++)
00257             mListeners[i]->ContextMoveEvent(src, direction, position);
00258         
00259         // add handlers to other images here
00260         // -- mThreadSet->GetKeyframes()->GetShotRKF(position);
00261     }

Here is the call graph for this function:


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