![]() |
VCV Rack API v2
|
#include <history.hpp>
Public Member Functions | |
| CableRemove () | |
| Public Member Functions inherited from rack::history::InverseAction< CableAdd > | |
| void | undo () override |
| void | redo () override |
| Public Member Functions inherited from rack::history::CableAdd | |
| void | setCable (app::CableWidget *cw) |
| bool | isCable (app::CableWidget *cw) const |
| CableAdd () | |
| Public Member Functions inherited from rack::history::Action | |
| virtual | ~Action () |
Additional Inherited Members | |
| Public Attributes inherited from rack::history::CableAdd | |
| int64_t | cableId = -1 |
| int64_t | inputModuleId = -1 |
| int | inputId = -1 |
| int64_t | outputModuleId = -1 |
| int | outputId = -1 |
| NVGcolor | color = color::BLACK_TRANSPARENT |
| Public Attributes inherited from rack::history::Action | |
| std::string | name |
| Name of the action, lowercase. | |
|
inline |