NCL Composer
0.1
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'qnstgraphicscontext.h' 00003 ** 00004 ** Created: Thu Oct 4 20:34:28 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/qnstgraphicscontext.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'qnstgraphicscontext.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_QnstGraphicsContext[] = { 00021 00022 // content: 00023 6, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 15, 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 21, 20, 20, 20, 0x0a, 00035 35, 20, 20, 20, 0x0a, 00036 48, 20, 20, 20, 0x0a, 00037 63, 20, 20, 20, 0x0a, 00038 78, 20, 20, 20, 0x0a, 00039 92, 20, 20, 20, 0x0a, 00040 107, 20, 20, 20, 0x0a, 00041 123, 20, 20, 20, 0x0a, 00042 141, 20, 20, 20, 0x0a, 00043 156, 20, 20, 20, 0x0a, 00044 173, 20, 20, 20, 0x0a, 00045 189, 20, 20, 20, 0x0a, 00046 203, 20, 20, 20, 0x0a, 00047 217, 20, 20, 20, 0x0a, 00048 235, 20, 20, 20, 0x0a, 00049 00050 0 // eod 00051 }; 00052 00053 static const char qt_meta_stringdata_QnstGraphicsContext[] = { 00054 "QnstGraphicsContext\0\0performHtml()\0" 00055 "performNCL()\0performImage()\0performAudio()\0" 00056 "performText()\0performVideo()\0" 00057 "performScript()\0performSettings()\0" 00058 "performMedia()\0performContext()\0" 00059 "performSwitch()\0performPort()\0" 00060 "performArea()\0performProperty()\0" 00061 "performAggregator()\0" 00062 }; 00063 00064 void QnstGraphicsContext::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) 00065 { 00066 if (_c == QMetaObject::InvokeMetaMethod) { 00067 Q_ASSERT(staticMetaObject.cast(_o)); 00068 QnstGraphicsContext *_t = static_cast<QnstGraphicsContext *>(_o); 00069 switch (_id) { 00070 case 0: _t->performHtml(); break; 00071 case 1: _t->performNCL(); break; 00072 case 2: _t->performImage(); break; 00073 case 3: _t->performAudio(); break; 00074 case 4: _t->performText(); break; 00075 case 5: _t->performVideo(); break; 00076 case 6: _t->performScript(); break; 00077 case 7: _t->performSettings(); break; 00078 case 8: _t->performMedia(); break; 00079 case 9: _t->performContext(); break; 00080 case 10: _t->performSwitch(); break; 00081 case 11: _t->performPort(); break; 00082 case 12: _t->performArea(); break; 00083 case 13: _t->performProperty(); break; 00084 case 14: _t->performAggregator(); break; 00085 default: ; 00086 } 00087 } 00088 Q_UNUSED(_a); 00089 } 00090 00091 const QMetaObjectExtraData QnstGraphicsContext::staticMetaObjectExtraData = { 00092 0, qt_static_metacall 00093 }; 00094 00095 const QMetaObject QnstGraphicsContext::staticMetaObject = { 00096 { &QnstGraphicsComposition::staticMetaObject, qt_meta_stringdata_QnstGraphicsContext, 00097 qt_meta_data_QnstGraphicsContext, &staticMetaObjectExtraData } 00098 }; 00099 00100 #ifdef Q_NO_DATA_RELOCATION 00101 const QMetaObject &QnstGraphicsContext::getStaticMetaObject() { return staticMetaObject; } 00102 #endif //Q_NO_DATA_RELOCATION 00103 00104 const QMetaObject *QnstGraphicsContext::metaObject() const 00105 { 00106 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00107 } 00108 00109 void *QnstGraphicsContext::qt_metacast(const char *_clname) 00110 { 00111 if (!_clname) return 0; 00112 if (!strcmp(_clname, qt_meta_stringdata_QnstGraphicsContext)) 00113 return static_cast<void*>(const_cast< QnstGraphicsContext*>(this)); 00114 return QnstGraphicsComposition::qt_metacast(_clname); 00115 } 00116 00117 int QnstGraphicsContext::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00118 { 00119 _id = QnstGraphicsComposition::qt_metacall(_c, _id, _a); 00120 if (_id < 0) 00121 return _id; 00122 if (_c == QMetaObject::InvokeMetaMethod) { 00123 if (_id < 15) 00124 qt_static_metacall(this, _c, _id, _a); 00125 _id -= 15; 00126 } 00127 return _id; 00128 } 00129 QT_END_MOC_NAMESPACE