Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1356
bool
1357
DockablePanel::isClosed() const
1358
{
1359
QMutexLocker l(&_imp->_isClosedMutex);
1360
1361
return _imp->_isClosed;
1362
}
1363
1364
bool
1365
DockablePanel::isFloating() const
Callers
5
setVisibleProjectSettingsPanel
Method · 0.80
getKnobGuiForKnob
Function · 0.80
isSettingsPanelVisible
Method · 0.80
isSettingsPanelVisible
Method · 0.80
refreshKnobsAfterTimeChange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected