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

Method isLoadingProjectInternal

Engine/Project.cpp:1766–1772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1764}
1765
1766bool
1767Project::isLoadingProjectInternal() const
1768{
1769 QMutexLocker l(&_imp->isLoadingProjectMutex);
1770
1771 return _imp->isLoadingProjectInternal;
1772}
1773
1774bool
1775Project::isGraphWorthLess() const

Callers 1

paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected