SciDAVis  1.D4
Public Member Functions | Private Attributes
MatrixInsertRowsCmd Class Reference

#include <matrixcommands.h>

List of all members.

Public Member Functions

 MatrixInsertRowsCmd (future::Matrix::Private *private_obj, int before, int count, QUndoCommand *parent=0)
virtual void redo ()
virtual void undo ()
 ~MatrixInsertRowsCmd ()

Private Attributes

int d_before
 Row to insert before.
int d_count
 The number of new rows.
future::Matrix::Privated_private_obj
 The private object to modify.

Detailed Description

Insert rows


Constructor & Destructor Documentation

MatrixInsertRowsCmd::MatrixInsertRowsCmd ( future::Matrix::Private private_obj,
int  before,
int  count,
QUndoCommand *  parent = 0 
)
MatrixInsertRowsCmd::~MatrixInsertRowsCmd ( )

Member Function Documentation

void MatrixInsertRowsCmd::redo ( )
virtual
void MatrixInsertRowsCmd::undo ( )
virtual

Member Data Documentation

int MatrixInsertRowsCmd::d_before
private

Row to insert before.

Referenced by redo(), and undo().

int MatrixInsertRowsCmd::d_count
private

The number of new rows.

Referenced by MatrixInsertRowsCmd(), redo(), and undo().

future::Matrix::Private* MatrixInsertRowsCmd::d_private_obj
private

The private object to modify.

Referenced by MatrixInsertRowsCmd(), redo(), and undo().


The documentation for this class was generated from the following files: