|
Isis 3.0 Application Source Code Reference |
Home |
Delegate for creating, reading, and saving data in the point table. More...
#include <PointTableDelegate.h>
Public Member Functions | |
| PointTableDelegate () | |
| virtual | ~PointTableDelegate () |
| 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 |
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 26 of file PointTableDelegate.h.
Definition at line 26 of file PointTableDelegate.cpp.
| ~PointTableDelegate | ( | ) | [virtual] |
Definition at line 31 of file PointTableDelegate.cpp.
| QWidget * getWidget | ( | TableColumn const * | col | ) | const [virtual] |
Implements AbstractTableDelegate.
Definition at line 36 of file PointTableDelegate.cpp.
| void readData | ( | QWidget * | widget, | |
| AbstractTreeItem * | row, | |||
| TableColumn const * | col | |||
| ) | const [virtual] |
Implements AbstractTableDelegate.
Definition at line 108 of file PointTableDelegate.cpp.
| void readData | ( | QWidget * | widget, | |
| AbstractTreeItem * | row, | |||
| TableColumn const * | col, | |||
| QString | newData | |||
| ) | const [virtual] |
Implements AbstractTableDelegate.
Definition at line 173 of file PointTableDelegate.cpp.
| void saveData | ( | QWidget * | widget, | |
| AbstractTreeItem * | row, | |||
| TableColumn const * | col | |||
| ) | const [virtual] |
Implements AbstractTableDelegate.
Definition at line 248 of file PointTableDelegate.cpp.