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

Method loadProject

Gui/GuiAppInstance.cpp:1235–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235AppInstancePtr
1236GuiAppInstance::loadProject(const std::string& filename)
1237{
1238 return _imp->_gui->openProject(filename);
1239}
1240
1241///Close the current project but keep the window
1242bool

Callers 4

openProjectInternalMethod · 0.45
loadInternalMethod · 0.45
openRecentFileMethod · 0.45

Calls 1

openProjectMethod · 0.80

Tested by

no test coverage detected