Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_asccdl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KIS_WDG_ASCCDL_H
7#define KIS_WDG_ASCCDL_H
8#include <kis_config_widget.h>
9#include <QWidget>
10#include "ui_wdg_asccdl.h"
13
14class Ui_WdgASCCDL;
15
32{
33
34 Q_OBJECT
35
36public:
37 KisASCCDLConfigWidget(QWidget * parent, const KoColorSpace *cs);
38 ~KisASCCDLConfigWidget() override;
39
41 void setConfiguration(const KisPropertiesConfigurationSP config) override;
42 Ui_WdgASCCDL *m_page;
44public Q_SLOTS:
45 void slopeColorChanged(const KoColor &c);
46 void offsetColorChanged(const KoColor &c);
47 void powerColorChanged(const KoColor &c);
48};
49
50#endif //KIS_WDG_ASCCDL_H
The KisASCCDLConfigWidget class this handles the configuration widget for the slope offset power filt...
Ui_WdgASCCDL * m_page
void offsetColorChanged(const KoColor &c)
void powerColorChanged(const KoColor &c)
KisASCCDLConfigWidget(QWidget *parent, const KoColorSpace *cs)
const KoColorSpace * m_cs
~KisASCCDLConfigWidget() override
void setConfiguration(const KisPropertiesConfigurationSP config) override
void slopeColorChanged(const KoColor &c)
KisPropertiesConfigurationSP configuration() const override