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

slot for Rotation -90°

Definition at line 482 of file aimainwindow.cpp.

00483 {
00484     try
00485     {
00486         m_view->view()->retate( -90. );
00487     }
00488     catch(const std::exception & exception )
00489     {
00490         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00491     }
00492 }

 All Classes Namespaces Files Functions Variables Typedefs

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