src/grid.h

changeset 1181
ca6d0ef9aadb
parent 1180
2005e4147ad6
child 1184
393babf1319d
equal deleted inserted replaced
1180:2005e4147ad6 1181:ca6d0ef9aadb
39 39
40 qreal angleSnap() const; 40 qreal angleSnap() const;
41 qreal angleAsRadians() const; 41 qreal angleAsRadians() const;
42 int bezierCurveSegments() const; 42 int bezierCurveSegments() const;
43 qreal coordinateSnap() const; 43 qreal coordinateSnap() const;
44 QPointF pole() const;
45 int polarDivisions() const;
44 QPointF snap(QPointF point) const; 46 QPointF snap(QPointF point) const;
45 }; 47 };
46 48

mercurial