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

slot for zooming out an image

Definition at line 293 of file aimainwindow.cpp.

00294 {
00295     try
00296     {
00297         m_view->view()->scale(-.5,-.5);
00298     }
00299     catch(const std::exception & exception )
00300     {
00301         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00302     }
00303 }

 All Classes Namespaces Files Functions Variables Typedefs

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