NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'DebugConsolePlugin.h' 00003 ** 00004 ** Created: Thu Oct 4 20:32:46 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/DebugConsolePlugin.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'DebugConsolePlugin.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_DebugConsolePlugin[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 5, 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 24, 20, 19, 19, 0x0a, 00035 55, 20, 19, 19, 0x0a, 00036 100, 88, 19, 19, 0x0a, 00037 139, 133, 19, 19, 0x0a, 00038 161, 19, 19, 19, 0x0a, 00039 00040 0 // eod 00041 }; 00042 00043 static const char qt_meta_stringdata_DebugConsolePlugin[] = { 00044 "DebugConsolePlugin\0\0ID,\0" 00045 "onEntityAdded(QString,Entity*)\0" 00046 "onEntityChanged(QString,Entity*)\0" 00047 "ID,entityID\0onEntityRemoved(QString,QString)\0" 00048 "error\0errorMessage(QString)\0sendToAll()\0" 00049 }; 00050 00051 void DebugConsolePlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00052 { 00053 if (_c == QMetaObject::InvokeMetaMethod) { 00054 Q_ASSERT(staticMetaObject.cast(_o)); 00055 DebugConsolePlugin *_t = static_cast<DebugConsolePlugin *>(_o); 00056 switch (_id) { 00057 case 0: _t->onEntityAdded((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00058 case 1: _t->onEntityChanged((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< Entity*(*)>(_a[2]))); break; 00059 case 2: _t->onEntityRemoved((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; 00060 case 3: _t->errorMessage((*reinterpret_cast< QString(*)>(_a[1]))); break; 00061 case 4: _t->sendToAll(); break; 00062 default: ; 00063 } 00064 } 00065 } 00066 00067 const QMetaObjectExtraData DebugConsolePlugin::staticMetaObjectExtraData = { 00068 0, qt_static_metacall 00069 }; 00070 00071 const QMetaObject DebugConsolePlugin::staticMetaObject = { 00072 { &IPlugin::staticMetaObject, qt_meta_stringdata_DebugConsolePlugin, 00073 qt_meta_data_DebugConsolePlugin, &staticMetaObjectExtraData } 00074 }; 00075 00076 #ifdef Q_NO_DATA_RELOCATION 00077 const QMetaObject &DebugConsolePlugin::getStaticMetaObject() { return staticMetaObject; } 00078 #endif //Q_NO_DATA_RELOCATION 00079 00080 const QMetaObject *DebugConsolePlugin::metaObject() const 00081 { 00082 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00083 } 00084 00085 void *DebugConsolePlugin::qt_metacast(const char *_clname) 00086 { 00087 if (!_clname) return 0; 00088 if (!strcmp(_clname, qt_meta_stringdata_DebugConsolePlugin)) 00089 return static_cast<void*>(const_cast< DebugConsolePlugin*>(this)); 00090 return IPlugin::qt_metacast(_clname); 00091 } 00092 00093 int DebugConsolePlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00094 { 00095 _id = IPlugin::qt_metacall(_c, _id, _a); 00096 if (_id < 0) 00097 return _id; 00098 if (_c == QMetaObject::InvokeMetaMethod) { 00099 if (_id < 5) 00100 qt_static_metacall(this, _c, _id, _a); 00101 _id -= 5; 00102 } 00103 return _id; 00104 } 00105 QT_END_MOC_NAMESPACE