NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'NCLTextualViewPlugin.h' 00003 ** 00004 ** Created: Thu Oct 4 20:32:39 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/NCLTextualViewPlugin.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'NCLTextualViewPlugin.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_NCLTextualViewPlugin[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 17, 14, // methods 00027 0, 0, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 1, // signalCount 00032 00033 // signals: signature, parameters, type, tag, flags 00034 38, 22, 21, 21, 0x05, 00035 00036 // slots: signature, parameters, type, tag, flags 00037 93, 83, 21, 21, 0x0a, 00038 124, 83, 21, 21, 0x0a, 00039 175, 157, 21, 21, 0x0a, 00040 214, 208, 21, 21, 0x0a, 00041 251, 236, 21, 21, 0x0a, 00042 287, 21, 21, 21, 0x0a, 00043 305, 21, 21, 21, 0x0a, 00044 334, 21, 21, 21, 0x0a, 00045 366, 21, 21, 21, 0x0a, 00046 395, 388, 21, 21, 0x0a, 00047 434, 236, 21, 21, 0x0a, 00048 465, 21, 21, 21, 0x08, 00049 483, 21, 21, 21, 0x08, 00050 512, 21, 21, 21, 0x08, 00051 544, 21, 21, 21, 0x08, 00052 565, 559, 21, 21, 0x08, 00053 00054 0 // eod 00055 }; 00056 00057 static const char qt_meta_stringdata_NCLTextualViewPlugin[] = { 00058 "NCLTextualViewPlugin\0\0pluginID,entity\0" 00059 "TextualPluginHasAddedEntity(QString,Entity*)\0" 00060 "pluginID,\0onEntityAdded(QString,Entity*)\0" 00061 "onEntityChanged(QString,Entity*)\0" 00062 "pluginID,entityID\0onEntityRemoved(QString,QString)\0" 00063 "error\0errorMessage(QString)\0pluginID,param\0" 00064 "changeSelectedEntity(QString,void*)\0" 00065 "updateFromModel()\0incrementalUpdateFromModel()\0" 00066 "nonIncrementalUpdateFromModel()\0" 00067 "updateErrorMessages()\0,param\0" 00068 "clearValidationMessages(QString,void*)\0" 00069 "validationError(QString,void*)\0" 00070 "updateCoreModel()\0incrementalUpdateCoreModel()\0" 00071 "nonIncrementalUpdateCoreModel()\0" 00072 "syncFinished()\0event\0manageFocusLost(QFocusEvent*)\0" 00073 }; 00074 00075 void NCLTextualViewPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00076 { 00077 if (_c == QMetaObject::InvokeMetaMethod) { 00078 Q_ASSERT(staticMetaObject.cast(_o)); 00079 NCLTextualViewPlugin *_t = static_cast<NCLTextualViewPlugin *>(_o); 00080 switch (_id) { 00081 case 0: _t->TextualPluginHasAddedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00082 case 1: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00083 case 2: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00084 case 3: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; 00085 case 4: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break; 00086 case 5: _t->changeSelectedEntity((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break; 00087 case 6: _t->updateFromModel(); break; 00088 case 7: _t->incrementalUpdateFromModel(); break; 00089 case 8: _t->nonIncrementalUpdateFromModel(); break; 00090 case 9: _t->updateErrorMessages(); break; 00091 case 10: _t->clearValidationMessages((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break; 00092 case 11: _t->validationError((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< void*(*)>(_a[2]))); break; 00093 case 12: _t->updateCoreModel(); break; 00094 case 13: _t->incrementalUpdateCoreModel(); break; 00095 case 14: _t->nonIncrementalUpdateCoreModel(); break; 00096 case 15: _t->syncFinished(); break; 00097 case 16: _t->manageFocusLost((*reinterpret_cast< QFocusEvent*(*)>(_a[1]))); break; 00098 default: ; 00099 } 00100 } 00101 } 00102 00103 const QMetaObjectExtraData NCLTextualViewPlugin::staticMetaObjectExtraData = { 00104 0, qt_static_metacall 00105 }; 00106 00107 const QMetaObject NCLTextualViewPlugin::staticMetaObject = { 00108 { &IPlugin::staticMetaObject, qt_meta_stringdata_NCLTextualViewPlugin, 00109 qt_meta_data_NCLTextualViewPlugin, &staticMetaObjectExtraData } 00110 }; 00111 00112 #ifdef Q_NO_DATA_RELOCATION 00113 const QMetaObject &NCLTextualViewPlugin::getStaticMetaObject() { return staticMetaObject; } 00114 #endif //Q_NO_DATA_RELOCATION 00115 00116 const QMetaObject *NCLTextualViewPlugin::metaObject() const 00117 { 00118 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00119 } 00120 00121 void *NCLTextualViewPlugin::qt_metacast(const char *_clname) 00122 { 00123 if (!_clname) return 0; 00124 if (!strcmp(_clname, qt_meta_stringdata_NCLTextualViewPlugin)) 00125 return static_cast<void*>(const_cast< NCLTextualViewPlugin*>(this)); 00126 return IPlugin::qt_metacast(_clname); 00127 } 00128 00129 int NCLTextualViewPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00130 { 00131 _id = IPlugin::qt_metacall(_c, _id, _a); 00132 if (_id < 0) 00133 return _id; 00134 if (_c == QMetaObject::InvokeMetaMethod) { 00135 if (_id < 17) 00136 qt_static_metacall(this, _c, _id, _a); 00137 _id -= 17; 00138 } 00139 return _id; 00140 } 00141 00142 // SIGNAL 0 00143 void NCLTextualViewPlugin::TextualPluginHasAddedEntity(QString _t1, Entity * _t2) 00144 { 00145 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; 00146 QMetaObject::activate(this, &staticMetaObject, 0, _a); 00147 } 00148 QT_END_MOC_NAMESPACE