wxMaxima
Loading...
Searching...
No Matches
Data Structures | Typedefs
TreeUndoAction.h File Reference

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>
Include dependency graph for TreeUndoAction.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.