|
wxMaxima
|
Declares TreeUndoAction, the immutable record of one cell-tree undo/redo step, and the UndoActions list type. More...
#include "cells/CellPtr.h"#include "cells/GroupCell.h"#include <wx/string.h>#include <list>#include <memory>Go to the source code of this file.
Data Structures | |
| class | TreeUndoAction |
| The description of one action for the undo (or redo) command. More... | |
Typedefs | |
| using | UndoActions = std::list< TreeUndoAction > |
| The type of the list of tree actions that can be undone. | |
Declares TreeUndoAction, the immutable record of one cell-tree undo/redo step, and the UndoActions list type.
Extracted from Worksheet as the first step of pulling the cell-tree undo/redo subsystem out of the Worksheet god class into a TreeUndoManager.