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

slot for zooming 400%

Definition at line 355 of file aimainwindow.cpp.

00356 {
00357     try
00358     {
00359         m_view->view()->clearScale();
00360         m_view->view()->scale(4.,4.);
00361     }
00362     catch(const std::exception & exception )
00363     {
00364         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00365     }
00366 }

 All Classes Namespaces Files Functions Variables Typedefs

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