![]() |
Lomse library. API documentation
0.30.0
|
#include <lomse_command.h>
Class UndoElement holds the necessary information to perform an undo/redo operation.
Public Member Functions | |
| UndoElement (DocCommand *cmd, DocCursorState state, SelectionState sel) | |
| ~UndoElement () | |
Public Attributes | |
| DocCommand * | pCmd |
| DocCursorState | cursorState |
| SelectionState | selState |
|
inline |
Constructor.
|
inline |
destructor
| DocCursorState UndoElement::cursorState |
Cursor state before executing the command.
| DocCommand* UndoElement::pCmd |
ptr. to executed command object.
| SelectionState UndoElement::selState |
SelectionSet before executing the command.