QtiPlot  0.9.8.2
Public Member Functions | Private Attributes | List of all members
MatrixInsertRowCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixInsertRowCommand:

Public Member Functions

 MatrixInsertRowCommand (MatrixModel *model, int startRow, const QString &text)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

MatrixModeld_model
 
int d_start_row
 

Constructor & Destructor Documentation

§ MatrixInsertRowCommand()

MatrixInsertRowCommand::MatrixInsertRowCommand ( MatrixModel model,
int  startRow,
const QString &  text 
)

References MatrixModel::matrix().

Member Function Documentation

§ redo()

void MatrixInsertRowCommand::redo ( )
virtual

§ undo()

void MatrixInsertRowCommand::undo ( )
virtual

Member Data Documentation

§ d_model

MatrixModel* MatrixInsertRowCommand::d_model
private

Referenced by redo(), and undo().

§ d_start_row

int MatrixInsertRowCommand::d_start_row
private

Referenced by redo(), and undo().


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