MCPcopy Create free account
hub / github.com/DISTRHO/DPF / ExampleColorWidget

Method ExampleColorWidget

tests/widgets/ExampleColorWidget.hpp:135–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134// SubWidget
135template<> inline
136ExampleColorWidget<SubWidget>::ExampleColorWidget(Widget* const parent)
137 : SubWidget(parent),
138 cur('r'),
139 reverse(false),
140 r(0), g(0), b(0)
141{
142 setSize(300, 300);
143 parent->getApp().addIdleCallback(this);
144}
145
146// TopLevelWidget
147template<> inline

Callers

nothing calls this directly

Calls 4

addIdleCallbackFunction · 0.85
doneFunction · 0.85
setSizeFunction · 0.50
addIdleCallbackMethod · 0.45

Tested by

no test coverage detected