123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- /****************************************************************************
- ** Meta object code from reading C++ file 'cardimageitem.h'
- **
- ** Created: Sun 3. Jun 16:41:58 2012
- ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
- #include "../cardimageitem.h"
- #include <QtCore/qmetatype.h>
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'cardimageitem.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 62
- #error "This file was generated using the moc from 4.7.4. It"
- #error "cannot be used with the include files from this version of Qt."
- #error "(The moc has changed too much.)"
- #endif
- QT_BEGIN_MOC_NAMESPACE
- static const uint qt_meta_data_CardImageItem[] = {
- // content:
- 5, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 7, 14, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 0, // signalCount
- // properties: name, type, flags
- 20, 14, (QMetaType::QReal << 24) | 0x00095103,
- 22, 14, (QMetaType::QReal << 24) | 0x00095103,
- 24, 14, (QMetaType::QReal << 24) | 0x00095103,
- 30, 14, (QMetaType::QReal << 24) | 0x00095103,
- 39, 14, (QMetaType::QReal << 24) | 0x00095001,
- 45, 14, (QMetaType::QReal << 24) | 0x00095001,
- 59, 52, 0x43095103,
- 0 // eod
- };
- static const char qt_meta_stringdata_CardImageItem[] = {
- "CardImageItem\0qreal\0x\0y\0scale\0rotation\0"
- "width\0height\0QColor\0color\0"
- };
- const QMetaObject CardImageItem::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_CardImageItem,
- qt_meta_data_CardImageItem, 0 }
- };
- #ifdef Q_NO_DATA_RELOCATION
- const QMetaObject &CardImageItem::getStaticMetaObject() { return staticMetaObject; }
- #endif //Q_NO_DATA_RELOCATION
- const QMetaObject *CardImageItem::metaObject() const
- {
- return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
- }
- void *CardImageItem::qt_metacast(const char *_clname)
- {
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_CardImageItem))
- return static_cast<void*>(const_cast< CardImageItem*>(this));
- if (!strcmp(_clname, "QGraphicsPixmapItem"))
- return static_cast< QGraphicsPixmapItem*>(const_cast< CardImageItem*>(this));
- return QObject::qt_metacast(_clname);
- }
- int CardImageItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
- {
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
-
- #ifndef QT_NO_PROPERTIES
- if (_c == QMetaObject::ReadProperty) {
- void *_v = _a[0];
- switch (_id) {
- case 0: *reinterpret_cast< qreal*>(_v) = x(); break;
- case 1: *reinterpret_cast< qreal*>(_v) = y(); break;
- case 2: *reinterpret_cast< qreal*>(_v) = scale(); break;
- case 3: *reinterpret_cast< qreal*>(_v) = rotation(); break;
- case 4: *reinterpret_cast< qreal*>(_v) = width(); break;
- case 5: *reinterpret_cast< qreal*>(_v) = height(); break;
- case 6: *reinterpret_cast< QColor*>(_v) = color(); break;
- }
- _id -= 7;
- } else if (_c == QMetaObject::WriteProperty) {
- void *_v = _a[0];
- switch (_id) {
- case 0: setX(*reinterpret_cast< qreal*>(_v)); break;
- case 1: setY(*reinterpret_cast< qreal*>(_v)); break;
- case 2: setScale(*reinterpret_cast< qreal*>(_v)); break;
- case 3: setRotation(*reinterpret_cast< qreal*>(_v)); break;
- case 6: setColor(*reinterpret_cast< QColor*>(_v)); break;
- }
- _id -= 7;
- } else if (_c == QMetaObject::ResetProperty) {
- _id -= 7;
- } else if (_c == QMetaObject::QueryPropertyDesignable) {
- _id -= 7;
- } else if (_c == QMetaObject::QueryPropertyScriptable) {
- _id -= 7;
- } else if (_c == QMetaObject::QueryPropertyStored) {
- _id -= 7;
- } else if (_c == QMetaObject::QueryPropertyEditable) {
- _id -= 7;
- } else if (_c == QMetaObject::QueryPropertyUser) {
- _id -= 7;
- }
- #endif // QT_NO_PROPERTIES
- return _id;
- }
- QT_END_MOC_NAMESPACE
|