Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ ddeOpenFile
Method
ddeOpenFile
Gui/Gui50.cpp:1056–1060 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1054
1055
#ifdef __NATRON_WIN32__
1056
void
1057
Gui::ddeOpenFile(const QString& filePath)
1058
{
1059
getApp()->handleFileOpenEvent( filePath.toStdString() );
1060
}
1061
1062
#endif
1063
Callers
nothing calls this directly
Calls
3
getApp
Function · 0.85
handleFileOpenEvent
Method · 0.80
toStdString
Method · 0.80
Tested by
no test coverage detected