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

slot for zooming 200%

Definition at line 368 of file aimainwindow.cpp.

00369 {
00370     try
00371     {
00372         m_view->view()->clearScale();
00373         m_view->view()->scale(2.,2.);
00374     }
00375     catch(const std::exception & exception )
00376     {
00377         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00378     }
00379 }

 All Classes Namespaces Files Functions Variables Typedefs

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