QtiPlot
0.9.8.2
|
#include <MatrixCommand.h>
Public Member Functions | |
MatrixSetViewCommand (Matrix *m, Matrix::ViewType oldView, Matrix::ViewType newView, const QString &text) | |
virtual void | redo () |
virtual void | undo () |
Private Attributes | |
Matrix * | d_matrix |
Matrix::ViewType | d_new_view |
Matrix::ViewType | d_old_view |
MatrixSetViewCommand::MatrixSetViewCommand | ( | Matrix * | m, |
Matrix::ViewType | oldView, | ||
Matrix::ViewType | newView, | ||
const QString & | text | ||
) |
|
virtual |
References d_matrix, d_new_view, and Matrix::setViewType().
|
virtual |
References d_matrix, d_old_view, and Matrix::setViewType().
|
private |
Referenced by redo().
|
private |
Referenced by undo().