MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / clearToPlaceholder

Method clearToPlaceholder

pj_plotting/widget/src/DockWidget.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void DockWidget::clearToPlaceholder() {
551 setPlaceholderWidget();
552 emit undoableChange();
553}
554
555void DockWidget::focusSelf() {
556 if (auto* docker = qobject_cast<PlotDocker*>(dockManager()); docker != nullptr) {

Callers 1

syncWidgetsToCatalogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected