Krita Source Code Documentation
Loading...
Searching...
No Matches
KisResourceItemChooserSync.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2
3 SPDX-FileCopyrightText: 2014 Sven Langkamp <sven.langkamp@gmail.com>
4 SPDX-FileCopyrightText: 2019 Boudewijn Rempt <boud@valdyas.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef KISRESOURCEITEMCHOOSERSYNC_H
10#define KISRESOURCEITEMCHOOSERSYNC_H
11
12#include <QObject>
13#include <QScopedPointer>
14
15#include "kritaresourcewidgets_export.h"
16
22class KRITARESOURCEWIDGETS_EXPORT KisResourceItemChooserSync : public QObject
23{
24 Q_OBJECT
25public:
29
33
36 void setBaseLength(int length);
37
38Q_SIGNALS:
42
43private:
44
47
48private:
49 struct Private;
50 const QScopedPointer<Private> d;
51};
52
53#endif // KISRESOURCEITEMCHOOSERSYNC_H
qreal length(const QPointF &vec)
Definition Ellipse.cc:82
PythonPluginManager * instance
void baseLengthChanged(int length)
KisResourceItemChooserSync(const KisResourceItemChooserSync &)
const QScopedPointer< Private > d
KisResourceItemChooserSync operator=(const KisResourceItemChooserSync &)