NCL Composer  0.1
moc_qnlygraphicsregion.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'qnlygraphicsregion.h'
00003 **
00004 ** Created: Thu Oct 4 20:33:14 2012
00005 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "../ui/view/qnlygraphicsregion.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qnlygraphicsregion.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 63
00014 #error "This file was generated using the moc from 4.8.1. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018 
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_QnlyGraphicsRegion[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       11,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        6,       // signalCount
00032 
00033  // signals: signature, parameters, type, tag, flags
00034       27,   20,   19,   19, 0x05,
00035       79,   72,   19,   19, 0x05,
00036      125,   72,   19,   19, 0x05,
00037      188,  170,   19,   19, 0x05,
00038      268,  253,   19,   19, 0x05,
00039      317,   19,   19,   19, 0x05,
00040 
00041  // slots: signature, parameters, type, tag, flags
00042      346,  339,   19,   19, 0x09,
00043      368,   19,   19,   19, 0x09,
00044      384,   19,   19,   19, 0x09,
00045      398,   19,   19,   19, 0x09,
00046      414,   19,   19,   19, 0x09,
00047 
00048        0        // eod
00049 };
00050 
00051 static const char qt_meta_stringdata_QnlyGraphicsRegion[] = {
00052     "QnlyGraphicsRegion\0\0parent\0"
00053     "regionAdditionRequested(QnlyGraphicsRegion*)\0"
00054     "region\0regionSelectionRequested(QnlyGraphicsRegion*)\0"
00055     "regionDeletionRequested(QnlyGraphicsRegion*)\0"
00056     "region,attributes\0"
00057     "regionChangeRequested(QnlyGraphicsRegion*,QMap<QString,QString>)\0"
00058     "mediaid,region\0"
00059     "dragMediaOverRegion(QString,QnlyGraphicsRegion*)\0"
00060     "regionbasePerformed()\0action\0"
00061     "performShow(QAction*)\0performRegion()\0"
00062     "performHide()\0performDelete()\0"
00063     "performExport()\0"
00064 };
00065 
00066 void QnlyGraphicsRegion::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00067 {
00068     if (_c == QMetaObject::InvokeMetaMethod) {
00069         Q_ASSERT(staticMetaObject.cast(_o));
00070         QnlyGraphicsRegion *_t = static_cast<QnlyGraphicsRegion *>(_o);
00071         switch (_id) {
00072         case 0: _t->regionAdditionRequested((*reinterpret_cast< QnlyGraphicsRegion*(*)>(_a[1]))); break;
00073         case 1: _t->regionSelectionRequested((*reinterpret_cast< QnlyGraphicsRegion*(*)>(_a[1]))); break;
00074         case 2: _t->regionDeletionRequested((*reinterpret_cast< QnlyGraphicsRegion*(*)>(_a[1]))); break;
00075         case 3: _t->regionChangeRequested((*reinterpret_cast< QnlyGraphicsRegion*(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2]))); break;
00076         case 4: _t->dragMediaOverRegion((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QnlyGraphicsRegion*(*)>(_a[2]))); break;
00077         case 5: _t->regionbasePerformed(); break;
00078         case 6: _t->performShow((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
00079         case 7: _t->performRegion(); break;
00080         case 8: _t->performHide(); break;
00081         case 9: _t->performDelete(); break;
00082         case 10: _t->performExport(); break;
00083         default: ;
00084         }
00085     }
00086 }
00087 
00088 const QMetaObjectExtraData QnlyGraphicsRegion::staticMetaObjectExtraData = {
00089     0,  qt_static_metacall 
00090 };
00091 
00092 const QMetaObject QnlyGraphicsRegion::staticMetaObject = {
00093     { &QObject::staticMetaObject, qt_meta_stringdata_QnlyGraphicsRegion,
00094       qt_meta_data_QnlyGraphicsRegion, &staticMetaObjectExtraData }
00095 };
00096 
00097 #ifdef Q_NO_DATA_RELOCATION
00098 const QMetaObject &QnlyGraphicsRegion::getStaticMetaObject() { return staticMetaObject; }
00099 #endif //Q_NO_DATA_RELOCATION
00100 
00101 const QMetaObject *QnlyGraphicsRegion::metaObject() const
00102 {
00103     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00104 }
00105 
00106 void *QnlyGraphicsRegion::qt_metacast(const char *_clname)
00107 {
00108     if (!_clname) return 0;
00109     if (!strcmp(_clname, qt_meta_stringdata_QnlyGraphicsRegion))
00110         return static_cast<void*>(const_cast< QnlyGraphicsRegion*>(this));
00111     if (!strcmp(_clname, "QGraphicsItem"))
00112         return static_cast< QGraphicsItem*>(const_cast< QnlyGraphicsRegion*>(this));
00113     if (!strcmp(_clname, "com.trolltech.Qt.QGraphicsItem"))
00114         return static_cast< QGraphicsItem*>(const_cast< QnlyGraphicsRegion*>(this));
00115     return QObject::qt_metacast(_clname);
00116 }
00117 
00118 int QnlyGraphicsRegion::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00119 {
00120     _id = QObject::qt_metacall(_c, _id, _a);
00121     if (_id < 0)
00122         return _id;
00123     if (_c == QMetaObject::InvokeMetaMethod) {
00124         if (_id < 11)
00125             qt_static_metacall(this, _c, _id, _a);
00126         _id -= 11;
00127     }
00128     return _id;
00129 }
00130 
00131 // SIGNAL 0
00132 void QnlyGraphicsRegion::regionAdditionRequested(QnlyGraphicsRegion * _t1)
00133 {
00134     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00135     QMetaObject::activate(this, &staticMetaObject, 0, _a);
00136 }
00137 
00138 // SIGNAL 1
00139 void QnlyGraphicsRegion::regionSelectionRequested(QnlyGraphicsRegion * _t1)
00140 {
00141     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00142     QMetaObject::activate(this, &staticMetaObject, 1, _a);
00143 }
00144 
00145 // SIGNAL 2
00146 void QnlyGraphicsRegion::regionDeletionRequested(QnlyGraphicsRegion * _t1)
00147 {
00148     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00149     QMetaObject::activate(this, &staticMetaObject, 2, _a);
00150 }
00151 
00152 // SIGNAL 3
00153 void QnlyGraphicsRegion::regionChangeRequested(QnlyGraphicsRegion * _t1, QMap<QString,QString> _t2)
00154 {
00155     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00156     QMetaObject::activate(this, &staticMetaObject, 3, _a);
00157 }
00158 
00159 // SIGNAL 4
00160 void QnlyGraphicsRegion::dragMediaOverRegion(QString _t1, QnlyGraphicsRegion * _t2)
00161 {
00162     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
00163     QMetaObject::activate(this, &staticMetaObject, 4, _a);
00164 }
00165 
00166 // SIGNAL 5
00167 void QnlyGraphicsRegion::regionbasePerformed()
00168 {
00169     QMetaObject::activate(this, &staticMetaObject, 5, 0);
00170 }
00171 QT_END_MOC_NAMESPACE
 All Classes Functions Variables