Krita Source Code Documentation
Loading...
Searching...
No Matches
KisLightnessStrengthOptionWidget::Private Struct Reference

Public Member Functions

 Private (lager::reader< bool > lightnessModeEnabled)
 

Public Attributes

lager::reader< bool > warningLabelVisible
 

Detailed Description

Definition at line 14 of file KisLightnessStrengthOptionWidget.cpp.

Constructor & Destructor Documentation

◆ Private()

KisLightnessStrengthOptionWidget::Private::Private ( lager::reader< bool > lightnessModeEnabled)
inline

Definition at line 16 of file KisLightnessStrengthOptionWidget.cpp.

17 : warningLabelVisible{lightnessModeEnabled.map(std::logical_not{})}
18 {
19 }

Member Data Documentation

◆ warningLabelVisible

lager::reader<bool> KisLightnessStrengthOptionWidget::Private::warningLabelVisible

Definition at line 21 of file KisLightnessStrengthOptionWidget.cpp.


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