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

Method hideSplashScreen

Gui/GuiApplicationManager.cpp:1086–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086void
1087GuiApplicationManager::hideSplashScreen()
1088{
1089#ifdef DEBUG
1090 boost_adaptbx::floating_point::exception_trapping trap(0);
1091#endif
1092 if (_imp->_splashScreen) {
1093 _imp->_splashScreen->hide();
1094 _imp->_splashScreen->close();
1095 _imp->_splashScreen->deleteLater();
1096 _imp->_splashScreen = 0;
1097 }
1098}
1099
1100void
1101GuiApplicationManager::setKnobClipBoard(KnobClipBoardType type,

Callers 5

PyModalDialogMethod · 0.45
errorDialogMethod · 0.45
warningDialogMethod · 0.45
informationDialogMethod · 0.45
questionDialogMethod · 0.45

Calls 2

hideMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected