A custom class for creating a configuration fractals Tab. More...
#include <aiconfigfractals.hpp>
Signals | |
void | refreshItems () |
signal emiitted for refreshing a fractals list | |
void | currentIndexChanged (int index) |
signal is sent whenever the currentIndex in the combobox changed | |
void | debugFractal () |
signal for a fractals debugging script | |
Public Member Functions | |
AiConfigFractals (QWidget *parent=0) | |
contructor with optional parent | |
~AiConfigFractals () | |
destructor | |
void | addItems (const QStringList &items) |
add items to combobox ( m_fractalsList ) and remove old items | |
const QString | item (const int index) |
get an item string from index | |
Private Attributes | |
QComboBox * | m_fractalsList |
list of all factals |
A custom class for creating a configuration fractals Tab.
Definition at line 55 of file aiconfigfractals.hpp.