#include <history.hpp>
Public Member Functions | |
ModuleChange () | |
~ModuleChange () | |
void | undo () override |
void | redo () override |
![]() | |
virtual | ~Action () |
Public Attributes | |
json_t * | oldModuleJ = NULL |
json_t * | newModuleJ = NULL |
![]() | |
int64_t | moduleId = -1 |
![]() | |
std::string | name |
Name of the action, lowercase. | |
|
inline |
rack::history::ModuleChange::~ModuleChange | ( | ) |
|
overridevirtual |
Reimplemented from rack::history::Action.
|
overridevirtual |
Reimplemented from rack::history::Action.
json_t* rack::history::ModuleChange::oldModuleJ = NULL |
json_t* rack::history::ModuleChange::newModuleJ = NULL |