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

Method newAppInstance

Engine/AppManager.cpp:1173–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171}
1172
1173AppInstancePtr
1174AppManager::newAppInstance(const CLArgs& cl,
1175 bool makeEmptyInstance)
1176{
1177 return newAppInstanceInternal(cl, false, makeEmptyInstance);
1178}
1179
1180AppInstancePtr
1181AppManager::getAppInstance(int appID) const

Callers 6

newProjectMethod · 0.80
createNewProjectMethod · 0.80
openProjectInternalMethod · 0.80
openRecentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected