MCPcopy Create free account
hub / github.com/KDE/labplot / dataRect

Method dataRect

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1081–1084  ·  view source on GitHub ↗

! returns the actual bounding rectangular of the plot area showing data (plot's rectangular minus padding) in plot's coordinates */

Source from the content-addressed store, hash-verified

1079 in plot's coordinates
1080 */
1081QRectF CartesianPlot::dataRect() const {
1082 Q_D(const CartesianPlot);
1083 return d->dataRect;
1084}
1085
1086CartesianPlot::MouseMode CartesianPlot::mouseMode() const {
1087 Q_D(const CartesianPlot);

Callers 15

parentRectMethod · 0.80
retransformMethod · 0.80
recalculateRectMethod · 0.80
retransformLineMethod · 0.80
updateFillingRectMethod · 0.80
updateFillingRectMethod · 0.80
updateFillingMethod · 0.80
calculateScenePointsMethod · 0.80
addLineMethod · 0.80
updateLinesMethod · 0.80
mapXLogicalToSceneMethod · 0.80
mapYLogicalToSceneMethod · 0.80

Calls

no outgoing calls