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

slot for zooming 25%

Definition at line 407 of file aimainwindow.cpp.

00408 {
00409     try
00410     {
00411         m_view->view()->clearScale();
00412         m_view->view()->scale(-.25,-.25);
00413     }
00414     catch(const std::exception & exception )
00415     {
00416         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00417     }
00418 }

 All Classes Namespaces Files Functions Variables Typedefs

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