Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlpropertyvaluesource.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant
4
5#ifndef QQMLPROPERTYVALUESOURCE_H
6#define QQMLPROPERTYVALUESOURCE_H
7
8#include <QtQml/qtqmlglobal.h>
9#include <QtCore/qobject.h>
10
11QT_BEGIN_NAMESPACE
12
13
14class QQmlProperty;
15class Q_QML_EXPORT QQmlPropertyValueSource
16{
17public:
18 QQmlPropertyValueSource();
19 virtual ~QQmlPropertyValueSource();
20 virtual void setTarget(const QQmlProperty &) = 0;
21};
22
23#define QQmlPropertyValueSource_iid "org.qt-project.Qt.QQmlPropertyValueSource"
24
26
27QT_END_NAMESPACE
28
29#endif // QQMLPROPERTYVALUESOURCE_H
The QQmlPropertyValueSource class is an interface for property value sources such as animations and b...
Q_DECLARE_INTERFACE(QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)
#define QQmlPropertyValueSource_iid