|
SciDAVis
1.D4
|
#include <tablecommands.h>
Public Member Functions | |
| virtual void | redo () |
| TableInsertColumnsCmd (future::Table::Private *private_obj, int before, QList< Column * > cols, QUndoCommand *parent=0) | |
| virtual void | undo () |
| ~TableInsertColumnsCmd () | |
Private Attributes | |
| int | d_before |
| Column to insert before. | |
| QList< Column * > | d_cols |
| The new columns. | |
| future::Table::Private * | d_private_obj |
| The private object to modify. | |
| int | d_rows_before |
| Row count before the command. | |
Insert columns The number of inserted columns is cols.size().
| TableInsertColumnsCmd::TableInsertColumnsCmd | ( | future::Table::Private * | private_obj, |
| int | before, | ||
| QList< Column * > | cols, | ||
| QUndoCommand * | parent = 0 |
||
| ) |
References d_cols, d_private_obj, and future::Table::Private::name().
| TableInsertColumnsCmd::~TableInsertColumnsCmd | ( | ) |
|
virtual |
|
virtual |
|
private |
|
private |
The new columns.
Referenced by redo(), TableInsertColumnsCmd(), and undo().
|
private |
The private object to modify.
Referenced by redo(), TableInsertColumnsCmd(), and undo().
|
private |
1.8.1