#include <MatrixCommand.h>
| MatrixSetPrecisionCommand::MatrixSetPrecisionCommand |
( |
Matrix * |
m, |
|
|
const QChar & |
oldFormat, |
|
|
const QChar & |
newFormat, |
|
|
int |
oldPrec, |
|
|
int |
newPrec, |
|
|
const QString & |
text |
|
) |
| |
| void MatrixSetPrecisionCommand::redo |
( |
| ) |
|
|
virtual |
| void MatrixSetPrecisionCommand::undo |
( |
| ) |
|
|
virtual |
| 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: