SpikeStream Application Library
0.2
|
#include <NeuronGroupSelectionDialog.h>
Public Member Functions | |
NeuronGroupSelectionDialog (Network *network, QWidget *parent=0) | |
~NeuronGroupSelectionDialog () | |
QList< NeuronGroup * > | getNeuronGroups () |
Displays a checkable list of the neuron groups in the supplied network. Enables user to select all or a subset of these neuron groups.
Definition at line 15 of file NeuronGroupSelectionDialog.h.
NeuronGroupSelectionDialog::NeuronGroupSelectionDialog | ( | Network * | network, |
QWidget * | parent = 0 |
||
) |
Constructor
Definition at line 16 of file NeuronGroupSelectionDialog.cpp.
Destructor
Definition at line 46 of file NeuronGroupSelectionDialog.cpp.
QList< NeuronGroup * > NeuronGroupSelectionDialog::getNeuronGroups | ( | ) |
Returns a list of neuron groups that were selected by the user.
Definition at line 51 of file NeuronGroupSelectionDialog.cpp.