00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Dlg/DlgSettingsGridRemoval.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'DlgSettingsGridRemoval.h' doesn't include <QObject>."
00014 #elif Q_MOC_OUTPUT_REVISION != 67
00015 #error "This file was generated using the moc from 5.6.1. 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_DlgSettingsGridRemoval_t {
00022 QByteArrayData data[14];
00023 char stringdata0[172];
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_DlgSettingsGridRemoval_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_DlgSettingsGridRemoval_t qt_meta_stringdata_DlgSettingsGridRemoval = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 22),
00033 QT_MOC_LITERAL(1, 23, 19),
00034 QT_MOC_LITERAL(2, 43, 0),
00035 QT_MOC_LITERAL(3, 44, 17),
00036 QT_MOC_LITERAL(4, 62, 12),
00037 QT_MOC_LITERAL(5, 75, 10),
00038 QT_MOC_LITERAL(6, 86, 10),
00039 QT_MOC_LITERAL(7, 97, 9),
00040 QT_MOC_LITERAL(8, 107, 9),
00041 QT_MOC_LITERAL(9, 117, 12),
00042 QT_MOC_LITERAL(10, 130, 10),
00043 QT_MOC_LITERAL(11, 141, 10),
00044 QT_MOC_LITERAL(12, 152, 9),
00045 QT_MOC_LITERAL(13, 162, 9)
00046
00047 },
00048 "DlgSettingsGridRemoval\0slotRemoveGridLines\0"
00049 "\0slotCloseDistance\0slotDisableX\0"
00050 "slotCountX\0slotStartX\0slotStepX\0"
00051 "slotStopX\0slotDisableY\0slotCountY\0"
00052 "slotStartY\0slotStepY\0slotStopY"
00053 };
00054 #undef QT_MOC_LITERAL
00055
00056 static const uint qt_meta_data_DlgSettingsGridRemoval[] = {
00057
00058
00059 7,
00060 0,
00061 0, 0,
00062 12, 14,
00063 0, 0,
00064 0, 0,
00065 0, 0,
00066 0,
00067 0,
00068
00069
00070 1, 1, 74, 2, 0x08 ,
00071 3, 1, 77, 2, 0x08 ,
00072 4, 1, 80, 2, 0x08 ,
00073 5, 1, 83, 2, 0x08 ,
00074 6, 1, 86, 2, 0x08 ,
00075 7, 1, 89, 2, 0x08 ,
00076 8, 1, 92, 2, 0x08 ,
00077 9, 1, 95, 2, 0x08 ,
00078 10, 1, 98, 2, 0x08 ,
00079 11, 1, 101, 2, 0x08 ,
00080 12, 1, 104, 2, 0x08 ,
00081 13, 1, 107, 2, 0x08 ,
00082
00083
00084 QMetaType::Void, QMetaType::Int, 2,
00085 QMetaType::Void, QMetaType::QString, 2,
00086 QMetaType::Void, QMetaType::QString, 2,
00087 QMetaType::Void, QMetaType::QString, 2,
00088 QMetaType::Void, QMetaType::QString, 2,
00089 QMetaType::Void, QMetaType::QString, 2,
00090 QMetaType::Void, QMetaType::QString, 2,
00091 QMetaType::Void, QMetaType::QString, 2,
00092 QMetaType::Void, QMetaType::QString, 2,
00093 QMetaType::Void, QMetaType::QString, 2,
00094 QMetaType::Void, QMetaType::QString, 2,
00095 QMetaType::Void, QMetaType::QString, 2,
00096
00097 0
00098 };
00099
00100 void DlgSettingsGridRemoval::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00101 {
00102 if (_c == QMetaObject::InvokeMetaMethod) {
00103 DlgSettingsGridRemoval *_t = static_cast<DlgSettingsGridRemoval *>(_o);
00104 Q_UNUSED(_t)
00105 switch (_id) {
00106 case 0: _t->slotRemoveGridLines((*reinterpret_cast< int(*)>(_a[1]))); break;
00107 case 1: _t->slotCloseDistance((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00108 case 2: _t->slotDisableX((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00109 case 3: _t->slotCountX((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00110 case 4: _t->slotStartX((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00111 case 5: _t->slotStepX((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00112 case 6: _t->slotStopX((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00113 case 7: _t->slotDisableY((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00114 case 8: _t->slotCountY((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00115 case 9: _t->slotStartY((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00116 case 10: _t->slotStepY((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00117 case 11: _t->slotStopY((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00118 default: ;
00119 }
00120 }
00121 }
00122
00123 const QMetaObject DlgSettingsGridRemoval::staticMetaObject = {
00124 { &DlgSettingsAbstractBase::staticMetaObject, qt_meta_stringdata_DlgSettingsGridRemoval.data,
00125 qt_meta_data_DlgSettingsGridRemoval, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00126 };
00127
00128
00129 const QMetaObject *DlgSettingsGridRemoval::metaObject() const
00130 {
00131 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00132 }
00133
00134 void *DlgSettingsGridRemoval::qt_metacast(const char *_clname)
00135 {
00136 if (!_clname) return Q_NULLPTR;
00137 if (!strcmp(_clname, qt_meta_stringdata_DlgSettingsGridRemoval.stringdata0))
00138 return static_cast<void*>(const_cast< DlgSettingsGridRemoval*>(this));
00139 return DlgSettingsAbstractBase::qt_metacast(_clname);
00140 }
00141
00142 int DlgSettingsGridRemoval::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00143 {
00144 _id = DlgSettingsAbstractBase::qt_metacall(_c, _id, _a);
00145 if (_id < 0)
00146 return _id;
00147 if (_c == QMetaObject::InvokeMetaMethod) {
00148 if (_id < 12)
00149 qt_static_metacall(this, _c, _id, _a);
00150 _id -= 12;
00151 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00152 if (_id < 12)
00153 *reinterpret_cast<int*>(_a[0]) = -1;
00154 _id -= 12;
00155 }
00156 return _id;
00157 }
00158 QT_END_MOC_NAMESPACE