Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:38 2011 for ImpalaSrc by  doxygen 1.5.1