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

Method plotRect

3rdparty/qwt/src/qwt_polar_plot.cpp:1120–1123  ·  view source on GitHub ↗

! The plot area depends on the size of the canvas and the zoom parameters. \return Bounding rect of the plot area */

Source from the content-addressed store, hash-verified

1118
1119 */
1120QRectF QwtPolarPlot::plotRect() const
1121{
1122 return plotRect( canvas()->contentsRect() );
1123}
1124
1125/*!
1126 \brief Calculate the bounding rect of the plot area

Callers 5

pickRectMethod · 0.80
pickAreaMethod · 0.80
drawMethod · 0.80
invTransformMethod · 0.80
transformMethod · 0.80

Calls 15

heightMethod · 0.80
setPaintIntervalMethod · 0.80
setScaleIntervalMethod · 0.80
s1Method · 0.80
s2Method · 0.80
azimuthMethod · 0.80
centerMethod · 0.80
yMethod · 0.80
QwtPointPolarClass · 0.70
QPointFClass · 0.70
moveCenterMethod · 0.60
widthMethod · 0.45

Tested by 1

drawMethod · 0.64