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

virtual void Impala::Application::VideoExcel::VideoExcel::KeyboardFunc ( int  c,
int  state 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 53 of file mainVideoExcel.cpp.

References OglGui::OglWindow::GetVisible(), OglGui::Window::KeyboardFunc(), Impala::Application::VideoExcel::GridWindow::KeyboardFunc(), Impala::Application::VideoExcel::TableWindow::KeyboardFunc(), mGrid, and mTable.

00054     {
00055         if (mTable->GetVisible())
00056             mTable->KeyboardFunc(c, state);
00057         if (mGrid->GetVisible())
00058             mGrid->KeyboardFunc(c, state);
00059         Window::KeyboardFunc(c, state);
00060     }

Here is the call graph for this function:


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