|
Krita Source Code Documentation
|
#include <SvgMeshGradient.h>
Public Types | |
| enum | Shading { BILINEAR , BICUBIC } |
Public Member Functions | |
| QRectF | boundingRect () const |
| const QScopedPointer< SvgMeshArray > & | getMeshArray () const |
| KoFlake::CoordinateSystem | gradientUnits () const |
| bool | isValid () const |
| void | setGradientUnits (KoFlake::CoordinateSystem units=KoFlake::UserSpaceOnUse) |
| void | setTransform (const QTransform &matrix) |
| void | setType (Shading type) |
| SvgMeshGradient () | |
| SvgMeshGradient (const SvgMeshGradient &other) | |
| SvgMeshGradient::Shading | type () const |
Private Attributes | |
| KoFlake::CoordinateSystem | m_gradientUnits |
| QScopedPointer< SvgMeshArray > | m_mesharray |
| Shading | m_type |
Definition at line 15 of file SvgMeshGradient.h.
| Enumerator | |
|---|---|
| BILINEAR | |
| BICUBIC | |
Definition at line 18 of file SvgMeshGradient.h.
| SvgMeshGradient::SvgMeshGradient | ( | ) |
Definition at line 8 of file SvgMeshGradient.cpp.
| SvgMeshGradient::SvgMeshGradient | ( | const SvgMeshGradient & | other | ) |
Definition at line 15 of file SvgMeshGradient.cpp.
| QRectF SvgMeshGradient::boundingRect | ( | ) | const |
Definition at line 42 of file SvgMeshGradient.cpp.
References m_mesharray.
| const QScopedPointer< SvgMeshArray > & SvgMeshGradient::getMeshArray | ( | ) | const |
Definition at line 47 of file SvgMeshGradient.cpp.
References m_mesharray.
|
inline |
Definition at line 36 of file SvgMeshGradient.h.
| bool SvgMeshGradient::isValid | ( | ) | const |
Definition at line 37 of file SvgMeshGradient.cpp.
References m_mesharray.
|
inline |
Definition at line 32 of file SvgMeshGradient.h.
| void SvgMeshGradient::setTransform | ( | const QTransform & | matrix | ) |
Definition at line 32 of file SvgMeshGradient.cpp.
References m_mesharray.
| void SvgMeshGradient::setType | ( | SvgMeshGradient::Shading | type | ) |
Definition at line 22 of file SvgMeshGradient.cpp.
| SvgMeshGradient::Shading SvgMeshGradient::type | ( | ) | const |
|
private |
Definition at line 47 of file SvgMeshGradient.h.
|
private |
Definition at line 48 of file SvgMeshGradient.h.
|
private |
Definition at line 46 of file SvgMeshGradient.h.