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

Method Rogan

include/componentlibrary.hpp:393–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 widget::SvgWidget* fg;
392
393 Rogan() {
394 minAngle = -0.83 * M_PI;
395 maxAngle = 0.83 * M_PI;
396
397 bg = new widget::SvgWidget;
398 fb->addChildBelow(bg, tw);
399
400 fg = new widget::SvgWidget;
401 fb->addChildAbove(fg, tw);
402 }
403};
404
405struct Rogan6PSWhite : Rogan {

Callers

nothing calls this directly

Calls 2

addChildBelowMethod · 0.80
addChildAboveMethod · 0.80

Tested by

no test coverage detected