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

virtual void Impala::Visualization::ImageSet::KeyboardFunc ( int  c,
int  state 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 330 of file ImageSet.h.

References OglGui::Window::KeyboardFunc(), mScrollBar, and OglGui::ScrollBar::ScrollKeys().

00331     {
00332         Window::KeyboardFunc(c, state);
00333         if (mScrollBar)
00334             mScrollBar->ScrollKeys(c, state);
00335     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:44:00 2010 for ImpalaSrc by  doxygen 1.5.1