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

slot for showing a tool box "generator tab"

Definition at line 534 of file aimainwindow.cpp.

00535 {
00536     try
00537     {
00538         this->genRun();
00539     }
00540     catch(const std::exception & exception )
00541     {
00542         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00543     }
00544 }

 All Classes Namespaces Files Functions Variables Typedefs

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