42 #ifndef QDECLARATIVEPROPERTYVALUEINTERCEPTOR_H 43 #define QDECLARATIVEPROPERTYVALUEINTERCEPTOR_H 45 #include <QtCore/qobject.h> 60 virtual void write(
const QVariant &value) = 0;
68 #endif // QDECLARATIVEPROPERTYVALUEINTERCEPTOR_H The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DECLARE_INTERFACE(IFace, IId)
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_EXPORT
The QDeclarativeProperty class abstracts accessing properties on objects created from QML...
The QDeclarativePropertyValueInterceptor class is inherited by property interceptors such as Behavior...