An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
Delegate for creating, reading, and saving data in the measure table. More...
#include <MeasureTableDelegate.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 | |
MeasureTableDelegate (const MeasureTableDelegate &) | |
MeasureTableDelegate & | operator= (const MeasureTableDelegate &) |
Delegate for creating, reading, and saving data in the measure table.
This class is responsible for creating widgets that can be used to edit cells in the measure table. It is also responsible for populating the widgets with values and for saving the values.
Definition at line 33 of file MeasureTableDelegate.h.
Isis::MeasureTableDelegate::MeasureTableDelegate | ( | ) |
Definition at line 31 of file MeasureTableDelegate.cpp.
|
virtual |
Definition at line 35 of file MeasureTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 39 of file MeasureTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 74 of file MeasureTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 113 of file MeasureTableDelegate.cpp.
|
virtual |
Implements Isis::AbstractTableDelegate.
Definition at line 173 of file MeasureTableDelegate.cpp.