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

slot for zooming 800%

Definition at line 342 of file aimainwindow.cpp.

00343 {
00344     try
00345     {
00346         m_view->view()->clearScale();
00347         m_view->view()->scale(8.,8.);
00348     }
00349     catch(const std::exception & exception )
00350     {
00351         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00352     }
00353 }

 All Classes Namespaces Files Functions Variables Typedefs

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