Base Class for Custom Undoable Actions. More...
#include <fbundomanager.h>
Public Member Functions | |
virtual | ~FBUndo () |
Destructor. More... | |
virtual void | Undo () |
Callback function for undo custom action. More... | |
virtual void | Redo () |
Callback function for redo custom action. More... | |
virtual const char * | GetName () |
Get Custom action name. More... | |
Base Class for Custom Undoable Actions.
Definition at line 180 of file fbundomanager.h.
|
virtual |
Destructor.
|
virtual |
Get Custom action name.
|
virtual |
Callback function for redo custom action.
|
virtual |
Callback function for undo custom action.