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

Method hasOverlayColor

Gui/DockablePanel.cpp:1538–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536}
1537
1538bool
1539DockablePanel::hasOverlayColor() const
1540{
1541 QMutexLocker locker(&_imp->_currentColorMutex);
1542
1543 return _imp->_hasOverlayColor;
1544}
1545
1546void
1547DockablePanel::setCurrentColor(const QColor & c)

Callers 1

getOverlayColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected