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