Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setVisible
Method
setVisible
dgl/src/Window.cpp:151–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void Window::setVisible(const bool visible)
152
{
153
if (visible)
154
pData->show();
155
else
156
pData->hide();
157
}
158
159
void Window::show()
160
{
Callers
1
setWindowVisible
Function · 0.45
Calls
2
show
Method · 0.45
hide
Method · 0.45
Tested by
no test coverage detected