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

Method getTopLevelWidget

dgl/src/Widget.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146TopLevelWidget* Widget::getTopLevelWidget() const noexcept
147{
148 return pData->topLevelWidget;
149}
150
151std::list<SubWidget*> Widget::getChildren() const noexcept
152{

Callers 1

beginFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected