1 #ifndef MeasureTableModel_H
2 #define MeasureTableModel_H
5 #include "AbstractTableModel.h"
9 template<
class T >
class QList;
14 class AbstractTreeItem;
16 class TableColumnList;
17 class AbstractTreeModel;
45 virtual int getVisibleRowCount()
const;
49 virtual void setGlobalSelection(
bool selected);
65 void calculateFilterCounts();
Table model for control measures.
Translates the tree model into a table model.
Base class for an item in the tree.
Base class for tree models.