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