1 #ifndef PointTableDelegate_H
2 #define PointTableDelegate_H
11 class AbstractTreeItem;
47 static bool const m_warnOnSigmaEdit =
true;
virtual ~PointTableDelegate()
Definition: PointTableDelegate.cpp:28
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31
Definition: TableColumn.h:18
PointTableDelegate()
Definition: PointTableDelegate.cpp:24
Delegate for creating, reading, and saving data in the point table.
Definition: PointTableDelegate.h:25
Base class for delegates which create, read, and save data in the tables.
Definition: AbstractTableDelegate.h:25
QWidget * getWidget(TableColumn const *) const
Definition: PointTableDelegate.cpp:32
void readData(QWidget *, AbstractTreeItem *, TableColumn const *) const
Definition: PointTableDelegate.cpp:99
void saveData(QWidget *, AbstractTreeItem *, TableColumn const *) const
Definition: PointTableDelegate.cpp:227