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

virtual void Impala::Visualization::RotorBrowser::RotorBrowserGUI::KeyEvent ( OglGui::Window src,
int  c,
int  state 
) [inline, private, virtual]

Definition at line 225 of file RotorBrowserGUI.h.

References ILOG_DEBUG, ILOG_USER, mRotorBrowser, SetInitialQueryToMovies(), and Impala::Visualization::RotorBrowser::RotorBrowser::TakeFocus().

00226     {
00227         ILOG_DEBUG( "KeyEvent(" << c << ", " << state << ")" );
00228         switch (c) {
00229         case 'm':
00230             ILOG_USER( "KB: set initialquery to movie start positions" );
00231             SetInitialQueryToMovies();
00232             break;
00233         }
00234         mRotorBrowser->TakeFocus();
00235     }

Here is the call graph for this function:


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