![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
This is the complete list of members for RunFunctionCommand, including all inherited members.
Combine(ICommand *&other) override | RunFunctionCommand | inlinevirtual |
Execute() override | RunFunctionCommand | inlinevirtual |
GetName() const override | RunFunctionCommand | inlinevirtual |
mCanBeUndone | ICommand | protected |
mFunction | RunFunctionCommand | protected |
mName | RunFunctionCommand | protected |
mReverseFunction | RunFunctionCommand | protected |
mTrackable | ICommand | protected |
RunFunctionCommand(const std::string &name, std::function< void()> function, std::function< void()> reverseFunction=std::function< void()>(nullptr)) | RunFunctionCommand | inlineexplicit |
Trackable() const | ICommand | inline |
Undo() override | RunFunctionCommand | inlinevirtual |
Undoable() const | ICommand | inline |