void AiMainWindow::toolsRotation ( int  value  )  [private, slot]

slot dial rotation (value changed)

Parameters:
value : current value

Definition at line 814 of file aimainwindow.cpp.

00815 {
00816     try
00817     {
00818         m_view->view()->retate( static_cast<qreal>( value ) );
00819     }
00820     catch(const std::exception & exception )
00821     {
00822         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00823     }
00824 }

 All Classes Namespaces Files Functions Variables Typedefs

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