NCL Composer  0.1
moc_qnstcomposerplugin.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'qnstcomposerplugin.h'
00003 **
00004 ** Created: Thu Oct 4 20:34:21 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 "../qnstcomposerplugin.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'qnstcomposerplugin.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_QnstComposerPlugin[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       18,   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       20,   19,   19,   19, 0x0a,
00035       54,   38,   19,   19, 0x0a,
00036       91,   85,   19,   19, 0x0a,
00037      113,   38,   19,   19, 0x0a,
00038      164,  146,   19,   19, 0x0a,
00039      216,  197,   19,   19, 0x0a,
00040      259,  252,   19,   19, 0x0a,
00041      290,  252,   19,   19, 0x0a,
00042      321,  252,   19,   19, 0x0a,
00043      350,  252,   19,   19, 0x0a,
00044      404,  382,   19,   19, 0x0a,
00045      469,  465,   19,   19, 0x0a,
00046      515,  500,   19,   19, 0x0a,
00047      566,  465,   19,   19, 0x0a,
00048      613,  598,   19,   19, 0x0a,
00049      649,  598,   19,   19, 0x0a,
00050      682,  680,   19,   19, 0x0a,
00051      714,  680,   19,   19, 0x0a,
00052 
00053        0        // eod
00054 };
00055 
00056 static const char qt_meta_stringdata_QnstComposerPlugin[] = {
00057     "QnstComposerPlugin\0\0updateFromModel()\0"
00058     "pluginID,entity\0onEntityAdded(QString,Entity*)\0"
00059     "error\0errorMessage(QString)\0"
00060     "onEntityChanged(QString,Entity*)\0"
00061     "pluginID,entityID\0onEntityRemoved(QString,QString)\0"
00062     "pluginID,entityUID\0"
00063     "changeSelectedEntity(QString,void*)\0"
00064     "entity\0requestEntityAddition(Entity*)\0"
00065     "requestEntityRemotion(Entity*)\0"
00066     "requestEntityChange(Entity*)\0"
00067     "requestEntitySelection(Entity*)\0"
00068     "uid,parent,properties\0"
00069     "requestEntityAddition(QString,QString,QMap<QString,QString>)\0"
00070     "uid\0requestEntityRemotion(QString)\0"
00071     "uid,properties\0"
00072     "requestEntityChange(QString,QMap<QString,QString>)\0"
00073     "requestEntitySelection(QString)\0"
00074     "pluginID,param\0clearValidationError(QString,void*)\0"
00075     "validationError(QString,void*)\0,\0"
00076     "textualStartSync(QString,void*)\0"
00077     "textualFinishSync(QString,void*)\0"
00078 };
00079 
00080 void QnstComposerPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00081 {
00082     if (_c == QMetaObject::InvokeMetaMethod) {
00083         Q_ASSERT(staticMetaObject.cast(_o));
00084         QnstComposerPlugin *_t = static_cast<QnstComposerPlugin *>(_o);
00085         switch (_id) {
00086         case 0: _t->updateFromModel(); break;
00087         case 1: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00088         case 2: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break;
00089         case 3: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00090         case 4: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
00091         case 5: _t->changeSelectedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00092         case 6: _t->requestEntityAddition((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00093         case 7: _t->requestEntityRemotion((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00094         case 8: _t->requestEntityChange((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00095         case 9: _t->requestEntitySelection((*reinterpret_cast< Entity*(*)>(_a[1]))); break;
00096         case 10: _t->requestEntityAddition((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[3]))); break;
00097         case 11: _t->requestEntityRemotion((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00098         case 12: _t->requestEntityChange((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QMap<QString,QString>(*)>(_a[2]))); break;
00099         case 13: _t->requestEntitySelection((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00100         case 14: _t->clearValidationError((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00101         case 15: _t->validationError((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00102         case 16: _t->textualStartSync((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00103         case 17: _t->textualFinishSync((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00104         default: ;
00105         }
00106     }
00107 }
00108 
00109 const QMetaObjectExtraData QnstComposerPlugin::staticMetaObjectExtraData = {
00110     0,  qt_static_metacall 
00111 };
00112 
00113 const QMetaObject QnstComposerPlugin::staticMetaObject = {
00114     { &IPlugin::staticMetaObject, qt_meta_stringdata_QnstComposerPlugin,
00115       qt_meta_data_QnstComposerPlugin, &staticMetaObjectExtraData }
00116 };
00117 
00118 #ifdef Q_NO_DATA_RELOCATION
00119 const QMetaObject &QnstComposerPlugin::getStaticMetaObject() { return staticMetaObject; }
00120 #endif //Q_NO_DATA_RELOCATION
00121 
00122 const QMetaObject *QnstComposerPlugin::metaObject() const
00123 {
00124     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00125 }
00126 
00127 void *QnstComposerPlugin::qt_metacast(const char *_clname)
00128 {
00129     if (!_clname) return 0;
00130     if (!strcmp(_clname, qt_meta_stringdata_QnstComposerPlugin))
00131         return static_cast<void*>(const_cast< QnstComposerPlugin*>(this));
00132     return IPlugin::qt_metacast(_clname);
00133 }
00134 
00135 int QnstComposerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00136 {
00137     _id = IPlugin::qt_metacall(_c, _id, _a);
00138     if (_id < 0)
00139         return _id;
00140     if (_c == QMetaObject::InvokeMetaMethod) {
00141         if (_id < 18)
00142             qt_static_metacall(this, _c, _id, _a);
00143         _id -= 18;
00144     }
00145     return _id;
00146 }
00147 QT_END_MOC_NAMESPACE
 All Classes Functions Variables