SpikeStream Application Library
0.2
|
#include <NeuronGroupTableView.h>
Public Member Functions | |
NeuronGroupTableView (QWidget *parent, NeuronGroupModel *model) | |
~NeuronGroupTableView () | |
void | resizeHeaders () |
A view of the NeuronGroupModel displaying information about the neuron groups in the current network.
Definition at line 15 of file NeuronGroupTableView.h.
NeuronGroupTableView::NeuronGroupTableView | ( | QWidget * | parent, |
NeuronGroupModel * | model | ||
) |
Constructor
Definition at line 13 of file NeuronGroupTableView.cpp.
Destructor
Definition at line 33 of file NeuronGroupTableView.cpp.
void NeuronGroupTableView::resizeHeaders | ( | ) |
Sets up the size of the headers. Does not work in the constructor because there is not any data or model
Definition at line 43 of file NeuronGroupTableView.cpp.