![]() |
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 () | |
![]() | |
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 | |
![]() | |
bool | mCanBeUndone = true |
bool | mTrackable = true |
|
inlineexplicit |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Executes this command.
Implements ICommand.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Redo cannot be undone.
Implements ICommand.