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

Method SvgPanel

src/app/SvgPanel.cpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19SvgPanel::SvgPanel() {
20 fb = new widget::FramebufferWidget;
21 addChild(fb);
22
23 sw = new widget::SvgWidget;
24 fb->addChild(sw);
25
26 panelBorder = new PanelBorder;
27 fb->addChild(panelBorder);
28}
29
30
31void SvgPanel::step() {

Callers

nothing calls this directly

Calls 1

addChildMethod · 0.80

Tested by

no test coverage detected