![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <UndoManager.h>
Public Member Functions | |
virtual | ~IUndoEntry ()=default |
virtual void | swapValues ()=0 |
virtual void | apply ()=0 |
Public Attributes | |
PushConstantType | _type = PushConstantType::COUNT |
string | _name = "" |
DELEGATE< void, std::string_view > | _onChangedCbk |
Definition at line 39 of file UndoManager.h.
|
virtualdefault |
|
pure virtual |
Implemented in Divide::UndoEntry< T >.
|
pure virtual |
Implemented in Divide::UndoEntry< T >.
string Divide::IUndoEntry::_name = "" |
Definition at line 43 of file UndoManager.h.
DELEGATE<void, std::string_view> Divide::IUndoEntry::_onChangedCbk |
Definition at line 44 of file UndoManager.h.
PushConstantType Divide::IUndoEntry::_type = PushConstantType::COUNT |
Definition at line 42 of file UndoManager.h.