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

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

Definition at line 771 of file TableWindow.h.

References mZoomView.

Referenced by HandleZoomView().

00772     {
00773         if (mZoomView && mZoomView->im)
00774         {
00775             float zoom = (mZoomView->h)/(float)mZoomView->im->h;
00776             viewSys.SetZoom(mZoomView, zoom, zoom);
00777         }
00778     }


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