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