Krita Source Code Documentation
Loading...
Searching...
No Matches
deprecated_remove_after_krita6::SensorPackHardness Class Reference
+ Inheritance diagram for deprecated_remove_after_krita6::SensorPackHardness:

Public Member Functions

KisSensorPackInterfaceclone () const override
 
void write (const KisCurveOptionDataCommon &data, KisPropertiesConfiguration *setting) const override
 
- Public Member Functions inherited from MyPaintSensorPack
bool compare (const KisSensorPackInterface *rhs) const override
 
std::vector< const KisSensorData * > constSensors () const override
 
const MyPaintSensorDataconstSensorsStruct () const
 
 MyPaintSensorPack ()=default
 
 MyPaintSensorPack (const MyPaintSensorPack &rhs)=default
 
bool read (KisCurveOptionDataCommon &data, const KisPropertiesConfiguration *setting) const override
 
std::vector< KisSensorData * > sensors () override
 
MyPaintSensorDatasensorsStruct ()
 
- Public Member Functions inherited from KisSensorPackInterface
virtual int calcActiveSensorLength (const QString &activeSensorId) const
 
virtual ~KisSensorPackInterface ()
 

Detailed Description

Definition at line 37 of file MyPaintStandardOptionData.cpp.

Member Function Documentation

◆ clone()

KisSensorPackInterface * deprecated_remove_after_krita6::SensorPackHardness::clone ( ) const
inlineoverridevirtual

Reimplemented from MyPaintSensorPack.

Definition at line 40 of file MyPaintStandardOptionData.cpp.

41 {
42 return new SensorPackHardness(*this);
43 }

◆ write()

void deprecated_remove_after_krita6::SensorPackHardness::write ( const KisCurveOptionDataCommon & data,
KisPropertiesConfiguration * setting ) const
inlineoverridevirtual

Reimplemented from MyPaintSensorPack.

Definition at line 44 of file MyPaintStandardOptionData.cpp.

45 {
46 MyPaintSensorPack::write(data, setting);
48 }
void write(const KisCurveOptionDataCommon &data, KisPropertiesConfiguration *setting) const override
virtual void setProperty(const QString &name, const QVariant &value)

References deprecated_remove_after_krita6::MYPAINT_HARDNESS, KisPropertiesConfiguration::setProperty(), KisCurveOptionDataCommon::strengthValue, and MyPaintSensorPack::write().


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