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

virtual void OglGui::ViewStrip::KeyboardFunc ( INT  c,
int  state 
) [inline, virtual]

Definition at line 303 of file ViewStrip.h.

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

00304     {
00305         Window::KeyboardFunc(c, state);
00306         if(mScrollBar)
00307             mScrollBar->ScrollKeys(c, state);
00308     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:21 2011 for ImpalaSrc by  doxygen 1.5.1