MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / closing

Method closing

src/core/UBApplicationController.cpp:668–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668void UBApplicationController::closing()
669{
670 if (mMirror)
671 mMirror->stop();
672
673 if (mUninoteController)
674 {
675 mUninoteController->hideWindow();
676 mUninoteController->close();
677 }
678
679 /*
680
681 if (UBApplication::documentController)
682 UBApplication::documentController->closing();
683
684 */
685
686 UBPersistenceManager::persistenceManager()->closing(); // ALTI/AOU - 20140616 : to update the file "documents/folders.xml"
687}
688
689
690void UBApplicationController::showMessage(const QString& message, bool showSpinningWheel)

Callers

nothing calls this directly

Calls 3

hideWindowMethod · 0.80
stopMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected