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

Method ModuleWidget

src/app/ModuleWidget.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43ModuleWidget::ModuleWidget() {
44 internal = new Internal;
45 box.size = math::Vec(0, RACK_GRID_HEIGHT);
46}
47
48ModuleWidget::~ModuleWidget() {
49 clearChildren();

Callers

nothing calls this directly

Calls 1

VecClass · 0.85

Tested by

no test coverage detected