MCPcopy 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
146bool Window::isVisible() const noexcept
147{
148 return pData->isVisible;
149}
150
151void Window::setVisible(const bool visible)
152{

Callers 7

displayChildrenMethod · 0.45
displaySubWidgetsMethod · 0.45
FOR_EACH_SUBWIDGET_INVFunction · 0.45
lv2ui_idleMethod · 0.45
isVisibleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected