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

slot for fitting an image in window

Definition at line 305 of file aimainwindow.cpp.

00306 {
00307     try
00308     {
00309         m_view->view()->fillInWindow();
00310     }
00311     catch(const std::exception & exception )
00312     {
00313         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00314     }
00315 }

 All Classes Namespaces Files Functions Variables Typedefs

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