A common base class for all history actions of this widget. More...
#include <MRViewer/MRPickPointManager.h>
Additional Inherited Members | |
| Public Types inherited from MR::HistoryAction | |
| enum class | Type { Type::Undo , Type::Redo } |
| Public Member Functions inherited from MR::HistoryAction | |
| virtual | ~HistoryAction ()=default |
| virtual std::string | name () const =0 |
| virtual void | action (Type actionType)=0 |
| This function is called on history action (undo, redo, etc.) | |
| virtual size_t | heapBytes () const =0 |
| returns the amount of memory this object occupies on heap | |
A common base class for all history actions of this widget.