![]() |
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 = -1 |
| NVGcolor | newColor = color::BLACK_TRANSPARENT |
| NVGcolor | oldColor = color::BLACK_TRANSPARENT |
| 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 = -1 |
| NVGcolor rack::history::CableColorChange::newColor = color::BLACK_TRANSPARENT |
| NVGcolor rack::history::CableColorChange::oldColor = color::BLACK_TRANSPARENT |