Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCurveWidgetConnectionHelper.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Freya Lupen <penguinflyer2222@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISCURVEWIDGETCONNECTIONHELPER_H
7#define KISCURVEWIDGETCONNECTIONHELPER_H
8
9#include <kritaui_export.h>
10
11class QObject;
12class KisCurveWidget;
13
15{
16void KRITAUI_EXPORT connectControl(KisCurveWidget *widget, QObject *source, const char *property);
17}
18
19#endif // KISCURVEWIDGETCONNECTIONHELPER_H
KisMagneticGraph::vertex_descriptor source(typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g)
void connectControl(KisCompositeOpListWidget *widget, QObject *source, const char *property)