void AiMainWindow::zoomFitToWindow (  )  [private, slot]

slot for fitting an image to window

Definition at line 317 of file aimainwindow.cpp.

00318 {
00319     try
00320     {
00321         m_view->view()->fillToWindow();
00322     }
00323     catch(const std::exception & exception )
00324     {
00325         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00326     }
00327 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:19 2010 for AiFractals by  doxygen 1.6.1