00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Dlg/DlgSettingsGeneral.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'DlgSettingsGeneral.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_DlgSettingsGeneral_t {
00022 QByteArrayData data[5];
00023 char stringdata0[70];
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_DlgSettingsGeneral_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_DlgSettingsGeneral_t qt_meta_stringdata_DlgSettingsGeneral = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 18),
00033 QT_MOC_LITERAL(1, 19, 14),
00034 QT_MOC_LITERAL(2, 34, 0),
00035 QT_MOC_LITERAL(3, 35, 18),
00036 QT_MOC_LITERAL(4, 54, 15)
00037
00038 },
00039 "DlgSettingsGeneral\0slotCursorSize\0\0"
00040 "slotExtraPrecision\0slotSaveDefault"
00041 };
00042 #undef QT_MOC_LITERAL
00043
00044 static const uint qt_meta_data_DlgSettingsGeneral[] = {
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, 1, 29, 2, 0x08 ,
00059 3, 1, 32, 2, 0x08 ,
00060 4, 0, 35, 2, 0x08 ,
00061
00062
00063 QMetaType::Void, QMetaType::Int, 2,
00064 QMetaType::Void, QMetaType::Int, 2,
00065 QMetaType::Void,
00066
00067 0
00068 };
00069
00070 void DlgSettingsGeneral::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00071 {
00072 if (_c == QMetaObject::InvokeMetaMethod) {
00073 DlgSettingsGeneral *_t = static_cast<DlgSettingsGeneral *>(_o);
00074 Q_UNUSED(_t)
00075 switch (_id) {
00076 case 0: _t->slotCursorSize((*reinterpret_cast< int(*)>(_a[1]))); break;
00077 case 1: _t->slotExtraPrecision((*reinterpret_cast< int(*)>(_a[1]))); break;
00078 case 2: _t->slotSaveDefault(); break;
00079 default: ;
00080 }
00081 }
00082 }
00083
00084 const QMetaObject DlgSettingsGeneral::staticMetaObject = {
00085 { &DlgSettingsAbstractBase::staticMetaObject, qt_meta_stringdata_DlgSettingsGeneral.data,
00086 qt_meta_data_DlgSettingsGeneral, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00087 };
00088
00089
00090 const QMetaObject *DlgSettingsGeneral::metaObject() const
00091 {
00092 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00093 }
00094
00095 void *DlgSettingsGeneral::qt_metacast(const char *_clname)
00096 {
00097 if (!_clname) return Q_NULLPTR;
00098 if (!strcmp(_clname, qt_meta_stringdata_DlgSettingsGeneral.stringdata0))
00099 return static_cast<void*>(const_cast< DlgSettingsGeneral*>(this));
00100 return DlgSettingsAbstractBase::qt_metacast(_clname);
00101 }
00102
00103 int DlgSettingsGeneral::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00104 {
00105 _id = DlgSettingsAbstractBase::qt_metacall(_c, _id, _a);
00106 if (_id < 0)
00107 return _id;
00108 if (_c == QMetaObject::InvokeMetaMethod) {
00109 if (_id < 3)
00110 qt_static_metacall(this, _c, _id, _a);
00111 _id -= 3;
00112 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00113 if (_id < 3)
00114 *reinterpret_cast<int*>(_a[0]) = -1;
00115 _id -= 3;
00116 }
00117 return _id;
00118 }
00119 QT_END_MOC_NAMESPACE