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