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

Method getAppIDString

Engine/AppInstance.cpp:2185–2195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183} // AppInstance::execOnProjectCreatedCallback
2184
2185std::string
2186AppInstance::getAppIDString() const
2187{
2188 if ( appPTR->isBackground() ) {
2189 return "app";
2190 } else {
2191 QString appID = QString( QString::fromUtf8("app%1") ).arg(getAppID() + 1);
2192
2193 return appID.toStdString();
2194 }
2195}
2196
2197void
2198AppInstance::onGroupCreationFinished(const NodePtr& node,

Callers 15

setNameInternalMethod · 0.80
changeItemScriptNameMethod · 0.80
onScriptNameChangedMethod · 0.80
notifyFrameRenderedMethod · 0.80

Calls 3

toStdStringMethod · 0.80
QStringClass · 0.70
isBackgroundMethod · 0.45

Tested by

no test coverage detected