|
Krita Source Code Documentation
|
#include <KisBezierGradientMesh.h>
Inheritance diagram for KisBezierGradientMeshDetail::GradientMeshNode:Public Member Functions | |
| bool | operator== (const GradientMeshNode &rhs) const |
Public Member Functions inherited from KisBezierMeshDetails::BaseMeshNode | |
| BaseMeshNode ()=default | |
| BaseMeshNode (const QPointF &_node) | |
| QPointF | bottomControlRelative () const |
| QPointF | leftControlRelative () const |
| bool | operator== (const BaseMeshNode &rhs) const |
| QPointF | rightControlRelative () const |
| void | setBottomControlRelative (const QPointF &value) |
| void | setLeftControlRelative (const QPointF &value) |
| void | setRightControlRelative (const QPointF &value) |
| void | setTopControlRelative (const QPointF &value) |
| QPointF | topControlRelative () const |
| void | transform (const QTransform &t) |
| void | translate (const QPointF &offset) |
Public Attributes | |
| QColor | color |
Public Attributes inherited from KisBezierMeshDetails::BaseMeshNode | |
| QPointF | bottomControl |
| QPointF | leftControl |
| QPointF | node |
| QPointF | rightControl |
| QPointF | topControl |
Definition at line 30 of file KisBezierGradientMesh.h.
|
inline |
Definition at line 35 of file KisBezierGradientMesh.h.
References color.
| QColor KisBezierGradientMeshDetail::GradientMeshNode::color |
Definition at line 33 of file KisBezierGradientMesh.h.