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

Method getStateFromMaster

YUViewLib/src/ui/views/MoveAndZoomableView.cpp:833–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833void MoveAndZoomableView::getStateFromMaster()
834{
835 this->moveOffset = this->masterView->moveOffset;
836 this->zoomFactor = this->masterView->zoomFactor;
837}

Callers 1

slaveSetLinkStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected