NCL Composer  0.1
moc_qnlycomposerplugin.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'qnlycomposerplugin.h'
00003 **
00004 ** Created: Thu Oct 4 20:33:11 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 "../qnlycomposerplugin.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qnlycomposerplugin.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_QnlyComposerPlugin[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       23,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        0,       // signalCount
00032 
00033  // slots: signature, parameters, type, tag, flags
00034       36,   20,   19,   19, 0x0a,
00035       73,   67,   19,   19, 0x0a,
00036       95,   20,   19,   19, 0x0a,
00037      146,  128,   19,   19, 0x0a,
00038      198,  179,   19,   19, 0x0a,
00039      234,   19,   19,   19, 0x0a,
00040      259,  252,   19,   19, 0x09,
00041      294,  284,   19,   19, 0x09,
00042      324,  252,   19,   19, 0x09,
00043      352,  284,   19,   19, 0x09,
00044      380,  252,   19,   19, 0x09,
00045      409,  284,   19,   19, 0x09,
00046      443,  252,   19,   19, 0x09,
00047      475,  284,   19,   19, 0x09,
00048      552,  507,   19,   19, 0x09,
00049      633,  609,   19,   19, 0x09,
00050      698,  663,   19,   19, 0x09,
00051      750,  609,   19,   19, 0x09,
00052      805,  780,   19,   19, 0x09,
00053      864,  850,   19,   19, 0x09,
00054      890,  780,   19,   19, 0x09,
00055      938,  850,   19,   19, 0x09,
00056      982,  964,   19,   19, 0x09,
00057 
00058        0        // eod
00059 };
00060 
00061 static const char qt_meta_stringdata_QnlyComposerPlugin[] = {
00062     "QnlyComposerPlugin\0\0pluginID,entity\0"
00063     "onEntityAdded(QString,Entity*)\0error\0"
00064     "errorMessage(QString)\0"
00065     "onEntityChanged(QString,Entity*)\0"
00066     "pluginID,entityID\0onEntityRemoved(QString,QString)\0"
00067     "pluginID,entityUID\0"
00068     "changeSelectedEntity(QString,void*)\0"
00069     "updateFromModel()\0entity\0"
00070     "addRegionToView(Entity*)\0entityUID\0"
00071     "removeRegionFromView(QString)\0"
00072     "changeRegionInView(Entity*)\0"
00073     "selectRegionInView(QString)\0"
00074     "addRegionBaseToView(Entity*)\0"
00075     "removeRegionBaseFromView(QString)\0"
00076     "changeRegionBaseInView(Entity*)\0"
00077     "selectRegionBaseInView(QString)\0"
00078     "regionUID,parentUID,regionbaseUID,attributes\0"
00079     "addRegion(QString,QString,QString,QMap<QString,QString>)\0"
00080     "regionUID,regionbaseUID\0"
00081     "removeRegion(QString,QString)\0"
00082     "regionUID,regionbaseUID,attributes\0"
00083     "changeRegion(QString,QString,QMap<QString,QString>)\0"
00084     "selectRegion(QString,QString)\0"
00085     "regionbaseUID,attributes\0"
00086     "addRegionBase(QString,QMap<QString,QString>)\0"
00087     "regionbaseUID\0removeRegionBase(QString)\0"
00088     "changeRegionBase(QString,QMap<QString,QString>)\0"
00089     "selectRegionBase(QString)\0mediaId,regionUID\0"
00090     "performMediaOverRegionAction(QString,QString)\0"
00091 };
00092 
00093 void QnlyComposerPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00094 {
00095     if (_c == QMetaObject::InvokeMetaMethod) {
00096         Q_ASSERT(staticMetaObject.cast(_o));
00097         QnlyComposerPlugin *_t = static_cast<QnlyComposerPlugin *>(_o);
00098         switch (_id) {
00099         case 0: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00100         case 1: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break;
00101         case 2: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00102         case 3: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
00103         case 4: _t->changeSelectedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00104         case 5: _t->updateFromModel(); break;
00105         case 6: _t->addRegionToView((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00106         case 7: _t->removeRegionFromView((*reinterpret_cast< QString(*)>(_a[1]))); break;
00107         case 8: _t->changeRegionInView((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00108         case 9: _t->selectRegionInView((*reinterpret_cast< QString(*)>(_a[1]))); break;
00109         case 10: _t->addRegionBaseToView((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00110         case 11: _t->removeRegionBaseFromView((*reinterpret_cast< QString(*)>(_a[1]))); break;
00111         case 12: _t->changeRegionBaseInView((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00112         case 13: _t->selectRegionBaseInView((*reinterpret_cast< QString(*)>(_a[1]))); break;
00113         case 14: _t->addRegion((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QString(*)>(_a[3])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[4]))); break;
00114         case 15: _t->removeRegion((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
00115         case 16: _t->changeRegion((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[3]))); break;
00116         case 17: _t->selectRegion((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
00117         case 18: _t->addRegionBase((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[2]))); break;
00118         case 19: _t->removeRegionBase((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00119         case 20: _t->changeRegionBase((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[2]))); break;
00120         case 21: _t->selectRegionBase((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00121         case 22: _t->performMediaOverRegionAction((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
00122         default: ;
00123         }
00124     }
00125 }
00126 
00127 const QMetaObjectExtraData QnlyComposerPlugin::staticMetaObjectExtraData = {
00128     0,  qt_static_metacall 
00129 };
00130 
00131 const QMetaObject QnlyComposerPlugin::staticMetaObject = {
00132     { &IPlugin::staticMetaObject, qt_meta_stringdata_QnlyComposerPlugin,
00133       qt_meta_data_QnlyComposerPlugin, &staticMetaObjectExtraData }
00134 };
00135 
00136 #ifdef Q_NO_DATA_RELOCATION
00137 const QMetaObject &QnlyComposerPlugin::getStaticMetaObject() { return staticMetaObject; }
00138 #endif //Q_NO_DATA_RELOCATION
00139 
00140 const QMetaObject *QnlyComposerPlugin::metaObject() const
00141 {
00142     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00143 }
00144 
00145 void *QnlyComposerPlugin::qt_metacast(const char *_clname)
00146 {
00147     if (!_clname) return 0;
00148     if (!strcmp(_clname, qt_meta_stringdata_QnlyComposerPlugin))
00149         return static_cast<void*>(const_cast< QnlyComposerPlugin*>(this));
00150     return IPlugin::qt_metacast(_clname);
00151 }
00152 
00153 int QnlyComposerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00154 {
00155     _id = IPlugin::qt_metacall(_c, _id, _a);
00156     if (_id < 0)
00157         return _id;
00158     if (_c == QMetaObject::InvokeMetaMethod) {
00159         if (_id < 23)
00160             qt_static_metacall(this, _c, _id, _a);
00161         _id -= 23;
00162     }
00163     return _id;
00164 }
00165 QT_END_MOC_NAMESPACE
 All Classes Functions Variables