NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'qnstgraphicsentity.h' 00003 ** 00004 ** Created: Thu Oct 4 20:34:29 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 "../ui/view/qnstgraphicsentity.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'qnstgraphicsentity.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_QnstGraphicsEntity[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 19, 14, // methods 00027 0, 0, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 16, // signalCount 00032 00033 // signals: signature, parameters, type, tag, flags 00034 27, 20, 19, 19, 0x05, 00035 60, 20, 19, 19, 0x05, 00036 95, 20, 19, 19, 0x05, 00037 148, 130, 19, 19, 0x05, 00038 211, 20, 19, 19, 0x05, 00039 247, 19, 19, 19, 0x05, 00040 263, 19, 19, 19, 0x05, 00041 279, 19, 19, 19, 0x05, 00042 294, 19, 19, 19, 0x05, 00043 310, 19, 19, 19, 0x05, 00044 327, 19, 19, 19, 0x05, 00045 345, 19, 19, 19, 0x05, 00046 363, 19, 19, 19, 0x05, 00047 381, 19, 19, 19, 0x05, 00048 400, 19, 19, 19, 0x05, 00049 421, 19, 19, 19, 0x05, 00050 00051 // slots: signature, parameters, type, tag, flags 00052 443, 19, 19, 19, 0x09, 00053 476, 465, 19, 19, 0x09, 00054 524, 19, 19, 19, 0x09, 00055 00056 0 // eod 00057 }; 00058 00059 static const char qt_meta_stringdata_QnstGraphicsEntity[] = { 00060 "QnstGraphicsEntity\0\0entity\0" 00061 "entityAdded(QnstGraphicsEntity*)\0" 00062 "entityRemoved(QnstGraphicsEntity*)\0" 00063 "entityChanged(QnstGraphicsEntity*)\0" 00064 "entity,properties\0" 00065 "entityAboutToChange(QnstGraphicsEntity*,QMap<QString,QString>)\0" 00066 "entitySelected(QnstGraphicsEntity*)\0" 00067 "undoRequested()\0redoRequested()\0" 00068 "cutRequested()\0copyRequested()\0" 00069 "pasteRequested()\0deleteRequested()\0" 00070 "exportRequested()\0zoominRequested()\0" 00071 "zoomoutRequested()\0zoomresetRequested()\0" 00072 "fullscreenRequested()\0requestEntityChange()\0" 00073 "properties\0requestEntityPreparation(QMap<QString,QString>)\0" 00074 "requestEntitySelection()\0" 00075 }; 00076 00077 void QnstGraphicsEntity::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00078 { 00079 if (_c == QMetaObject::InvokeMetaMethod) { 00080 Q_ASSERT(staticMetaObject.cast(_o)); 00081 QnstGraphicsEntity *_t = static_cast<QnstGraphicsEntity *>(_o); 00082 switch (_id) { 00083 case 0: _t->entityAdded((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break; 00084 case 1: _t->entityRemoved((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break; 00085 case 2: _t->entityChanged((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break; 00086 case 3: _t->entityAboutToChange((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2]))); break; 00087 case 4: _t->entitySelected((*reinterpret_cast< QnstGraphicsEntity*(*)>(_a[1]))); break; 00088 case 5: _t->undoRequested(); break; 00089 case 6: _t->redoRequested(); break; 00090 case 7: _t->cutRequested(); break; 00091 case 8: _t->copyRequested(); break; 00092 case 9: _t->pasteRequested(); break; 00093 case 10: _t->deleteRequested(); break; 00094 case 11: _t->exportRequested(); break; 00095 case 12: _t->zoominRequested(); break; 00096 case 13: _t->zoomoutRequested(); break; 00097 case 14: _t->zoomresetRequested(); break; 00098 case 15: _t->fullscreenRequested(); break; 00099 case 16: _t->requestEntityChange(); break; 00100 case 17: _t->requestEntityPreparation((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break; 00101 case 18: _t->requestEntitySelection(); break; 00102 default: ; 00103 } 00104 } 00105 } 00106 00107 const QMetaObjectExtraData QnstGraphicsEntity::staticMetaObjectExtraData = { 00108 0, qt_static_metacall 00109 }; 00110 00111 const QMetaObject QnstGraphicsEntity::staticMetaObject = { 00112 { &QncgGraphicsEntity::staticMetaObject, qt_meta_stringdata_QnstGraphicsEntity, 00113 qt_meta_data_QnstGraphicsEntity, &staticMetaObjectExtraData } 00114 }; 00115 00116 #ifdef Q_NO_DATA_RELOCATION 00117 const QMetaObject &QnstGraphicsEntity::getStaticMetaObject() { return staticMetaObject; } 00118 #endif //Q_NO_DATA_RELOCATION 00119 00120 const QMetaObject *QnstGraphicsEntity::metaObject() const 00121 { 00122 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00123 } 00124 00125 void *QnstGraphicsEntity::qt_metacast(const char *_clname) 00126 { 00127 if (!_clname) return 0; 00128 if (!strcmp(_clname, qt_meta_stringdata_QnstGraphicsEntity)) 00129 return static_cast<void*>(const_cast< QnstGraphicsEntity*>(this)); 00130 if (!strcmp(_clname, "QnstEntity")) 00131 return static_cast< QnstEntity*>(const_cast< QnstGraphicsEntity*>(this)); 00132 return QncgGraphicsEntity::qt_metacast(_clname); 00133 } 00134 00135 int QnstGraphicsEntity::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00136 { 00137 _id = QncgGraphicsEntity::qt_metacall(_c, _id, _a); 00138 if (_id < 0) 00139 return _id; 00140 if (_c == QMetaObject::InvokeMetaMethod) { 00141 if (_id < 19) 00142 qt_static_metacall(this, _c, _id, _a); 00143 _id -= 19; 00144 } 00145 return _id; 00146 } 00147 00148 // SIGNAL 0 00149 void QnstGraphicsEntity::entityAdded(QnstGraphicsEntity * _t1) 00150 { 00151 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; 00152 QMetaObject::activate(this, &staticMetaObject, 0, _a); 00153 } 00154 00155 // SIGNAL 1 00156 void QnstGraphicsEntity::entityRemoved(QnstGraphicsEntity * _t1) 00157 { 00158 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; 00159 QMetaObject::activate(this, &staticMetaObject, 1, _a); 00160 } 00161 00162 // SIGNAL 2 00163 void QnstGraphicsEntity::entityChanged(QnstGraphicsEntity * _t1) 00164 { 00165 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; 00166 QMetaObject::activate(this, &staticMetaObject, 2, _a); 00167 } 00168 00169 // SIGNAL 3 00170 void QnstGraphicsEntity::entityAboutToChange(QnstGraphicsEntity * _t1, QMap<QString,QString> _t2) 00171 { 00172 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; 00173 QMetaObject::activate(this, &staticMetaObject, 3, _a); 00174 } 00175 00176 // SIGNAL 4 00177 void QnstGraphicsEntity::entitySelected(QnstGraphicsEntity * _t1) 00178 { 00179 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; 00180 QMetaObject::activate(this, &staticMetaObject, 4, _a); 00181 } 00182 00183 // SIGNAL 5 00184 void QnstGraphicsEntity::undoRequested() 00185 { 00186 QMetaObject::activate(this, &staticMetaObject, 5, 0); 00187 } 00188 00189 // SIGNAL 6 00190 void QnstGraphicsEntity::redoRequested() 00191 { 00192 QMetaObject::activate(this, &staticMetaObject, 6, 0); 00193 } 00194 00195 // SIGNAL 7 00196 void QnstGraphicsEntity::cutRequested() 00197 { 00198 QMetaObject::activate(this, &staticMetaObject, 7, 0); 00199 } 00200 00201 // SIGNAL 8 00202 void QnstGraphicsEntity::copyRequested() 00203 { 00204 QMetaObject::activate(this, &staticMetaObject, 8, 0); 00205 } 00206 00207 // SIGNAL 9 00208 void QnstGraphicsEntity::pasteRequested() 00209 { 00210 QMetaObject::activate(this, &staticMetaObject, 9, 0); 00211 } 00212 00213 // SIGNAL 10 00214 void QnstGraphicsEntity::deleteRequested() 00215 { 00216 QMetaObject::activate(this, &staticMetaObject, 10, 0); 00217 } 00218 00219 // SIGNAL 11 00220 void QnstGraphicsEntity::exportRequested() 00221 { 00222 QMetaObject::activate(this, &staticMetaObject, 11, 0); 00223 } 00224 00225 // SIGNAL 12 00226 void QnstGraphicsEntity::zoominRequested() 00227 { 00228 QMetaObject::activate(this, &staticMetaObject, 12, 0); 00229 } 00230 00231 // SIGNAL 13 00232 void QnstGraphicsEntity::zoomoutRequested() 00233 { 00234 QMetaObject::activate(this, &staticMetaObject, 13, 0); 00235 } 00236 00237 // SIGNAL 14 00238 void QnstGraphicsEntity::zoomresetRequested() 00239 { 00240 QMetaObject::activate(this, &staticMetaObject, 14, 0); 00241 } 00242 00243 // SIGNAL 15 00244 void QnstGraphicsEntity::fullscreenRequested() 00245 { 00246 QMetaObject::activate(this, &staticMetaObject, 15, 0); 00247 } 00248 QT_END_MOC_NAMESPACE