SpikeStream Application Library
0.2
|
#include <ConnectionsTableView.h>
Public Member Functions | |
ConnectionsTableView (QWidget *parent, QAbstractTableModel *model) | |
~ConnectionsTableView () | |
void | resizeHeaders () |
View of model that holds information about the connection groups available for the current network.
Definition at line 12 of file ConnectionsTableView.h.
ConnectionsTableView::ConnectionsTableView | ( | QWidget * | parent, |
QAbstractTableModel * | model | ||
) |
Constructor
Definition at line 10 of file ConnectionsTableView.cpp.
Destructor
Definition at line 23 of file ConnectionsTableView.cpp.
void ConnectionsTableView::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 33 of file ConnectionsTableView.cpp.