SpikeStream Application Library
0.2
|
#include <ConnectionGroupTableView.h>
Public Member Functions | |
ConnectionGroupTableView (QWidget *parent, ConnectionGroupModel *model) | |
~ConnectionGroupTableView () | |
void | resizeHeaders () |
A table view of the connection group information.
Definition at line 14 of file ConnectionGroupTableView.h.
ConnectionGroupTableView::ConnectionGroupTableView | ( | QWidget * | parent, |
ConnectionGroupModel * | model | ||
) |
Constructor
Definition at line 13 of file ConnectionGroupTableView.cpp.
Destructor
Definition at line 31 of file ConnectionGroupTableView.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 41 of file ConnectionGroupTableView.cpp.