|
Krita Source Code Documentation
|
#include <KisLightnessStrengthOptionWidget.h>
Inheritance diagram for KisLightnessStrengthOptionWidget:Classes | |
| struct | Private |
Public Types | |
| using | data_type = KisLightnessStrengthOptionData |
Public Types inherited from KisCurveOptionWidget | |
| using | data_type = KisCurveOptionDataCommon |
| enum | Flag { None = 0x0 , SupportsCommonCurve = 0x1 , SupportsCurveMode = 0x2 , UseFloatingPointStrength = 0x4 } |
Public Types inherited from KisPaintOpOption | |
| using | OptionalLodLimitationsReader = std::optional<lager::reader<KisPaintopLodLimitations>> |
| enum | PaintopCategory { GENERAL , COLOR , TEXTURE , FILTER , MASKING_BRUSH } |
Public Member Functions | |
| KisLightnessStrengthOptionWidget (lager::cursor< KisLightnessStrengthOptionData > optionData, lager::reader< bool > lightnessModeEnabled) | |
| ~KisLightnessStrengthOptionWidget () | |
Public Member Functions inherited from KisCurveOptionWidget | |
| bool | isCheckable () const override |
| KisCurveOptionWidget (lager::cursor< KisCurveOptionDataCommon > optionData, KisPaintOpOption::PaintopCategory category, const QString &curveMinLabel, const QString &curveMaxLabel, int curveMinValue, int curveMaxValue, const QString &curveValueSuffix, lager::reader< bool > enabledLink=lager::make_constant(true), std::optional< lager::reader< std::tuple< qreal, qreal > > > strengthRangeReader=std::nullopt) | |
| KisCurveOptionWidget (lager::cursor< KisCurveOptionDataCommon > optionData, KisPaintOpOption::PaintopCategory category, const QString &curveMinLabel, const QString &curveMaxLabel, lager::reader< bool > enabledLink=lager::make_constant(true), std::optional< lager::reader< std::tuple< qreal, qreal > > > strengthRangeReader=std::nullopt) | |
| KisCurveOptionWidget (lager::cursor< KisCurveOptionDataCommon > optionData, KisPaintOpOption::PaintopCategory category, lager::reader< bool > enabledLink=lager::make_constant(true), std::optional< lager::reader< std::tuple< qreal, qreal > > > strengthRangeReader=std::nullopt) | |
| KisCurveOptionWidget (lager::cursor< KisCurveOptionDataCommon > optionData, PaintopCategory category, const QString &curveMinLabel, const QString &curveMaxLabel, int curveMinValue, int curveMaxValue, const QString &curveValueSuffix, const QString &strengthPrefix, const QString &strengthSuffix, qreal strengthDisplayMultiplier, lager::reader< bool > enabledLink=lager::make_constant(true), std::optional< lager::reader< std::tuple< qreal, qreal > > > strengthRangeReader=std::nullopt) | |
| void | readOptionSetting (const KisPropertiesConfigurationSP setting) override |
| void | show () |
| void | writeOptionSetting (KisPropertiesConfigurationSP setting) const override |
| ~KisCurveOptionWidget () override | |
Public Member Functions inherited from KisPaintOpOption | |
| KisPaintOpOption::PaintopCategory | category () const |
| QWidget * | configurationPage () const |
| OptionalLodLimitationsReader | effectiveLodLimitations () const |
| virtual bool | isChecked () const |
| bool | isEnabled () const |
| bool | isLocked () const |
| KisPaintOpOption (const QString &label, KisPaintOpOption::PaintopCategory category, bool checked) | |
| KisPaintOpOption (const QString &label, KisPaintOpOption::PaintopCategory category, lager::cursor< bool > checkedCursor) | |
| KisPaintOpOption (const QString &label, KisPaintOpOption::PaintopCategory category, lager::cursor< bool > checkedCursor, lager::reader< bool > externallyEnabledLink) | |
| QString | label () const |
| virtual void | lodLimitations (KisPaintopLodLimitations *l) const |
| virtual void | setCanvasResourcesInterface (KoCanvasResourcesInterfaceSP canvasResourcesInterface) |
| virtual void | setChecked (bool checked) |
| virtual void | setImage (KisImageWSP image) |
| void | setLocked (bool value) |
| virtual void | setNode (KisNodeWSP node) |
| virtual void | setResourcesInterface (KisResourcesInterfaceSP resourcesInterface) |
| void | startReadOptionSetting (const KisPropertiesConfigurationSP setting) |
| void | startWriteOptionSetting (KisPropertiesConfigurationSP setting) const |
| ~KisPaintOpOption () override | |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Definition at line 14 of file KisLightnessStrengthOptionWidget.h.
Definition at line 18 of file KisLightnessStrengthOptionWidget.h.
| KisLightnessStrengthOptionWidget::KisLightnessStrengthOptionWidget | ( | lager::cursor< KisLightnessStrengthOptionData > | optionData, |
| lager::reader< bool > | lightnessModeEnabled ) |
Definition at line 24 of file KisLightnessStrengthOptionWidget.cpp.
References KisPaintOpOption::configurationPage(), m_d, and KisPaintOpOption::setConfigurationPage().
| KisLightnessStrengthOptionWidget::~KisLightnessStrengthOptionWidget | ( | ) |
Definition at line 44 of file KisLightnessStrengthOptionWidget.cpp.
|
private |
Definition at line 25 of file KisLightnessStrengthOptionWidget.h.