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

Method informationDialog

Engine/AppManager.cpp:3494–3506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3492}
3493
3494void
3495Dialogs::informationDialog(const std::string & title,
3496 const std::string & message,
3497 bool useHtml)
3498{
3499 appPTR->hideSplashScreen();
3500 AppInstancePtr topLvlInstance = appPTR->getTopLevelInstance();
3501 if ( topLvlInstance && !appPTR->isBackground() ) {
3502 topLvlInstance->informationDialog(title, message, useHtml);
3503 } else {
3504 std::cout << "INFO: " << title << ":" << message << std::endl;
3505 }
3506}
3507
3508void
3509Dialogs::informationDialog(const std::string & title,

Callers

nothing calls this directly

Calls 3

getTopLevelInstanceMethod · 0.80
hideSplashScreenMethod · 0.45
isBackgroundMethod · 0.45

Tested by

no test coverage detected