42 #ifndef QDECLARATIVEOPENMETAOBJECT_H 43 #define QDECLARATIVEOPENMETAOBJECT_H 45 #include <QtCore/QMetaObject> 46 #include <QtCore/QObject> 48 #include <private/qdeclarativerefcount_p.h> 49 #include <private/qdeclarativeglobal_p.h> 50 #include <private/qobject_p.h> 69 int propertyOffset()
const;
70 int signalOffset()
const;
92 void setValue(
int,
const QVariant &);
95 bool hasValue(
int)
const;
105 void setCached(
bool);
113 virtual void propertyRead(
int);
114 virtual void propertyWrite(
int);
115 virtual void propertyWritten(
int);
129 #endif // QDECLARATIVEOPENMETAOBJECT_H The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_PRIVATE_EXPORT
The QDeclarativeEngine class provides an environment for instantiating QML components.