Krita Source Code Documentation
Loading...
Searching...
No Matches
dlg_grow_selection.h
Go to the documentation of this file.
1/*
2 * dlg_grow_selection.h -- part of Krita
3 *
4 * SPDX-FileCopyrightText: 2006 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
5 * SPDX-FileCopyrightText: 2013 Juan Palacios <jpalaciosdev@gmail.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9#ifndef DLG_GROW_SELECTION_H
10#define DLG_GROW_SELECTION_H
11
12#include "ui_wdg_grow_selection.h"
14
15class KisViewManager;
16class WdgGrowSelection : public KisOperationUIWidget, public Ui::WdgGrowSelection
17{
18 Q_OBJECT
19
20public:
21 WdgGrowSelection(QWidget *parent, KisViewManager* view, KisOperationConfigurationSP config);
22
24
25private Q_SLOTS:
27 void slotGrowValueChanged(double value);
28 void slotUnitChanged(int index);
29
30private:
31 void updateGrowUIValue(double value);
32
35};
36
37#endif // DLG_GROW_SELECTION_H
float value(const T *src, size_t ch)
void updateGrowUIValue(double value)
void slotGrowValueChanged(int value)
WdgGrowSelection(QWidget *parent, KisViewManager *view, KisOperationConfigurationSP config)
void slotUnitChanged(int index)
void getConfiguration(KisOperationConfigurationSP config) override