|
BlankMat 0.1.0
Free open-source 3D texture creation application
|


Public Member Functions | |
| void | Execute () override |
| Executes this command. | |
| void | Undo () override |
| Redo cannot be undone. | |
| bool | Combine (ICommand *&other) override |
| Redo cannot be combined. | |
| std::string | GetName () const override |
| Returns the name of this command. | |
| RedoCommand () | |
Public Member Functions inherited from ICommand | |
| bool | Undoable () const |
| Returns whether the command is undoable. | |
| bool | Trackable () const |
| Returns whether the command is trackable (ie. should be stored in ActionStack) | |
Additional Inherited Members | |
Protected Attributes inherited from ICommand | |
| bool | mCanBeUndone = true |
| bool | mTrackable = true |
|
inlineexplicit |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Executes this command.
Implements ICommand.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Redo cannot be undone.
Implements ICommand.