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

slot for zooming 6.25%

Definition at line 433 of file aimainwindow.cpp.

00434 {
00435     try
00436     {
00437         m_view->view()->clearScale();
00438         m_view->view()->scale(.0625,.0625);
00439     }
00440     catch(const std::exception & exception )
00441     {
00442         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00443     }
00444 }

 All Classes Namespaces Files Functions Variables Typedefs

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