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

Method currentBoundingRect

pj_plotting/widget/src/PlotWidgetBase.cpp:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443QRectF PlotWidgetBase::currentBoundingRect() const {
444 return plot_->canvasBoundingRect();
445}
446
447QRectF PlotWidgetBase::maxZoomRect() const noexcept {
448 return max_zoom_rect_;

Callers 2

TESTFunction · 0.80
onPlotZoomChangedMethod · 0.80

Calls 1

canvasBoundingRectMethod · 0.80

Tested by 1

TESTFunction · 0.64