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

Method hideWindow

src/desktop/UBDesktopAnnotationController.cpp:417–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416
417void UBDesktopAnnotationController::hideWindow()
418{
419 if (mTransparentDrawingView)
420 mTransparentDrawingView->hide();
421
422 mDesktopPalette->hide();
423
424 mDesktopStylusTool = UBDrawingController::drawingController()->stylusTool();
425 UBDrawingController::drawingController()->setStylusTool(mBoardStylusTool);
426}
427
428
429void UBDesktopAnnotationController::goToUniboard()

Callers 4

showBoardMethod · 0.80
showInternetMethod · 0.80
showDocumentMethod · 0.80
closingMethod · 0.80

Calls 3

stylusToolMethod · 0.80
setStylusToolMethod · 0.80
hideMethod · 0.45

Tested by

no test coverage detected