00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Dlg/DlgSettingsDigitizeCurve.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'DlgSettingsDigitizeCurve.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_DlgSettingsDigitizeCurve_t {
00022 QByteArrayData data[7];
00023 char stringdata0[119];
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_DlgSettingsDigitizeCurve_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_DlgSettingsDigitizeCurve_t qt_meta_stringdata_DlgSettingsDigitizeCurve = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 24),
00033 QT_MOC_LITERAL(1, 25, 16),
00034 QT_MOC_LITERAL(2, 42, 0),
00035 QT_MOC_LITERAL(3, 43, 21),
00036 QT_MOC_LITERAL(4, 65, 19),
00037 QT_MOC_LITERAL(5, 85, 14),
00038 QT_MOC_LITERAL(6, 100, 18)
00039
00040 },
00041 "DlgSettingsDigitizeCurve\0slotCursorCustom\0"
00042 "\0slotCursorInnerRadius\0slotCursorLineWidth\0"
00043 "slotCursorSize\0slotCursorStandard"
00044 };
00045 #undef QT_MOC_LITERAL
00046
00047 static const uint qt_meta_data_DlgSettingsDigitizeCurve[] = {
00048
00049
00050 7,
00051 0,
00052 0, 0,
00053 5, 14,
00054 0, 0,
00055 0, 0,
00056 0, 0,
00057 0,
00058 0,
00059
00060
00061 1, 1, 39, 2, 0x08 ,
00062 3, 1, 42, 2, 0x08 ,
00063 4, 1, 45, 2, 0x08 ,
00064 5, 1, 48, 2, 0x08 ,
00065 6, 1, 51, 2, 0x08 ,
00066
00067
00068 QMetaType::Void, QMetaType::Bool, 2,
00069 QMetaType::Void, QMetaType::QString, 2,
00070 QMetaType::Void, QMetaType::QString, 2,
00071 QMetaType::Void, QMetaType::QString, 2,
00072 QMetaType::Void, QMetaType::Bool, 2,
00073
00074 0
00075 };
00076
00077 void DlgSettingsDigitizeCurve::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00078 {
00079 if (_c == QMetaObject::InvokeMetaMethod) {
00080 DlgSettingsDigitizeCurve *_t = static_cast<DlgSettingsDigitizeCurve *>(_o);
00081 Q_UNUSED(_t)
00082 switch (_id) {
00083 case 0: _t->slotCursorCustom((*reinterpret_cast< bool(*)>(_a[1]))); break;
00084 case 1: _t->slotCursorInnerRadius((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00085 case 2: _t->slotCursorLineWidth((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00086 case 3: _t->slotCursorSize((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00087 case 4: _t->slotCursorStandard((*reinterpret_cast< bool(*)>(_a[1]))); break;
00088 default: ;
00089 }
00090 }
00091 }
00092
00093 const QMetaObject DlgSettingsDigitizeCurve::staticMetaObject = {
00094 { &DlgSettingsAbstractBase::staticMetaObject, qt_meta_stringdata_DlgSettingsDigitizeCurve.data,
00095 qt_meta_data_DlgSettingsDigitizeCurve, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00096 };
00097
00098
00099 const QMetaObject *DlgSettingsDigitizeCurve::metaObject() const
00100 {
00101 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00102 }
00103
00104 void *DlgSettingsDigitizeCurve::qt_metacast(const char *_clname)
00105 {
00106 if (!_clname) return Q_NULLPTR;
00107 if (!strcmp(_clname, qt_meta_stringdata_DlgSettingsDigitizeCurve.stringdata0))
00108 return static_cast<void*>(const_cast< DlgSettingsDigitizeCurve*>(this));
00109 return DlgSettingsAbstractBase::qt_metacast(_clname);
00110 }
00111
00112 int DlgSettingsDigitizeCurve::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00113 {
00114 _id = DlgSettingsAbstractBase::qt_metacall(_c, _id, _a);
00115 if (_id < 0)
00116 return _id;
00117 if (_c == QMetaObject::InvokeMetaMethod) {
00118 if (_id < 5)
00119 qt_static_metacall(this, _c, _id, _a);
00120 _id -= 5;
00121 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00122 if (_id < 5)
00123 *reinterpret_cast<int*>(_a[0]) = -1;
00124 _id -= 5;
00125 }
00126 return _id;
00127 }
00128 QT_END_MOC_NAMESPACE