Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_unsharp.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_UNSHARP_H_
10#define _KIS_WDG_UNSHARP_H_
11
12#include <kis_config_widget.h>
13
14class Ui_WdgUnsharp;
15
17{
18 Q_OBJECT
19public:
20 KisWdgUnsharp(QWidget * parent);
21 ~KisWdgUnsharp() override;
22 inline const Ui_WdgUnsharp* widget() const {
23 return m_widget;
24 }
27private:
28 Ui_WdgUnsharp* m_widget;
29};
30
31#endif
Ui_WdgUnsharp * m_widget
void setConfiguration(const KisPropertiesConfigurationSP) override
~KisWdgUnsharp() override
KisWdgUnsharp(QWidget *parent)
KisPropertiesConfigurationSP configuration() const override
const Ui_WdgUnsharp * widget() const