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

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

Definition at line 575 of file TableWindow.h.

References mZoomView.

Referenced by HandleZoomView().

00576     {
00577         if (mZoomView && mZoomView->im)
00578         {
00579             float zoom = (mZoomView->h)/(float)mZoomView->im->h;
00580             viewSys.SetZoom(mZoomView, zoom, zoom);
00581         }
00582     }


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