|
Krita Source Code Documentation
|
#include <KisSmudgeLengthOption.h>
Inheritance diagram for KisSmudgeLengthOption:Public Member Functions | |
| KisSmudgeLengthOption (const KisPropertiesConfiguration *setting) | |
| KisSmudgeLengthOptionData::Mode | mode () const |
| bool | smearAlpha () const |
| bool | useNewEngine () const |
Public Member Functions inherited from KisCurveOption | |
| qreal | computeRotationLikeValue (const KisPaintInformation &info, qreal baseValue, bool absoluteAxesFlipped, qreal scalingPartCoeff, bool disableScalingPart) const |
| qreal | computeSizeLikeValue (const KisPaintInformation &info, bool useStrengthValue=true) const |
| ValueComponents | computeValueComponents (const KisPaintInformation &info, bool useStrengthValue) const |
| bool | isChecked () const |
| bool | isRandom () const |
| KisCurveOption (const KisCurveOptionData &data) | |
| KisCurveOption (KisCurveOption &)=delete | |
| KisCurveOption & | operator= (KisCurveOption &)=delete |
| qreal | strengthMaxValue () const |
| qreal | strengthMinValue () const |
| qreal | strengthValue () const |
Private Member Functions | |
| KisSmudgeLengthOption (const KisSmudgeLengthOptionData &data) | |
Private Attributes | |
| KisSmudgeLengthOptionData::Mode | m_mode {KisSmudgeLengthOptionData::SMEARING_MODE} |
| bool | m_smearAlpha {true} |
| bool | m_useNewEngine {false} |
Definition at line 12 of file KisSmudgeLengthOption.h.
| KisSmudgeLengthOption::KisSmudgeLengthOption | ( | const KisPropertiesConfiguration * | setting | ) |
Definition at line 13 of file KisSmudgeLengthOption.cpp.
|
private |
Definition at line 18 of file KisSmudgeLengthOption.cpp.
| KisSmudgeLengthOptionData::Mode KisSmudgeLengthOption::mode | ( | ) | const |
Definition at line 26 of file KisSmudgeLengthOption.cpp.
References m_mode.
| bool KisSmudgeLengthOption::smearAlpha | ( | ) | const |
Definition at line 31 of file KisSmudgeLengthOption.cpp.
References m_smearAlpha.
| bool KisSmudgeLengthOption::useNewEngine | ( | ) | const |
Definition at line 36 of file KisSmudgeLengthOption.cpp.
References m_useNewEngine.
|
private |
Definition at line 27 of file KisSmudgeLengthOption.h.
|
private |
Definition at line 26 of file KisSmudgeLengthOption.h.
|
private |
Definition at line 25 of file KisSmudgeLengthOption.h.