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

Method getMoveOffsetCoordinateSystemOrigin

YUViewLib/src/ui/views/PlotViewWidget.cpp:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289QPoint PlotViewWidget::getMoveOffsetCoordinateSystemOrigin(const QPointF) const
290{
291 const auto plotRectBottomLeft = this->plotRect.bottomLeft();
292 return QPoint(plotRectBottomLeft.x() + fadeBoxThickness,
293 plotRectBottomLeft.y() - fadeBoxThickness);
294}
295
296void PlotViewWidget::setZoomFactor(double zoom)
297{

Callers 1

zoomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected