|
Swiftray
1.0
|
Command for selection changes in document. More...
#include <command.h>
Public Member Functions | |
| SelectCmd (Document *doc, const QList< ShapePtr > &new_selections_) | |
| void | redo (Document *doc) override |
| void | undo (Document *doc) override |
Public Member Functions inherited from Commands::BaseCmd | |
| BaseCmd ()=default | |
Public Attributes | |
| QList< ShapePtr > | new_selections_ |
| QList< ShapePtr > | old_selections_ |
Command for selection changes in document.
|
overridevirtual |
Reimplemented from Commands::BaseCmd.
|
overridevirtual |
Reimplemented from Commands::BaseCmd.
| QList<ShapePtr> Commands::SelectCmd::new_selections_ |
| QList<ShapePtr> Commands::SelectCmd::old_selections_ |