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

slot for Rotation 90°

Definition at line 470 of file aimainwindow.cpp.

00471 {
00472     try
00473     {
00474         m_view->view()->retate( 90. );
00475     }
00476     catch(const std::exception & exception )
00477     {
00478         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00479     }
00480 }

 All Classes Namespaces Files Functions Variables Typedefs

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