1 #ifndef PointTableDelegate_H 2 #define PointTableDelegate_H 10 class AbstractTreeItem;
47 static bool const m_warnOnSigmaEdit =
true;
void saveData(QWidget *, AbstractTreeItem *, TableColumn const *) const
Definition: PointTableDelegate.cpp:226
PointTableDelegate()
Definition: PointTableDelegate.cpp:23
virtual ~PointTableDelegate()
Definition: PointTableDelegate.cpp:27
Definition: TableColumn.h:18
Base class for delegates which create, read, and save data in the tables.
Definition: AbstractTableDelegate.h:25
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Delegate for creating, reading, and saving data in the point table.
Definition: PointTableDelegate.h:25
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31
void readData(QWidget *, AbstractTreeItem *, TableColumn const *) const
Definition: PointTableDelegate.cpp:98
QWidget * getWidget(TableColumn const *) const
Definition: PointTableDelegate.cpp:31