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

slot for showing a tool box "complex zone"

Definition at line 562 of file aimainwindow.cpp.

00563 {
00564     try
00565     {
00566         //~ set active tab to "complex zone tab" and show toolbox if not visible,
00567         //finally check toolbox button
00568         m_config->activeTab( 2 ) ;
00569         m_toolbar->checkedToolbox( true );
00570         m_config->setShown( true );
00571     }
00572     catch(const std::exception & exception )
00573     {
00574         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00575     }
00576 }

 All Classes Namespaces Files Functions Variables Typedefs

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