Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
443
QRectF PlotWidgetBase::currentBoundingRect() const {
444
return plot_->canvasBoundingRect();
445
}
446
447
QRectF PlotWidgetBase::maxZoomRect() const noexcept {
448
return max_zoom_rect_;
Callers
2
TEST
Function · 0.80
onPlotZoomChanged
Method · 0.80
Calls
1
canvasBoundingRect
Method · 0.80
Tested by
1
TEST
Function · 0.64