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

slot for zooming 1600%

Definition at line 329 of file aimainwindow.cpp.

00330 {
00331     try
00332     {
00333         m_view->view()->clearScale();
00334         m_view->view()->scale(16.,16.);
00335     }
00336     catch(const std::exception & exception )
00337     {
00338         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00339     }
00340 }

 All Classes Namespaces Files Functions Variables Typedefs

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