|
Krita Source Code Documentation
|
#include <KisPaintThicknessOption.h>
Inheritance diagram for KisPaintThicknessOption:Public Member Functions | |
| qreal | apply (const KisPaintInformation &info) const |
| KisPaintThicknessOption (const KisPropertiesConfiguration *setting) | |
| KisPaintThicknessOptionData::ThicknessMode | mode () 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 | |
| KisPaintThicknessOption (const KisPaintThicknessOptionData &data) | |
Private Attributes | |
| KisPaintThicknessOptionData::ThicknessMode | m_mode {KisPaintThicknessOptionData::OVERLAY} |
Definition at line 13 of file KisPaintThicknessOption.h.
| KisPaintThicknessOption::KisPaintThicknessOption | ( | const KisPropertiesConfiguration * | setting | ) |
Definition at line 12 of file KisPaintThicknessOption.cpp.
|
private |
Definition at line 17 of file KisPaintThicknessOption.cpp.
| qreal KisPaintThicknessOption::apply | ( | const KisPaintInformation & | info | ) | const |
Definition at line 23 of file KisPaintThicknessOption.cpp.
References KisCurveOption::computeSizeLikeValue(), and KisCurveOption::isChecked().
| KisPaintThicknessOptionData::ThicknessMode KisPaintThicknessOption::mode | ( | ) | const |
Definition at line 29 of file KisPaintThicknessOption.cpp.
References m_mode.
|
private |
Definition at line 25 of file KisPaintThicknessOption.h.