|
Krita Source Code Documentation
|
#include <MyPaintCurveOptionData.h>
Inheritance diagram for MyPaintCurveOptionData:Public Member Functions | |
| MyPaintCurveOptionData (const KoID &id, bool isCheckable=true, bool isChecked=false, qreal minValue=0.0, qreal maxValue=1.0) | |
| MyPaintCurveOptionData (const QString &prefix, const KoID &id, bool isCheckable=true, bool isChecked=false, qreal minValue=0.0, qreal maxValue=1.0) | |
| MyPaintSensorData & | sensorStruct () |
| const MyPaintSensorData & | sensorStruct () const |
Public Member Functions inherited from KisCurveOptionDataCommon | |
| KisCurveOptionDataCommon (const KoID &id, bool isCheckable, bool isChecked, qreal minValue, qreal maxValue, KisSensorPackInterface *sensorInterface) | |
| KisCurveOptionDataCommon (const QString &prefix, const KoID &id, bool isCheckable, bool isChecked, qreal minValue, qreal maxValue, KisSensorPackInterface *sensorInterface) | |
| bool | read (const KisPropertiesConfiguration *setting) |
| std::vector< KisSensorData * > | sensors () |
| std::vector< const KisSensorData * > | sensors () const |
| void | write (KisPropertiesConfiguration *setting) const |
Protected Member Functions | |
| MyPaintCurveOptionData (const QString &prefix, const KoID &id, bool isCheckable, bool isChecked, qreal minValue, qreal maxValue, MyPaintSensorPack *sensorInterface) | |
Additional Inherited Members | |
Public Types inherited from KisCurveOptionDataCommon | |
| using | ValueFixUpReadCallback = std::function<void (KisCurveOptionDataCommon *, const KisPropertiesConfiguration *)> |
| using | ValueFixUpWriteCallback = std::function<void (qreal, KisPropertiesConfiguration *)> |
Public Attributes inherited from KisCurveOptionDataCommon | |
| QString | commonCurve = DEFAULT_CURVE_STRING |
| int | curveMode = 0 |
| KoID | id |
| bool | isCheckable = true |
| bool | isChecked = true |
| QString | prefix |
| QSharedDataPointer< KisSensorPackInterface > | sensorData |
| qreal | strengthMaxValue = 1.0 |
| qreal | strengthMinValue = 0.0 |
| qreal | strengthValue = 1.0 |
| bool | useCurve = true |
| bool | useSameCurve = true |
| ValueFixUpReadCallback | valueFixUpReadCallback |
| ValueFixUpWriteCallback | valueFixUpWriteCallback |
Static Public Attributes inherited from KisCurveOptionDataCommon | |
| static constexpr bool | supports_prefix = true |
Definition at line 14 of file MyPaintCurveOptionData.h.
| MyPaintCurveOptionData::MyPaintCurveOptionData | ( | const QString & | prefix, |
| const KoID & | id, | ||
| bool | isCheckable = true, | ||
| bool | isChecked = false, | ||
| qreal | minValue = 0.0, | ||
| qreal | maxValue = 1.0 ) |
Definition at line 9 of file MyPaintCurveOptionData.cpp.
| MyPaintCurveOptionData::MyPaintCurveOptionData | ( | const KoID & | id, |
| bool | isCheckable = true, | ||
| bool | isChecked = false, | ||
| qreal | minValue = 0.0, | ||
| qreal | maxValue = 1.0 ) |
Definition at line 25 of file MyPaintCurveOptionData.cpp.
|
protected |
Definition at line 34 of file MyPaintCurveOptionData.cpp.
| MyPaintSensorData & MyPaintCurveOptionData::sensorStruct | ( | ) |
Definition at line 45 of file MyPaintCurveOptionData.cpp.
References KisCurveOptionDataCommon::sensorData.
| const MyPaintSensorData & MyPaintCurveOptionData::sensorStruct | ( | ) | const |
Definition at line 50 of file MyPaintCurveOptionData.cpp.
References KisCurveOptionDataCommon::sensorData.