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

slot for zooming 100%

Definition at line 381 of file aimainwindow.cpp.

00382 {
00383     try
00384     {
00385         m_view->view()->clearScale();
00386         m_view->view()->scale(1.,1.);
00387     }
00388     catch(const std::exception & exception )
00389     {
00390         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00391     }
00392 }

 All Classes Namespaces Files Functions Variables Typedefs

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