Open Reality Reference Guide
FBUndo Class Reference

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...
 

Detailed Description

Base Class for Custom Undoable Actions.

Definition at line 180 of file fbundomanager.h.

Constructor & Destructor Documentation

◆ ~FBUndo()

virtual ~FBUndo ( )
virtual

Destructor.

Member Function Documentation

◆ GetName()

virtual const char* GetName ( )
virtual

Get Custom action name.

◆ Redo()

virtual void Redo ( )
virtual

Callback function for redo custom action.

◆ Undo()

virtual void Undo ( )
virtual

Callback function for undo custom action.


The documentation for this class was generated from the following file: