SpikeStream Application Library
0.2
|
#include <AnalysesTableView.h>
Public Member Functions | |
AnalysesTableView (QWidget *parent, QAbstractTableModel *model) | |
~AnalysesTableView () | |
void | resizeHeaders () |
View of model listing the different types of analysis. Used for loading and deleting analyses.
Definition at line 11 of file AnalysesTableView.h.
AnalysesTableView::AnalysesTableView | ( | QWidget * | parent, |
QAbstractTableModel * | model | ||
) |
Constructor
Definition at line 9 of file AnalysesTableView.cpp.
Destructor
Definition at line 23 of file AnalysesTableView.cpp.
void AnalysesTableView::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 AnalysesTableView.cpp.