Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_convert_height_to_normal_map.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_CONVERT_HEIGHT_TO_NORMAL_MAP_H
7#define KIS_WDG_CONVERT_HEIGHT_TO_NORMAL_MAP_H
8#include <kis_config_widget.h>
9#include <QWidget>
10#include <KoColorSpace.h>
11#include "ui_wdg_convert_height_to_normal_map.h"
12
13class Ui_WidgetConvertHeightToNormalMap;
14
16{
17 Q_OBJECT
18public:
19 KisWdgConvertHeightToNormalMap(QWidget *parent, const KoColorSpace *cs);
21
23 void setConfiguration(const KisPropertiesConfigurationSP config) override;
24
33
34private:
35 Ui_WidgetConvertHeightToNormalMap *ui;
39private Q_SLOTS:
40 void horizontalRadiusChanged(qreal r);
41 void verticalRadiusChanged(qreal r);
42 void aspectLockChanged(bool v);
43};
44
45#endif // KIS_WDG_CONVERT_HEIGHT_TO_NORMAL_MAP_H
qreal v
void setConfiguration(const KisPropertiesConfigurationSP config) override
KisWdgConvertHeightToNormalMap(QWidget *parent, const KoColorSpace *cs)
KisPropertiesConfigurationSP configuration() const override