SpikeStream Application Library  0.2
spikestream::NeuronGroupSelectionDialog Class Reference

#include <NeuronGroupSelectionDialog.h>

List of all members.

Public Member Functions

 NeuronGroupSelectionDialog (Network *network, QWidget *parent=0)
 ~NeuronGroupSelectionDialog ()
QList< NeuronGroup * > getNeuronGroups ()

Detailed Description

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.


Constructor & Destructor Documentation

NeuronGroupSelectionDialog::NeuronGroupSelectionDialog ( Network *  network,
QWidget *  parent = 0 
)

Constructor

Definition at line 16 of file NeuronGroupSelectionDialog.cpp.


Member Function Documentation

QList< NeuronGroup * > NeuronGroupSelectionDialog::getNeuronGroups ( )

Returns a list of neuron groups that were selected by the user.

Definition at line 51 of file NeuronGroupSelectionDialog.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines