Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4#ifndef QQMLPROPERTYVALUESOURCE_H
5#define QQMLPROPERTYVALUESOURCE_H
6
7#include <QtQml/qtqmlglobal.h>
8#include <QtCore/qobject.h>
9
11
12
13class QQmlProperty;
14class Q_QML_EXPORT QQmlPropertyValueSource
15{
16public:
19 virtual void setTarget(const QQmlProperty &) = 0;
20};
21
22#define QQmlPropertyValueSource_iid "org.qt-project.Qt.QQmlPropertyValueSource"
23
25
27
28#endif // QQMLPROPERTYVALUESOURCE_H
The QQmlPropertyValueSource class is an interface for property value sources such as animations and b...
virtual void setTarget(const QQmlProperty &)=0
Set the target property for the value source.
The QQmlProperty class abstracts accessing properties on objects created from QML.
Combined button and popup list for selecting options.
#define Q_DECLARE_INTERFACE(IFace, IId)
Definition qobject.h:460
#define QQmlPropertyValueSource_iid