VCV Rack API v2
|
#include <history.hpp>
Public Member Functions | |
void | setCable (app::CableWidget *cw) |
void | undo () override |
void | redo () override |
CableColorChange () | |
Public Member Functions inherited from rack::history::Action | |
virtual | ~Action () |
Public Attributes | |
int64_t | cableId |
NVGcolor | newColor |
NVGcolor | oldColor |
Public Attributes inherited from rack::history::Action | |
std::string | name |
Name of the action, lowercase. | |
|
inline |
void rack::history::CableColorChange::setCable | ( | app::CableWidget * | cw | ) |
|
overridevirtual |
Reimplemented from rack::history::Action.
|
overridevirtual |
Reimplemented from rack::history::Action.
int64_t rack::history::CableColorChange::cableId |
NVGcolor rack::history::CableColorChange::newColor |
NVGcolor rack::history::CableColorChange::oldColor |