|
Krita Source Code Documentation
|
#include <KoShapeMeshGradientHandles.h>
Public Types | |
| enum | Index { First = 1 , Second } |
| enum | Type { None , Corner , BezierHandle } |
Public Member Functions | |
| SvgMeshPosition | getPosition () const |
| Handle () | |
| Handle (Type t, const QPointF &p, int row, int col, SvgMeshPatch::Type segmentType, Index index=First) | |
Public Attributes | |
| int | col {0} |
| Index | index { First } |
| QPointF | pos |
| int | row {0} |
| SvgMeshPatch::Type | segmentType {SvgMeshPatch::Top} |
| Type | type {None} |
Definition at line 20 of file KoShapeMeshGradientHandles.h.
| Enumerator | |
|---|---|
| First | |
| Second | |
Definition at line 27 of file KoShapeMeshGradientHandles.h.
| Enumerator | |
|---|---|
| None | |
| Corner | |
| BezierHandle | |
Definition at line 21 of file KoShapeMeshGradientHandles.h.
|
inline |
Definition at line 32 of file KoShapeMeshGradientHandles.h.
|
inline |
Definition at line 33 of file KoShapeMeshGradientHandles.h.
|
inline |
Definition at line 41 of file KoShapeMeshGradientHandles.h.
References col, row, and segmentType.
| int KoShapeMeshGradientHandles::Handle::col {0} |
Definition at line 48 of file KoShapeMeshGradientHandles.h.
Definition at line 50 of file KoShapeMeshGradientHandles.h.
| QPointF KoShapeMeshGradientHandles::Handle::pos |
Definition at line 46 of file KoShapeMeshGradientHandles.h.
| int KoShapeMeshGradientHandles::Handle::row {0} |
Definition at line 47 of file KoShapeMeshGradientHandles.h.
| SvgMeshPatch::Type KoShapeMeshGradientHandles::Handle::segmentType {SvgMeshPatch::Top} |
Definition at line 49 of file KoShapeMeshGradientHandles.h.
Definition at line 45 of file KoShapeMeshGradientHandles.h.