This class provides the render context for filter effects.
qreal toUserSpaceY(qreal value) const
Converts y-coordinate from bounding box coordinates to user space coordinates.
const KoViewConverter * viewConverter() const
Returns the view converter.
qreal toUserSpaceX(qreal value) const
Converts x-coordinate from bounding box coordinates to user space coordinates.
QPointF toUserSpace(const QPointF &value) const
Converts point from bounding box coordinates to user space coordinates.
void setFilterRegion(const QRectF &filterRegion)
Sets the filter region the filter is applied to.
~KoFilterEffectRenderContext()
const KoViewConverter & converter
KoFilterEffectRenderContext(const KoViewConverter &converter)
Private(const KoViewConverter &viewConverter)
void setShapeBoundingBox(const QRectF &bound)
Sets the shape bounding box used to convert to user space coordinates.