Krita Source Code Documentation
Loading...
Searching...
No Matches
MyPaintStrokeDurationLogData Struct Reference

#include <MyPaintStandardOptionData.h>

+ Inheritance diagram for MyPaintStrokeDurationLogData:

Public Member Functions

 MyPaintStrokeDurationLogData ()
 
- Public Member Functions inherited from MyPaintCurveOptionData
 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)
 
MyPaintSensorDatasensorStruct ()
 
const MyPaintSensorDatasensorStruct () 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
 

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< KisSensorPackInterfacesensorData
 
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
 
- Protected Member Functions inherited from MyPaintCurveOptionData
 MyPaintCurveOptionData (const QString &prefix, const KoID &id, bool isCheckable, bool isChecked, qreal minValue, qreal maxValue, MyPaintSensorPack *sensorInterface)
 

Detailed Description

Definition at line 374 of file MyPaintStandardOptionData.h.

Constructor & Destructor Documentation

◆ MyPaintStrokeDurationLogData()

MyPaintStrokeDurationLogData::MyPaintStrokeDurationLogData ( )
inline

Definition at line 376 of file MyPaintStandardOptionData.h.

377 : MyPaintCurveOptionData(KoID("stroke_duration_logarithmic", i18n("Stroke Duration log")),
378 false, true, -1.0, 7.0)
379 {
380 }
Definition KoID.h:30
MyPaintCurveOptionData(const QString &prefix, const KoID &id, bool isCheckable=true, bool isChecked=false, qreal minValue=0.0, qreal maxValue=1.0)

The documentation for this struct was generated from the following file: