|
SciDAVis
1.D4
|
#include <matrixcommands.h>
Public Member Functions | |
| MatrixSetDigitsCmd (future::Matrix::Private *private_obj, int new_digits) | |
| virtual void | redo () |
| virtual void | undo () |
Private Attributes | |
| int | d_other_digits |
| future::Matrix::Private * | d_private_obj |
| The private object to modify. | |
Set displayed digits
| MatrixSetDigitsCmd::MatrixSetDigitsCmd | ( | future::Matrix::Private * | private_obj, |
| int | new_digits | ||
| ) |
References d_private_obj, and future::Matrix::Private::name().
|
virtual |
References d_other_digits, d_private_obj, future::Matrix::Private::displayedDigits(), and future::Matrix::Private::setDisplayedDigits().
Referenced by undo().
|
virtual |
References redo().
|
private |
Referenced by redo().
|
private |
The private object to modify.
Referenced by MatrixSetDigitsCmd(), and redo().
1.8.1