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

Method setPrevRect

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

Source from the content-addressed store, hash-verified

1170};
1171
1172void CartesianPlot::setPrevRect(const QRectF& prevRect) {
1173 Q_D(CartesianPlot);
1174 exec(new CartesianPlotSetPrevRectCmd(d, prevRect));
1175}
1176
1177STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeType, CartesianPlot::RangeType, rangeType, rangeChanged)
1178void CartesianPlot::setRangeType(RangeType type) {

Callers 1

mouseReleaseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected