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

slot for zooming 12.5%

Definition at line 420 of file aimainwindow.cpp.

00421 {
00422     try
00423     {
00424         m_view->view()->clearScale();
00425         m_view->view()->scale(0.125,.125);
00426     }
00427     catch(const std::exception & exception )
00428     {
00429         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00430     }
00431 }

 All Classes Namespaces Files Functions Variables Typedefs

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