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

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetPrecisionCommand:

Public Member Functions

 MatrixSetPrecisionCommand (Matrix *m, const QChar &oldFormat, const QChar &newFormat, int oldPrec, int newPrec, const QString &text)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

Matrixd_matrix
 
QChar d_new_format
 
int d_new_prec
 
QChar d_old_format
 
int d_old_prec
 

Constructor & Destructor Documentation

◆ MatrixSetPrecisionCommand()

MatrixSetPrecisionCommand::MatrixSetPrecisionCommand ( Matrix m,
const QChar &  oldFormat,
const QChar &  newFormat,
int  oldPrec,
int  newPrec,
const QString &  text 
)

Member Function Documentation

◆ redo()

void MatrixSetPrecisionCommand::redo ( )
virtual

◆ undo()

void MatrixSetPrecisionCommand::undo ( )
virtual

Member Data Documentation

◆ d_matrix

Matrix* MatrixSetPrecisionCommand::d_matrix
private

Referenced by redo(), and undo().

◆ d_new_format

QChar MatrixSetPrecisionCommand::d_new_format
private

Referenced by redo().

◆ d_new_prec

int MatrixSetPrecisionCommand::d_new_prec
private

Referenced by redo().

◆ d_old_format

QChar MatrixSetPrecisionCommand::d_old_format
private

Referenced by undo().

◆ d_old_prec

int MatrixSetPrecisionCommand::d_old_prec
private

Referenced by undo().


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