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

Method maxZoomRect

pj_plotting/widget/src/PlotWidgetBase.cpp:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447QRectF PlotWidgetBase::maxZoomRect() const noexcept {
448 return max_zoom_rect_;
449}
450
451bool PlotWidgetBase::keepRatioXY() const noexcept {
452 return keep_aspect_ratio_;

Callers 2

TESTFunction · 0.80
linkedZoomOutMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64