![]()  | 
  
    VCV Rack API v2
    
   | 
 
#include <history.hpp>
Public Member Functions | |
| void | setCable (app::CableWidget *cw) | 
| bool | isCable (app::CableWidget *cw) const | 
| void | undo () override | 
| void | redo () override | 
| CableAdd () | |
| Public Member Functions inherited from rack::history::Action | |
| virtual | ~Action () | 
Public Attributes | |
| 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 | 
| void rack::history::CableAdd::setCable | ( | app::CableWidget * | cw | ) | 
| bool rack::history::CableAdd::isCable | ( | app::CableWidget * | cw | ) | const | 
      
  | 
  overridevirtual | 
Reimplemented from rack::history::Action.
Reimplemented in rack::history::InverseAction< CableAdd >.
      
  | 
  overridevirtual | 
Reimplemented from rack::history::Action.
Reimplemented in rack::history::InverseAction< CableAdd >.
| int64_t rack::history::CableAdd::cableId = -1 | 
| int64_t rack::history::CableAdd::inputModuleId = -1 | 
| int rack::history::CableAdd::inputId = -1 | 
| int64_t rack::history::CableAdd::outputModuleId = -1 | 
| int rack::history::CableAdd::outputId = -1 | 
| NVGcolor rack::history::CableAdd::color = color::BLACK_TRANSPARENT |