Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ isVisible
Method
isVisible
dgl/src/Window.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
bool Window::isVisible() const noexcept
147
{
148
return pData->isVisible;
149
}
150
151
void Window::setVisible(const bool visible)
152
{
Callers
7
FOR_EACH_TOP_LEVEL_WIDGET
Function · 0.45
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
displayChildren
Method · 0.45
displaySubWidgets
Method · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
lv2ui_idle
Method · 0.45
isVisible
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected