MCPcopy Create free account
hub / github.com/VCVRack/Rack / draw

Method draw

src/app/RackWidget.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77/** Children PlugWidgets are owned by CableWidgets. */
78struct PlugContainer : widget::TransparentWidget {
79 void draw(const DrawArgs& args) override {
80 // Don't draw on layer 0
81 }
82
83 void drawLayer(const DrawArgs& args, int layer) override {
84 if (layer == 2) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected