00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Tutorial/TutorialStateCurveType.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'TutorialStateCurveType.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 67
00015 #error "This file was generated using the moc from 5.6.0. It"
00016 #error "cannot be used with the include files from this version of Qt."
00017 #error "(The moc has changed too much.)"
00018 #endif
00019
00020 QT_BEGIN_MOC_NAMESPACE
00021 struct qt_meta_stringdata_TutorialStateCurveType_t {
00022 QByteArrayData data[5];
00023 char stringdata0[66];
00024 };
00025 #define QT_MOC_LITERAL(idx, ofs, len) \
00026 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
00027 qptrdiff(offsetof(qt_meta_stringdata_TutorialStateCurveType_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_TutorialStateCurveType_t qt_meta_stringdata_TutorialStateCurveType = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 22),
00033 QT_MOC_LITERAL(1, 23, 14),
00034 QT_MOC_LITERAL(2, 38, 0),
00035 QT_MOC_LITERAL(3, 39, 13),
00036 QT_MOC_LITERAL(4, 53, 12)
00037
00038 },
00039 "TutorialStateCurveType\0slotNextCurves\0"
00040 "\0slotNextLines\0slotPrevious"
00041 };
00042 #undef QT_MOC_LITERAL
00043
00044 static const uint qt_meta_data_TutorialStateCurveType[] = {
00045
00046
00047 7,
00048 0,
00049 0, 0,
00050 3, 14,
00051 0, 0,
00052 0, 0,
00053 0, 0,
00054 0,
00055 0,
00056
00057
00058 1, 0, 29, 2, 0x0a ,
00059 3, 0, 30, 2, 0x0a ,
00060 4, 0, 31, 2, 0x0a ,
00061
00062
00063 QMetaType::Void,
00064 QMetaType::Void,
00065 QMetaType::Void,
00066
00067 0
00068 };
00069
00070 void TutorialStateCurveType::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00071 {
00072 if (_c == QMetaObject::InvokeMetaMethod) {
00073 TutorialStateCurveType *_t = static_cast<TutorialStateCurveType *>(_o);
00074 Q_UNUSED(_t)
00075 switch (_id) {
00076 case 0: _t->slotNextCurves(); break;
00077 case 1: _t->slotNextLines(); break;
00078 case 2: _t->slotPrevious(); break;
00079 default: ;
00080 }
00081 }
00082 Q_UNUSED(_a);
00083 }
00084
00085 const QMetaObject TutorialStateCurveType::staticMetaObject = {
00086 { &TutorialStateAbstractBase::staticMetaObject, qt_meta_stringdata_TutorialStateCurveType.data,
00087 qt_meta_data_TutorialStateCurveType, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00088 };
00089
00090
00091 const QMetaObject *TutorialStateCurveType::metaObject() const
00092 {
00093 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00094 }
00095
00096 void *TutorialStateCurveType::qt_metacast(const char *_clname)
00097 {
00098 if (!_clname) return Q_NULLPTR;
00099 if (!strcmp(_clname, qt_meta_stringdata_TutorialStateCurveType.stringdata0))
00100 return static_cast<void*>(const_cast< TutorialStateCurveType*>(this));
00101 return TutorialStateAbstractBase::qt_metacast(_clname);
00102 }
00103
00104 int TutorialStateCurveType::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00105 {
00106 _id = TutorialStateAbstractBase::qt_metacall(_c, _id, _a);
00107 if (_id < 0)
00108 return _id;
00109 if (_c == QMetaObject::InvokeMetaMethod) {
00110 if (_id < 3)
00111 qt_static_metacall(this, _c, _id, _a);
00112 _id -= 3;
00113 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00114 if (_id < 3)
00115 *reinterpret_cast<int*>(_a[0]) = -1;
00116 _id -= 3;
00117 }
00118 return _id;
00119 }
00120 QT_END_MOC_NAMESPACE