SpikeStream Application Library
0.2
|
#include <NeuronGroupSelectionView.h>
Public Member Functions | |
NeuronGroupSelectionView (QWidget *parent, NeuronGroupSelectionModel *model) | |
~NeuronGroupSelectionView () | |
void | resizeHeaders () |
A view of the NeuronGroupSelectionModel displaying a selectable list of neuron groups.
Definition at line 14 of file NeuronGroupSelectionView.h.
NeuronGroupSelectionView::NeuronGroupSelectionView | ( | QWidget * | parent, |
NeuronGroupSelectionModel * | model | ||
) |
Constructor
Definition at line 11 of file NeuronGroupSelectionView.cpp.
Destructor
Definition at line 30 of file NeuronGroupSelectionView.cpp.
Sets up the size of the headers. Does not work in the constructor because there is not any data or model
Definition at line 40 of file NeuronGroupSelectionView.cpp.