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

slot for virtical mirror

Definition at line 458 of file aimainwindow.cpp.

00459 {
00460     try
00461     {
00462         m_view->view()->retate( 362. );
00463     }
00464     catch(const std::exception & exception )
00465     {
00466         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00467     }
00468 }

 All Classes Namespaces Files Functions Variables Typedefs

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