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

Method isLoadingProject

Engine/Project.cpp:1629–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629bool
1630Project::isLoadingProject() const
1631{
1632 QMutexLocker l(&_imp->isLoadingProjectMutex);
1633
1634 return _imp->isLoadingProject;
1635}
1636
1637bool
1638Project::isLoadingProjectInternal() const

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected