QQmlPropertyValueSource Class

The QQmlPropertyValueSource class is an interface for property value sources such as animations and bindings. More...

Header: #include <QQmlPropertyValueSource>
qmake: QT += qml

Public Functions

QQmlPropertyValueSource()
virtual ~QQmlPropertyValueSource()
virtual void setTarget(const QQmlProperty &) = 0

Detailed Description

The QQmlPropertyValueSource class is an interface for property value sources such as animations and bindings.

See Property Value Sources for information on writing custom property value sources.

Member Type Documentation

Property Documentation

Member Function Documentation

QQmlPropertyValueSource::QQmlPropertyValueSource()

Constructs a QQmlPropertyValueSource.

[virtual] QQmlPropertyValueSource::~QQmlPropertyValueSource()

Destroys the value source.

[pure virtual] void QQmlPropertyValueSource::setTarget(const QQmlProperty &)

Member Variable Documentation

Related Non-Members

Macro Documentation