VCV Rack API v2
|
An action operating on a module. More...
#include <history.hpp>
Public Attributes | |
int64_t | moduleId |
Public Attributes inherited from rack::history::Action | |
std::string | name |
Name of the action, lowercase. | |
Additional Inherited Members | |
Public Member Functions inherited from rack::history::Action | |
virtual | ~Action () |
virtual void | undo () |
virtual void | redo () |
An action operating on a module.
Subclass this to create your own custom actions for your module.
int64_t rack::history::ModuleAction::moduleId |