42 #ifndef QDECLARATIVEBEHAVIOR_H 43 #define QDECLARATIVEBEHAVIOR_H 45 #include "private/qdeclarativestate_p.h" 50 #include <QtCore/QAbstractAnimation> 76 virtual
void write(const
QVariant &value);
82 void setEnabled(
bool enabled);
85 void enabledChanged();
88 void componentFinalized();
98 #endif // QDECLARATIVEBEHAVIOR_H The QVariant class acts like a union for the most common Qt data types.
#define Q_CLASSINFO(name, value)
This macro associates extra information to the class, which is available using QObject::metaObject()...
#define QT_END_NAMESPACE
This macro expands to.
#define QML_DECLARE_TYPE(TYPE)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The State element defines configurations of objects and properties.
The QAbstractAnimation class is the base of all animations.
#define Q_DECLARATIVE_PRIVATE_EXPORT
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
The QDeclarativeProperty class abstracts accessing properties on objects created from QML...
#define Q_DECLARE_PRIVATE(Class)
The QDeclarativePropertyValueInterceptor class is inherited by property interceptors such as Behavior...