|
Krita Source Code Documentation
|
#include <kis_cubic_curve.h>
Public Member Functions | |
| bool | isSetAsCorner () const |
| KisCubicCurvePoint ()=default | |
| KisCubicCurvePoint (const KisCubicCurvePoint &)=default | |
| KisCubicCurvePoint (const QPointF &position, bool setAsCorner=false) | |
| KisCubicCurvePoint (qreal x, qreal y, bool setAsCorner=false) | |
| KisCubicCurvePoint & | operator= (const KisCubicCurvePoint &)=default |
| bool | operator== (const KisCubicCurvePoint &other) const |
| const QPointF & | position () const |
| void | setAsCorner (bool newIsSetAsCorner) |
| void | setPosition (const QPointF &newPosition) |
| void | setX (qreal newX) |
| void | setY (qreal newY) |
| qreal | x () const |
| qreal | y () const |
Private Attributes | |
| bool | m_isCorner { false } |
| QPointF | m_position |
Definition at line 23 of file kis_cubic_curve.h.
|
default |
|
default |
| KisCubicCurvePoint::KisCubicCurvePoint | ( | const QPointF & | position, |
| bool | setAsCorner = false ) |
Definition at line 18 of file kis_cubic_curve.cpp.
| KisCubicCurvePoint::KisCubicCurvePoint | ( | qreal | x, |
| qreal | y, | ||
| bool | setAsCorner = false ) |
Definition at line 22 of file kis_cubic_curve.cpp.
| bool KisCubicCurvePoint::isSetAsCorner | ( | ) | const |
Definition at line 46 of file kis_cubic_curve.cpp.
References m_isCorner.
|
default |
| bool KisCubicCurvePoint::operator== | ( | const KisCubicCurvePoint & | other | ) | const |
Definition at line 26 of file kis_cubic_curve.cpp.
References m_isCorner, and m_position.
| const QPointF & KisCubicCurvePoint::position | ( | ) | const |
Definition at line 41 of file kis_cubic_curve.cpp.
References m_position.
| void KisCubicCurvePoint::setAsCorner | ( | bool | newIsSetAsCorner | ) |
Definition at line 66 of file kis_cubic_curve.cpp.
References m_isCorner.
| void KisCubicCurvePoint::setPosition | ( | const QPointF & | newPosition | ) |
Definition at line 61 of file kis_cubic_curve.cpp.
References m_position.
| void KisCubicCurvePoint::setX | ( | qreal | newX | ) |
Definition at line 51 of file kis_cubic_curve.cpp.
References m_position.
| void KisCubicCurvePoint::setY | ( | qreal | newY | ) |
Definition at line 56 of file kis_cubic_curve.cpp.
References m_position.
| qreal KisCubicCurvePoint::x | ( | ) | const |
Definition at line 31 of file kis_cubic_curve.cpp.
References m_position.
| qreal KisCubicCurvePoint::y | ( | ) | const |
Definition at line 36 of file kis_cubic_curve.cpp.
References m_position.
|
private |
Definition at line 46 of file kis_cubic_curve.h.
|
private |
Definition at line 45 of file kis_cubic_curve.h.