42 #ifndef QDECLARATIVEFLIPABLE_H 43 #define QDECLARATIVEFLIPABLE_H 47 #include <QtCore/QObject> 48 #include <QtGui/QTransform> 49 #include <QtGui/qvector3d.h> 75 QGraphicsObject *back();
76 void setBack(QGraphicsObject *);
87 void retransformBack();
100 #endif // QDECLARATIVEFLIPABLE_H #define QT_END_NAMESPACE
This macro expands to.
QScopedPointer< QGraphicsItemPrivate > d_ptr
#define QML_DECLARE_TYPE(TYPE)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeItem class provides the most basic of all visual items in QML.
QVariant data(int key) const
Returns this item's custom data for the key key as a QVariant.
#define Q_DECLARE_PRIVATE_D(Dptr, Class)
#define Q_AUTOTEST_EXPORT
The QGraphicsObject class provides a base class for all graphics items that require signals...