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

virtual void Impala::Application::MediaTable::RandomImageWindow::KeyboardFunc ( int  c,
int  state 
) [inline, protected, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataViewController.

Definition at line 129 of file RandomImageWindow.h.

References Impala::Application::MediaTable::TableDataViewController::KeyboardFunc(), and OglGui::OglWindow::UpdateScene().

00130         {
00131                 switch (c)
00132                 {
00133                         case ' ':
00134                                 UpdateScene();
00135                                 break;
00136                         default:
00137                                 TableDataViewController::KeyboardFunc(c, state);
00138                 }
00139         }

Here is the call graph for this function:


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