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