scidavis
2.3.0
About: SciDAVis is a free application for Scientific Data Analysis and Visualization (a fork off of QtiPlot).
![]() ![]() |
Insert columns. More...
#include <tablecommands.h>
Public Member Functions | |
TableInsertColumnsCmd (future::Table::Private &private_obj, int before, QList< Column * > cols, QUndoCommand *parent=0) | |
void | redo () override |
void | undo () override |
Private Attributes | |
future::Table::Private & | d_private_obj |
The private object to modify. More... | |
int | d_before |
Column to insert before. More... | |
QList< Column * > | d_cols |
The new columns. More... | |
int | d_rows_before |
Row count before the command. More... | |
Insert columns.
File : tablecommands.h Project : SciDAVis
Copyright : (C) 2007 Tilman Benkert (thzs*gmx.net) (replace * with @ in the email addresses)
Definition at line 50 of file tablecommands.h.
TableInsertColumnsCmd::TableInsertColumnsCmd | ( | future::Table::Private & | private_obj, |
int | before, | ||
QList< Column * > | cols, | ||
QUndoCommand * | parent = 0 |
||
) |
File : tablecommands.cpp Project : SciDAVis
Copyright : (C) 2007 Tilman Benkert (thzs*gmx.net) (replace * with @ in the email addresses)
Definition at line 41 of file tablecommands.cpp.
References d_cols, d_private_obj, and future::Table::Private::name().
|
override |
Definition at line 47 of file tablecommands.cpp.
References d_before, d_cols, d_private_obj, d_rows_before, future::Table::Private::insertColumns(), and future::Table::Private::rowCount().
|
override |
Definition at line 53 of file tablecommands.cpp.
References d_before, d_cols, d_private_obj, d_rows_before, future::Table::Private::removeColumns(), and future::Table::Private::setRowCount().
|
private |
Column to insert before.
Definition at line 62 of file tablecommands.h.
|
private |
The new columns.
Definition at line 64 of file tablecommands.h.
Referenced by redo(), TableInsertColumnsCmd(), and undo().
|
private |
The private object to modify.
Definition at line 60 of file tablecommands.h.
Referenced by redo(), TableInsertColumnsCmd(), and undo().
|
private |
Row count before the command.
Definition at line 66 of file tablecommands.h.