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

Method isLoadingProject

Engine/Project.cpp:1758–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756}
1757
1758bool
1759Project::isLoadingProject() const
1760{
1761 QMutexLocker l(&_imp->isLoadingProjectMutex);
1762
1763 return _imp->isLoadingProject;
1764}
1765
1766bool
1767Project::isLoadingProjectInternal() const

Callers 15

connectInputMethod · 0.80
onGammaChangedMethod · 0.80
onGainChangedMethod · 0.80
onAutoContrastChangedMethod · 0.80
onColorSpaceChangedMethod · 0.80
setDisplayChannelsMethod · 0.80
setActiveLayerMethod · 0.80
setAlphaChannelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected