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