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

Method setRect

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

Source from the content-addressed store, hash-verified

1133};
1134
1135void CartesianPlot::setRect(const QRectF& rect) {
1136 Q_D(CartesianPlot);
1137 if (rect != d->rect)
1138 exec(new CartesianPlotSetRectCmd(d, rect));
1139}
1140
1141class CartesianPlotSetPrevRectCmd : public QUndoCommand {
1142public:

Callers 3

retransformMethod · 0.45
mouseReleaseEventMethod · 0.45
keyPressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected