Krita Source Code Documentation
Loading...
Searching...
No Matches
dlg_feather_selection.h
Go to the documentation of this file.
1/*
2 * dlg_feather_selection.h -- part of Krita
3 *
4 * SPDX-FileCopyrightText: 2009 Edward Apap <schumifer@hotmail.com>
5 * SPDX-FileCopyrightText: 2013 Juan Palacios <jpalaciosdev@gmail.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9#ifndef DLG_FEATHER_SELECTION_H
10#define DLG_FEATHER_SELECTION_H
11
12#include "ui_wdg_feather_selection.h"
14
15class KisViewManager;
16class WdgFeatherSelection : public KisOperationUIWidget, public Ui::WdgFeatherSelection
17{
18 Q_OBJECT
19
20public:
22
24
25private Q_SLOTS:
26 void slotRadiusChanged(int radius);
27 void slotRadiusChanged(double radius);
28 void slotUnitChanged(int index);
29
30private:
31 void updateRadiusUIValue(double value);
32
35};
36
37#endif // DLG_GROW_SELECTION_H
float value(const T *src, size_t ch)
void getConfiguration(KisOperationConfigurationSP config) override
void updateRadiusUIValue(double value)
void slotRadiusChanged(int radius)
WdgFeatherSelection(QWidget *parent, KisViewManager *view, KisOperationConfigurationSP config)
void slotUnitChanged(int index)