MCPcopy Create free account
hub / github.com/KDE/krita / documentToShape

Method documentToShape

libs/flake/KoShape.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

Q_FOREACHFunction · 0.80
mouseMoveEventMethod · 0.80
segmentAtPointMethod · 0.80
Q_FOREACHFunction · 0.80
handleMouseMoveMethod · 0.80
handleMouseMoveMethod · 0.80
applyOffsetMethod · 0.80
undoChangesMethod · 0.80
undoMethod · 0.80
Q_FOREACHFunction · 0.80
getLineFunction · 0.80

Calls 2

invertedMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected