MCPcopy Create free account
hub / github.com/IENT/YUView / getStateFromMaster

Method getStateFromMaster

YUViewLib/src/ui/views/SplitViewWidget.cpp:2065–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063}
2064
2065void splitViewWidget::getStateFromMaster()
2066{
2067 const auto mainView = this->getOtherWidget();
2068 this->setViewSplitMode(mainView->viewSplitMode, false);
2069 this->setSplittingPoint(mainView->splittingPoint, false);
2070 this->setRegularGridSize(mainView->regularGridSize, false);
2071 this->setDrawZoomBox(mainView->drawZoomBox, false);
2072
2073 this->updateMouseTracking();
2074 update();
2075
2076 MoveAndZoomableView::getStateFromMaster();
2077}

Callers

nothing calls this directly

Calls 6

getOtherWidgetMethod · 0.95
setViewSplitModeMethod · 0.95
setSplittingPointMethod · 0.95
setRegularGridSizeMethod · 0.95
setDrawZoomBoxMethod · 0.95
updateMouseTrackingMethod · 0.95

Tested by

no test coverage detected