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

virtual void Impala::Application::IDash::NfiSixView::OnKey ( VideoPlayer src,
int  c,
int  state,
void *  userData 
) [inline, virtual]

Reimplemented from Impala::Visualization::VideoPlayerListener.

Definition at line 136 of file NfiSixView.h.

References DoNormalSpeed(), Play(), Stop(), and TogglePause().

00137     {
00138         if (c == ' ')
00139             TogglePause();
00140         if (c == oglDOWN) // normal speed
00141             DoNormalSpeed(true);
00142         else if (c == oglUP) // fast
00143             DoNormalSpeed(false);
00144         else if (c == 'p') // play
00145             Play();
00146         else if (c == 's') // stop
00147             Stop();
00148     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:58 2010 for ImpalaSrc by  doxygen 1.5.1