Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
ModuleWidget::ModuleWidget() {
44
internal = new Internal;
45
box.size = math::Vec(0, RACK_GRID_HEIGHT);
46
}
47
48
ModuleWidget::~ModuleWidget() {
49
clearChildren();
Callers
nothing calls this directly
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected