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

Method showMessage

src/core/UBApplicationController.cpp:690–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688
689
690void UBApplicationController::showMessage(const QString& message, bool showSpinningWheel)
691{
692 if (!UBApplication::closingDown())
693 {
694 if (mMainMode == Document)
695 {
696 UBApplication::boardController->hideMessage();
697 UBApplication::documentController->showMessage(message, showSpinningWheel);
698 }
699 else
700 {
701 UBApplication::documentController->hideMessage();
702 UBApplication::boardController->showMessage(message, showSpinningWheel);
703 }
704 }
705}
706
707
708void UBApplicationController::importFile(const QString& pFilePath)

Callers

nothing calls this directly

Calls 1

hideMessageMethod · 0.45

Tested by

no test coverage detected