Base Class for Custom Undoable Actions.
More...
#include <fbundomanager.h>
|
| virtual | ~FBUndo () |
| | Destructor.
|
| |
| virtual void | Undo () |
| | Callback function for undo custom action.
|
| |
| virtual void | Redo () |
| | Callback function for redo custom action.
|
| |
| virtual const char * | GetName () |
| | Get Custom action name.
|
| |
Base Class for Custom Undoable Actions.
Definition at line 180 of file fbundomanager.h.
◆ ~FBUndo()
◆ GetName()
| virtual const char * GetName |
( |
| ) |
|
|
virtual |
◆ Redo()
Callback function for redo custom action.
◆ Undo()
Callback function for undo custom action.
The documentation for this class was generated from the following file: