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

void Impala::Application::VideoExcel::TableWindow::HandleZoomView (  )  [inline, private]

Definition at line 584 of file TableWindow.h.

References FitImageToZoomView(), mMouseX, mMouseY, mShowZoomView, mZoomView, UpdateVideoFrame(), and UpdateZoomView().

Referenced by DisplayFunc().

00585     {
00586         if (mShowZoomView && mZoomView && viewSys.HasTags(mZoomView,visibleTag))
00587         {
00588             UpdateZoomView(-1, mMouseX, mMouseY);
00589             UpdateVideoFrame();
00590             FitImageToZoomView();
00591         }
00592     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:51 2011 for ImpalaSrc by  doxygen 1.5.1