|
Swiftray
1.0
|
A group of commands that can be considered as a single step in undo/redo. More...
#include <command.h>
Public Member Functions | |
| JoinedCmd ()=default | |
| JoinedCmd (initializer_list< BaseCmd * > undo_events) | |
| JoinedCmd (initializer_list< CmdPtr > undo_events) | |
| void | redo (Document *doc) override |
| void | undo (Document *doc) override |
Public Member Functions inherited from Commands::BaseCmd | |
| BaseCmd ()=default | |
Public Attributes | |
| QList< CmdPtr > | events |
A group of commands that can be considered as a single step in undo/redo.
|
default |
| Commands::JoinedCmd::JoinedCmd | ( | initializer_list< BaseCmd * > | undo_events | ) |
| Commands::JoinedCmd::JoinedCmd | ( | initializer_list< CmdPtr > | undo_events | ) |
|
overridevirtual |
Reimplemented from Commands::BaseCmd.
|
overridevirtual |
Reimplemented from Commands::BaseCmd.
| QList<CmdPtr> Commands::JoinedCmd::events |