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

slot for Rotation -180°

Definition at line 494 of file aimainwindow.cpp.

00495 {
00496     try
00497     {
00498         m_view->view()->retate( 180. );
00499     }
00500     catch(const std::exception & exception )
00501     {
00502         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00503     }
00504 }

 All Classes Namespaces Files Functions Variables Typedefs

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