|
Krita Source Code Documentation
|
#include <kis_dlg_layer_style.h>
Inheritance diagram for ColorOverlay:Signals | |
| void | configChanged () |
Public Member Functions | |
| ColorOverlay (QWidget *parent) | |
| void | fetchColorOverlay (psd_layer_effects_color_overlay *colorOverlay) const |
| void | setColorOverlay (const psd_layer_effects_color_overlay *colorOverlay) |
Private Attributes | |
| Ui::WdgColorOverlay | ui |
Definition at line 84 of file kis_dlg_layer_style.h.
| ColorOverlay::ColorOverlay | ( | QWidget * | parent | ) |
Definition at line 919 of file kis_dlg_layer_style.cpp.
References configChanged(), connect(), KisSpinBoxI18nHelper::setText(), and ui.
|
signal |
| void ColorOverlay::fetchColorOverlay | ( | psd_layer_effects_color_overlay * | colorOverlay | ) | const |
Definition at line 939 of file kis_dlg_layer_style.cpp.
References psd_layer_effects_shadow_base::setBlendMode(), psd_layer_effects_shadow_base::setColor(), psd_layer_effects_shadow_base::setOpacity(), and ui.
| void ColorOverlay::setColorOverlay | ( | const psd_layer_effects_color_overlay * | colorOverlay | ) |
Definition at line 932 of file kis_dlg_layer_style.cpp.
References psd_layer_effects_shadow_base::blendMode(), psd_layer_effects_shadow_base::color(), psd_layer_effects_shadow_base::opacity(), and ui.
|
private |
Definition at line 95 of file kis_dlg_layer_style.h.