42 #ifndef QDECLARATIVEREPEATER_H 43 #define QDECLARATIVEREPEATER_H 79 void delegateChanged();
90 virtual
void componentComplete();
94 void itemsInserted(
int,
int);
95 void itemsRemoved(
int,
int);
96 void itemsMoved(
int,
int,
int);
110 #endif // QDECLARATIVEREPEATER_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 QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
static void clear(QVariant::Private *d)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
GraphicsItemChange
This enum describes the state changes that are notified by QGraphicsItem::itemChange().
QDeclarativeComponent * delegate
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeComponent class encapsulates a QML component definition.
The QDeclarativeItem class provides the most basic of all visual items in QML.
static const char * data(const QByteArray &arr)
#define Q_DECLARE_PRIVATE_D(Dptr, Class)
#define Q_AUTOTEST_EXPORT