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

slot for running generator

Definition at line 506 of file aimainwindow.cpp.

00507 {
00508     try
00509     {
00510         //~ set active tab and show toolbox if not visible,
00511         //finally check toolbox button
00512         m_config->activeTab( 3 ) ;
00513         m_toolbar->checkedToolbox( true );
00514         m_config->setShown( true );
00515     }
00516     catch(const std::exception & exception )
00517     {
00518         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00519     }
00520 }

 All Classes Namespaces Files Functions Variables Typedefs

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