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

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

Definition at line 780 of file TableWindow.h.

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

Referenced by DisplayFunc().

00781     {
00782         if (mShowZoomView && mZoomView && viewSys.HasTags(mZoomView,visibleTag))
00783         {
00784             UpdateZoomView(-1, mMouseX, mMouseY);
00785             UpdateVideoFrame();
00786             FitImageToZoomView();
00787         }
00788     }

Here is the call graph for this function:


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