00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Dlg/DlgEditPoint.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'DlgEditPoint.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_DlgEditPoint_t {
00022 QByteArrayData data[4];
00023 char stringdata0[54];
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_DlgEditPoint_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_DlgEditPoint_t qt_meta_stringdata_DlgEditPoint = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 12),
00033 QT_MOC_LITERAL(1, 13, 23),
00034 QT_MOC_LITERAL(2, 37, 0),
00035 QT_MOC_LITERAL(3, 38, 15)
00036
00037 },
00038 "DlgEditPoint\0signalSetOverrideCursor\0"
00039 "\0slotTextChanged"
00040 };
00041 #undef QT_MOC_LITERAL
00042
00043 static const uint qt_meta_data_DlgEditPoint[] = {
00044
00045
00046 7,
00047 0,
00048 0, 0,
00049 2, 14,
00050 0, 0,
00051 0, 0,
00052 0, 0,
00053 0,
00054 1,
00055
00056
00057 1, 1, 24, 2, 0x06 ,
00058
00059
00060 3, 1, 27, 2, 0x08 ,
00061
00062
00063 QMetaType::Void, QMetaType::QCursor, 2,
00064
00065
00066 QMetaType::Void, QMetaType::QString, 2,
00067
00068 0
00069 };
00070
00071 void DlgEditPoint::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00072 {
00073 if (_c == QMetaObject::InvokeMetaMethod) {
00074 DlgEditPoint *_t = static_cast<DlgEditPoint *>(_o);
00075 Q_UNUSED(_t)
00076 switch (_id) {
00077 case 0: _t->signalSetOverrideCursor((*reinterpret_cast< QCursor(*)>(_a[1]))); break;
00078 case 1: _t->slotTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00079 default: ;
00080 }
00081 } else if (_c == QMetaObject::IndexOfMethod) {
00082 int *result = reinterpret_cast<int *>(_a[0]);
00083 void **func = reinterpret_cast<void **>(_a[1]);
00084 {
00085 typedef void (DlgEditPoint::*_t)(QCursor );
00086 if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&DlgEditPoint::signalSetOverrideCursor)) {
00087 *result = 0;
00088 return;
00089 }
00090 }
00091 }
00092 }
00093
00094 const QMetaObject DlgEditPoint::staticMetaObject = {
00095 { &QDialog::staticMetaObject, qt_meta_stringdata_DlgEditPoint.data,
00096 qt_meta_data_DlgEditPoint, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00097 };
00098
00099
00100 const QMetaObject *DlgEditPoint::metaObject() const
00101 {
00102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00103 }
00104
00105 void *DlgEditPoint::qt_metacast(const char *_clname)
00106 {
00107 if (!_clname) return Q_NULLPTR;
00108 if (!strcmp(_clname, qt_meta_stringdata_DlgEditPoint.stringdata0))
00109 return static_cast<void*>(const_cast< DlgEditPoint*>(this));
00110 return QDialog::qt_metacast(_clname);
00111 }
00112
00113 int DlgEditPoint::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00114 {
00115 _id = QDialog::qt_metacall(_c, _id, _a);
00116 if (_id < 0)
00117 return _id;
00118 if (_c == QMetaObject::InvokeMetaMethod) {
00119 if (_id < 2)
00120 qt_static_metacall(this, _c, _id, _a);
00121 _id -= 2;
00122 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00123 if (_id < 2)
00124 *reinterpret_cast<int*>(_a[0]) = -1;
00125 _id -= 2;
00126 }
00127 return _id;
00128 }
00129
00130
00131 void DlgEditPoint::signalSetOverrideCursor(QCursor _t1)
00132 {
00133 void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00134 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00135 }
00136 QT_END_MOC_NAMESPACE