MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isClosed

Method isClosed

Gui/DockablePanel.cpp:1356–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356bool
1357DockablePanel::isClosed() const
1358{
1359 QMutexLocker l(&_imp->_isClosedMutex);
1360
1361 return _imp->_isClosed;
1362}
1363
1364bool
1365DockablePanel::isFloating() const

Callers 5

getKnobGuiForKnobFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected