|
SciDAVis
1.D4
|
#include <matrixcommands.h>
Public Member Functions | |
| MatrixSetFormatCmd (future::Matrix::Private *private_obj, char new_format) | |
| virtual void | redo () |
| virtual void | undo () |
Private Attributes | |
| char | d_other_format |
| future::Matrix::Private * | d_private_obj |
| The private object to modify. | |
Set numeric format
| MatrixSetFormatCmd::MatrixSetFormatCmd | ( | future::Matrix::Private * | private_obj, |
| char | new_format | ||
| ) |
References d_private_obj, and future::Matrix::Private::name().
|
virtual |
References d_other_format, d_private_obj, future::Matrix::Private::numericFormat(), and future::Matrix::Private::setNumericFormat().
Referenced by undo().
|
virtual |
References redo().
|
private |
Referenced by redo().
|
private |
The private object to modify.
Referenced by MatrixSetFormatCmd(), and redo().
1.8.1