| 1009 | } |
| 1010 | |
| 1011 | QPointF KoShape::documentToShape(const QPointF &point) const |
| 1012 | { |
| 1013 | return absoluteTransformation().inverted().map(point); |
| 1014 | } |
| 1015 | |
| 1016 | QRectF KoShape::documentToShape(const QRectF &rect) const |
| 1017 | { |
no test coverage detected