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.
2012-09-28 Kimberly Oyama - Changed member variables to be prefixed with "m_".
2017-07-25 Summer Stapleton - Removed the CnetViz namespace. Fixes #5054.
Definition at line 33 of file PointTableDelegate.h.
Isis::PointTableDelegate::PointTableDelegate | ( | ) |
Definition at line 29 of file PointTableDelegate.cpp.
|
virtual |
Definition at line 33 of file PointTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 37 of file PointTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 104 of file PointTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 163 of file PointTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 232 of file PointTableDelegate.cpp.
|
staticprivate |
Definition at line 55 of file PointTableDelegate.h.