QtiPlot  0.9.8.2
Public Member Functions | Private Attributes
MatrixPasteCommand Class Reference

#include <MatrixCommand.h>

List of all members.

Public Member Functions

 MatrixPasteCommand (MatrixModel *model, int startRow, int endRow, int startCol, int endCol, double *clipboardData, int rows, int cols, double *backupData, int oldRows, int oldCols, const QString &text)
virtual void redo ()
virtual void undo ()
 ~MatrixPasteCommand ()

Private Attributes

double * d_backup_data
double * d_clipboard_data
int d_cols
int d_end_col
int d_end_row
MatrixModeld_model
int d_old_cols
int d_old_rows
int d_rows
int d_start_col
int d_start_row

Constructor & Destructor Documentation

MatrixPasteCommand::MatrixPasteCommand ( MatrixModel model,
int  startRow,
int  endRow,
int  startCol,
int  endCol,
double *  clipboardData,
int  rows,
int  cols,
double *  backupData,
int  oldRows,
int  oldCols,
const QString &  text 
)

References MatrixModel::matrix().

References d_backup_data, and d_clipboard_data.


Member Function Documentation

void MatrixPasteCommand::redo ( ) [virtual]
void MatrixPasteCommand::undo ( ) [virtual]

Member Data Documentation

Referenced by undo(), and ~MatrixPasteCommand().

Referenced by redo(), and ~MatrixPasteCommand().

Referenced by redo().

Referenced by undo().

Referenced by undo().

Referenced by redo(), and undo().

Referenced by undo().

Referenced by undo().

Referenced by redo().

Referenced by redo(), and undo().

Referenced by redo(), and undo().


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