Qt 4.8
|
The QDeclarativePropertyValueSource class is an interface for property value sources such as animations and bindings. More...
#include <qdeclarativepropertyvaluesource.h>
Public Functions | |
QDeclarativePropertyValueSource () | |
Constructs a QDeclarativePropertyValueSource. More... | |
virtual void | setTarget (const QDeclarativeProperty &)=0 |
Set the target property for the value source. More... | |
virtual | ~QDeclarativePropertyValueSource () |
Destroys the value source. More... | |
The QDeclarativePropertyValueSource 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.
Definition at line 54 of file qdeclarativepropertyvaluesource.h.
QDeclarativePropertyValueSource::QDeclarativePropertyValueSource | ( | ) |
Constructs a QDeclarativePropertyValueSource.
Definition at line 62 of file qdeclarativepropertyvaluesource.cpp.
|
virtual |
Destroys the value source.
Definition at line 69 of file qdeclarativepropertyvaluesource.cpp.
|
pure virtual |
Set the target property for the value source.
This method will be called by the QML engine when assigning a value source.
Implemented in QDeclarativeAbstractAnimation.