VCV Rack API v2
|
#include <history.hpp>
Public Member Functions | |
ModuleChange () | |
~ModuleChange () | |
void | undo () override |
void | redo () override |
Public Member Functions inherited from rack::history::Action | |
virtual | ~Action () |
Public Attributes | |
json_t * | oldModuleJ |
json_t * | newModuleJ |
Public Attributes inherited from rack::history::ModuleAction | |
int64_t | moduleId |
Public Attributes inherited from rack::history::Action | |
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 |
json_t* rack::history::ModuleChange::newModuleJ |