Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_blur.h
Go to the documentation of this file.
1/*
2 * This file is part of Krita
3 *
4 * SPDX-FileCopyrightText: 2006 Cyrille Berger <cberger@cberger.net>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef _KIS_WDG_BLUR_H_
10#define _KIS_WDG_BLUR_H_
11
12#include <kis_config_widget.h>
13
14class Ui_WdgBlur;
15
17{
18 Q_OBJECT
19public:
20 KisWdgBlur(QWidget * parent);
21 ~KisWdgBlur() override;
22 inline const Ui_WdgBlur* widget() const {
23 return m_widget;
24 }
27
28private Q_SLOTS:
29
30 void linkSpacingToggled(bool);
31 void sldHalfWidthChanged(int);
32 void sldHalfHeightChanged(int);
33
34private:
35
37 Ui_WdgBlur* m_widget;
38};
39
40#endif
KisPropertiesConfigurationSP configuration() const override
void sldHalfWidthChanged(int)
Ui_WdgBlur * m_widget
const Ui_WdgBlur * widget() const
void setConfiguration(const KisPropertiesConfigurationSP) override
~KisWdgBlur() override
KisWdgBlur(QWidget *parent)
bool m_halfSizeLink
void sldHalfHeightChanged(int)
void linkSpacingToggled(bool)