Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
TopLevelWidget* Widget::getTopLevelWidget() const noexcept
147
{
148
return pData->topLevelWidget;
149
}
150
151
std::list<SubWidget*> Widget::getChildren() const noexcept
152
{
Callers
1
beginFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected