libs/flake
KoFilterEffectRenderContext Class Reference
This class provides the render context for filter effects. More...
#include <KoFilterEffectRenderContext.h>
Public Member Functions | |
| KoFilterEffectRenderContext (const KoViewConverter &converter) | |
| ~KoFilterEffectRenderContext () | |
| QMatrix | coordinateTransformation () const |
| QRectF | filterRegion () const |
| void | setCoordinateTransformation (const QMatrix &transform) |
| void | setFilterRegion (const QRectF &filterRegion) |
| const KoViewConverter * | viewConverter () const |
Detailed Description
This class provides the render context for filter effects.
Definition at line 30 of file KoFilterEffectRenderContext.h.
Constructor & Destructor Documentation
| KoFilterEffectRenderContext::KoFilterEffectRenderContext | ( | const KoViewConverter & | converter | ) |
Definition at line 38 of file KoFilterEffectRenderContext.cpp.
| KoFilterEffectRenderContext::~KoFilterEffectRenderContext | ( | ) |
Definition at line 43 of file KoFilterEffectRenderContext.cpp.
Member Function Documentation
| QMatrix KoFilterEffectRenderContext::coordinateTransformation | ( | ) | const |
Transformation used to transform to document coordinates.
Definition at line 58 of file KoFilterEffectRenderContext.cpp.
| QRectF KoFilterEffectRenderContext::filterRegion | ( | ) | const |
Returns the filter region the filter is applied to.
Definition at line 48 of file KoFilterEffectRenderContext.cpp.
| void KoFilterEffectRenderContext::setCoordinateTransformation | ( | const QMatrix & | transform | ) |
Sets the coordinate transformation matrix.
Definition at line 63 of file KoFilterEffectRenderContext.cpp.
| void KoFilterEffectRenderContext::setFilterRegion | ( | const QRectF & | filterRegion | ) |
Sets the filter region the filter is applied to.
Definition at line 53 of file KoFilterEffectRenderContext.cpp.
| const KoViewConverter * KoFilterEffectRenderContext::viewConverter | ( | ) | const |
Returns the view converter.
Definition at line 68 of file KoFilterEffectRenderContext.cpp.
The documentation for this class was generated from the following files:
