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

Function SubWidget

tests/Demo.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#endif
43
44START_NAMESPACE_DGL
45
46// Partial specialization is not allowed in C++, so we need to define these here
47template<> inline
48ExampleImagesWidget<SubWidget, DemoImage>::ExampleImagesWidget(Widget* const parentWidget)
49: SubWidget(parentWidget) { init(parentWidget->getApp()); }
50
51template<> inline
52ExampleImagesWidget<TopLevelWidget, DemoImage>::ExampleImagesWidget(Window& windowToMapTo)

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected