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

slot for zooming in an image

Definition at line 281 of file aimainwindow.cpp.

00282 {
00283     try
00284     {
00285         m_view->view()->scale(1.5,1.5);
00286     }
00287     catch(const std::exception & exception )
00288     {
00289         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00290     }
00291 }

 All Classes Namespaces Files Functions Variables Typedefs

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