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

Method setMirrorSourceWidget

src/core/UBApplicationController.cpp:631–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void UBApplicationController::setMirrorSourceWidget(QWidget* pWidget)
632{
633 if (mMirror)
634 {
635 mMirror->setSourceWidget(pWidget);
636 }
637}
638
639
640void UBApplicationController::mirroringEnabled(bool enabled)

Callers 2

setSourceWidgetMethod · 0.80

Calls 1

setSourceWidgetMethod · 0.45

Tested by

no test coverage detected