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

slot for showing a tool box "fractals tab"

Definition at line 546 of file aimainwindow.cpp.

00547 {
00548     try
00549     {
00550         //~ set active tab to "fractals tab" and show toolbox if not visible,
00551         //finally check toolbox button
00552         m_config->activeTab( 1 ) ;
00553         m_toolbar->checkedToolbox( true );
00554         m_config->setShown( true );
00555     }
00556     catch(const std::exception & exception )
00557     {
00558         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00559     }
00560 }

 All Classes Namespaces Files Functions Variables Typedefs

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