Isis 3 Programmer Reference
|
Delegate for creating, reading, and saving data in the point table. More...
#include <PointTableDelegate.h>
Public Member Functions | |
QWidget * | getWidget (TableColumn const *) const |
void | readData (QWidget *, AbstractTreeItem *, TableColumn const *) const |
void | readData (QWidget *, AbstractTreeItem *, TableColumn const *, QString) const |
void | saveData (QWidget *, AbstractTreeItem *, TableColumn const *) const |
Private Member Functions | |
PointTableDelegate (const PointTableDelegate &) | |
PointTableDelegate & | operator= (const PointTableDelegate &) |
Static Private Attributes | |
static bool const | m_warnOnSigmaEdit = true |
Delegate for creating, reading, and saving data in the point table.
This class is responsible for creating widgets that can be used to edit cells in the point table. It is also responsible for populating the widgets with values and for saving the values.
Definition at line 33 of file PointTableDelegate.h.