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

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

Reimplemented from OglGui::Window.

Reimplemented in Impala::Application::MediaTable::TableViewerPointCloud.

Definition at line 553 of file ViewerPointCloud.h.

References OglGui::Window::KeyboardFunc(), mAllMouseMotion, mAnimation, mCacheHits, mCacheMisses, OglGui::OglWindow::mOglWnd, and mStarted.

Referenced by OglGui::ViewerPointCloudNavigator::KeyboardFunc().

00554     {
00555         if (c == 's')
00556             oglSys.SetAlwaysDraw(mOglWnd, mStarted = !mStarted);
00557         if (c == 'M')
00558             oglSys.SetAllMouseMotion(mOglWnd, mAllMouseMotion=!mAllMouseMotion);
00559         if (c == 'a')
00560             mAnimation = !mAnimation;
00561         if (c == 'c')
00562             printf("Hits %d Misses %d\n", mCacheHits, mCacheMisses);
00563         Window::KeyboardFunc(c, state);
00564     }

Here is the call graph for this function:


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