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

slot for stoping generator

Definition at line 522 of file aimainwindow.cpp.

00523 {
00524     try
00525     {
00526         this->genRun();
00527     }
00528     catch(const std::exception & exception )
00529     {
00530         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00531     }
00532 }

 All Classes Namespaces Files Functions Variables Typedefs

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