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

Method ExampleRectanglesWidget

tests/widgets/ExampleRectanglesWidget.hpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160// SubWidget
161template<> inline
162ExampleRectanglesWidget<SubWidget>::ExampleRectanglesWidget(Widget* const parentWidget)
163 : SubWidget(parentWidget)
164{
165 init();
166}
167
168// TopLevelWidget
169template<> inline

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
doneFunction · 0.85

Tested by

no test coverage detected