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

slot for horizontal mirror

Definition at line 446 of file aimainwindow.cpp.

00447 {
00448     try
00449     {
00450         m_view->view()->retate( 361. );
00451     }
00452     catch(const std::exception & exception )
00453     {
00454         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00455     }
00456 }

 All Classes Namespaces Files Functions Variables Typedefs

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