|
SciDAVis
1.D4
|
#include <columncommands.h>
Public Member Functions | |
| ColumnClearValidityCmd (Column::Private *col, QUndoCommand *parent=0) | |
| Ctor. | |
| virtual void | redo () |
| Execute the command. | |
| virtual void | undo () |
| Undo the command. | |
| ~ColumnClearValidityCmd () | |
| Dtor. | |
Private Attributes | |
| Column::Private * | d_col |
| The private column data to modify. | |
| bool | d_copied |
| A status flag. | |
| IntervalAttribute< bool > | d_validity |
| The old validity. | |
Clear validity information
| ColumnClearValidityCmd::ColumnClearValidityCmd | ( | Column::Private * | col, |
| QUndoCommand * | parent = 0 |
||
| ) |
Ctor.
References d_copied, and Column::Private::name().
| ColumnClearValidityCmd::~ColumnClearValidityCmd | ( | ) |
Dtor.
|
virtual |
Execute the command.
References Column::Private::clearValidity(), d_col, d_copied, d_validity, and Column::Private::validityAttribute().
|
virtual |
Undo the command.
References d_col, d_validity, Column::Private::dataPointer(), and Column::Private::replaceData().
|
private |
|
private |
A status flag.
Referenced by ColumnClearValidityCmd(), and redo().
|
private |
1.8.1