NCL Composer  0.1
moc_OutlineViewPlugin.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'OutlineViewPlugin.h'
00003 **
00004 ** Created: Thu Oct 4 20:29:50 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 "../include/OutlineViewPlugin.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'OutlineViewPlugin.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_OutlineViewPlugin[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       14,   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       29,   19,   18,   18, 0x0a,
00035       64,   60,   18,   18, 0x0a,
00036      109,   97,   18,   18, 0x0a,
00037      142,   18,   18,   18, 0x0a,
00038      166,  160,   18,   18, 0x0a,
00039      202,  188,   18,   18, 0x0a,
00040      253,  238,   18,   18, 0x0a,
00041      291,  289,   18,   18, 0x0a,
00042      323,  289,   18,   18, 0x0a,
00043      371,  356,   18,   18, 0x0a,
00044      402,   18,   18,   18, 0x0a,
00045      426,  423,   18,   18, 0x08,
00046      481,  456,   18,   18, 0x08,
00047      545,   18,   18,   18, 0x08,
00048 
00049        0        // eod
00050 };
00051 
00052 static const char qt_meta_stringdata_OutlineViewPlugin[] = {
00053     "OutlineViewPlugin\0\0pluginID,\0"
00054     "onEntityAdded(QString,Entity*)\0ID,\0"
00055     "onEntityChanged(QString,Entity*)\0"
00056     "ID,entityID\0onEntityRemoved(QString,QString)\0"
00057     "updateFromModel()\0error\0errorMessage(QString)\0"
00058     "pluginIDm,obj\0debugHasSendClearAll(QString,void*)\0"
00059     "pluginId,param\0changeSelectedEntity(QString,void*)\0"
00060     ",\0textualStartSync(QString,void*)\0"
00061     "textualFinishSync(QString,void*)\0"
00062     "pluginID,param\0validationError(QString,void*)\0"
00063     "clearErrorMessages()\0id\0"
00064     "elementRemovedByUser(QString)\0"
00065     "type,parentId,atts,force\0"
00066     "elementAddedByUser(QString,QString,QMap<QString,QString>&,bool)\0"
00067     "itemSelectionChanged()\0"
00068 };
00069 
00070 void OutlineViewPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00071 {
00072     if (_c == QMetaObject::InvokeMetaMethod) {
00073         Q_ASSERT(staticMetaObject.cast(_o));
00074         OutlineViewPlugin *_t = static_cast<OutlineViewPlugin *>(_o);
00075         switch (_id) {
00076         case 0: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00077         case 1: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break;
00078         case 2: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
00079         case 3: _t->updateFromModel(); break;
00080         case 4: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break;
00081         case 5: _t->debugHasSendClearAll((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00082         case 6: _t->changeSelectedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00083         case 7: _t->textualStartSync((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00084         case 8: _t->textualFinishSync((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00085         case 9: _t->validationError((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break;
00086         case 10: _t->clearErrorMessages(); break;
00087         case 11: _t->elementRemovedByUser((*reinterpret_cast< QString(*)>(_a[1]))); break;
00088         case 12: _t->elementAddedByUser((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3])),(*reinterpret_cast< bool(*)>(_a[4]))); break;
00089         case 13: _t->itemSelectionChanged(); break;
00090         default: ;
00091         }
00092     }
00093 }
00094 
00095 const QMetaObjectExtraData OutlineViewPlugin::staticMetaObjectExtraData = {
00096     0,  qt_static_metacall 
00097 };
00098 
00099 const QMetaObject OutlineViewPlugin::staticMetaObject = {
00100     { &IPlugin::staticMetaObject, qt_meta_stringdata_OutlineViewPlugin,
00101       qt_meta_data_OutlineViewPlugin, &staticMetaObjectExtraData }
00102 };
00103 
00104 #ifdef Q_NO_DATA_RELOCATION
00105 const QMetaObject &OutlineViewPlugin::getStaticMetaObject() { return staticMetaObject; }
00106 #endif //Q_NO_DATA_RELOCATION
00107 
00108 const QMetaObject *OutlineViewPlugin::metaObject() const
00109 {
00110     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00111 }
00112 
00113 void *OutlineViewPlugin::qt_metacast(const char *_clname)
00114 {
00115     if (!_clname) return 0;
00116     if (!strcmp(_clname, qt_meta_stringdata_OutlineViewPlugin))
00117         return static_cast<void*>(const_cast< OutlineViewPlugin*>(this));
00118     return IPlugin::qt_metacast(_clname);
00119 }
00120 
00121 int OutlineViewPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00122 {
00123     _id = IPlugin::qt_metacall(_c, _id, _a);
00124     if (_id < 0)
00125         return _id;
00126     if (_c == QMetaObject::InvokeMetaMethod) {
00127         if (_id < 14)
00128             qt_static_metacall(this, _c, _id, _a);
00129         _id -= 14;
00130     }
00131     return _id;
00132 }
00133 QT_END_MOC_NAMESPACE
 All Classes Functions Variables