#include <tablecommands.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
TableRemoveColumnsCmd::TableRemoveColumnsCmd |
( |
future::Table::Private * |
private_obj, |
|
|
int |
first, |
|
|
int |
count, |
|
|
QList< Column * > |
cols, |
|
|
QUndoCommand * |
parent = 0 |
|
) |
| |
TableRemoveColumnsCmd::~TableRemoveColumnsCmd |
( |
| ) |
|
Member Function Documentation
void TableRemoveColumnsCmd::redo |
( |
| ) |
|
|
virtual |
void TableRemoveColumnsCmd::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
int TableRemoveColumnsCmd::d_count |
|
private |
The number of columns to be removed.
Referenced by redo().
int TableRemoveColumnsCmd::d_first |
|
private |
QList<Column*> TableRemoveColumnsCmd::d_old_cols |
|
private |
The removed columns.
Referenced by undo().
The documentation for this class was generated from the following files: