![]() |
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 = NULL |
| json_t * | newModuleJ = NULL |
| Public Attributes inherited from rack::history::ModuleAction | |
| int64_t | moduleId = -1 |
| 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 = NULL |
| json_t* rack::history::ModuleChange::newModuleJ = NULL |