void AiMainWindow::currentIndexChanged ( int  index  )  [private, slot]

slot to get currentIndex in the combobox changed

Parameters:
index : current index value

Definition at line 859 of file aimainwindow.cpp.

00860 {
00861     try
00862     {
00863         m_selectedFractalIndex = index;
00864     }
00865     catch(const std::exception & exception )
00866     {
00867         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00868     }
00869 }

 All Classes Namespaces Files Functions Variables Typedefs

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