NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'PropertiesViewPlugin.h' 00003 ** 00004 ** Created: Thu Oct 4 20:32:55 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/PropertiesViewPlugin.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'PropertiesViewPlugin.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_PropertiesViewPlugin[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 9, 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 32, 22, 21, 21, 0x0a, 00035 63, 22, 21, 21, 0x0a, 00036 114, 96, 21, 21, 0x0a, 00037 153, 147, 21, 21, 0x0a, 00038 175, 22, 21, 21, 0x0a, 00039 226, 211, 21, 21, 0x0a, 00040 270, 257, 21, 21, 0x08, 00041 299, 21, 21, 21, 0x28, 00042 332, 321, 21, 21, 0x08, 00043 00044 0 // eod 00045 }; 00046 00047 static const char qt_meta_stringdata_PropertiesViewPlugin[] = { 00048 "PropertiesViewPlugin\0\0pluginID,\0" 00049 "onEntityAdded(QString,Entity*)\0" 00050 "onEntityChanged(QString,Entity*)\0" 00051 "pluginID,entityID\0onEntityRemoved(QString,QString)\0" 00052 "error\0errorMessage(QString)\0" 00053 "changeSelectedEntity(QString,void*)\0" 00054 "pluginID,param\0validationError(QString,void*)\0" 00055 "errorMessage\0updateCurrentEntity(QString)\0" 00056 "updateCurrentEntity()\0attr,value\0" 00057 "updateCurrentEntityAttr(QString,QString)\0" 00058 }; 00059 00060 void PropertiesViewPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00061 { 00062 if (_c == QMetaObject::InvokeMetaMethod) { 00063 Q_ASSERT(staticMetaObject.cast(_o)); 00064 PropertiesViewPlugin *_t = static_cast<PropertiesViewPlugin *>(_o); 00065 switch (_id) { 00066 case 0: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00067 case 1: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00068 case 2: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; 00069 case 3: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break; 00070 case 4: _t->changeSelectedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break; 00071 case 5: _t->validationError((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break; 00072 case 6: _t->updateCurrentEntity((*reinterpret_cast< QString(*)>(_a[1]))); break; 00073 case 7: _t->updateCurrentEntity(); break; 00074 case 8: _t->updateCurrentEntityAttr((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; 00075 default: ; 00076 } 00077 } 00078 } 00079 00080 const QMetaObjectExtraData PropertiesViewPlugin::staticMetaObjectExtraData = { 00081 0, qt_static_metacall 00082 }; 00083 00084 const QMetaObject PropertiesViewPlugin::staticMetaObject = { 00085 { &IPlugin::staticMetaObject, qt_meta_stringdata_PropertiesViewPlugin, 00086 qt_meta_data_PropertiesViewPlugin, &staticMetaObjectExtraData } 00087 }; 00088 00089 #ifdef Q_NO_DATA_RELOCATION 00090 const QMetaObject &PropertiesViewPlugin::getStaticMetaObject() { return staticMetaObject; } 00091 #endif //Q_NO_DATA_RELOCATION 00092 00093 const QMetaObject *PropertiesViewPlugin::metaObject() const 00094 { 00095 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00096 } 00097 00098 void *PropertiesViewPlugin::qt_metacast(const char *_clname) 00099 { 00100 if (!_clname) return 0; 00101 if (!strcmp(_clname, qt_meta_stringdata_PropertiesViewPlugin)) 00102 return static_cast<void*>(const_cast< PropertiesViewPlugin*>(this)); 00103 return IPlugin::qt_metacast(_clname); 00104 } 00105 00106 int PropertiesViewPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00107 { 00108 _id = IPlugin::qt_metacall(_c, _id, _a); 00109 if (_id < 0) 00110 return _id; 00111 if (_c == QMetaObject::InvokeMetaMethod) { 00112 if (_id < 9) 00113 qt_static_metacall(this, _c, _id, _a); 00114 _id -= 9; 00115 } 00116 return _id; 00117 } 00118 QT_END_MOC_NAMESPACE