#include <MatrixCommand.h>
List of all members.
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 () |
Constructor & Destructor Documentation
| MatrixSetPrecisionCommand::MatrixSetPrecisionCommand |
( |
Matrix * |
m, |
|
|
const QChar & |
oldFormat, |
|
|
const QChar & |
newFormat, |
|
|
int |
oldPrec, |
|
|
int |
newPrec, |
|
|
const QString & |
text |
|
) |
| |
Member Function Documentation
| void MatrixSetPrecisionCommand::redo |
( |
| ) |
|
|
virtual |
| void MatrixSetPrecisionCommand::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
| Matrix* MatrixSetPrecisionCommand::d_matrix |
|
private |
| QChar MatrixSetPrecisionCommand::d_new_format |
|
private |
| int MatrixSetPrecisionCommand::d_new_prec |
|
private |
| QChar MatrixSetPrecisionCommand::d_old_format |
|
private |
| int MatrixSetPrecisionCommand::d_old_prec |
|
private |
The documentation for this class was generated from the following files: