Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_edge_detection.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_EDGE_DETECTION_H
7#define KIS_WDG_EDGE_DETECTION_H
8
9#include <QWidget>
10#include <kis_config_widget.h>
11#include "ui_wdg_edge_detection.h"
12
13class Ui_WidgetEdgeDetection;
14
15
17{
18 Q_OBJECT
19
20public:
21 explicit KisWdgEdgeDetection(QWidget *parent);
23
25 void setConfiguration(const KisPropertiesConfigurationSP config) override;
26
27private:
28 Ui_WidgetEdgeDetection *ui;
33
34private Q_SLOTS:
35 void horizontalRadiusChanged(qreal r);
36 void verticalRadiusChanged(qreal r);
37 void aspectLockChanged(bool v);
38};
39
40#endif // KIS_WDG_EDGE_DETECTION_H
qreal v
void setConfiguration(const KisPropertiesConfigurationSP config) override
Ui_WidgetEdgeDetection * ui
KisWdgEdgeDetection(QWidget *parent)
KisPropertiesConfigurationSP configuration() const override