00001
00002
00003
00004
00005
00006
00007
00008
00009 #include "../Dlg/DlgEditPointAxis.h"
00010 #include <QtCore/qbytearray.h>
00011 #include <QtCore/qmetatype.h>
00012 #if !defined(Q_MOC_OUTPUT_REVISION)
00013 #error "The header file 'DlgEditPointAxis.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_DlgEditPointAxis_t {
00022 QByteArrayData data[3];
00023 char stringdata0[34];
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_DlgEditPointAxis_t, stringdata0) + ofs \
00028 - idx * sizeof(QByteArrayData)) \
00029 )
00030 static const qt_meta_stringdata_DlgEditPointAxis_t qt_meta_stringdata_DlgEditPointAxis = {
00031 {
00032 QT_MOC_LITERAL(0, 0, 16),
00033 QT_MOC_LITERAL(1, 17, 15),
00034 QT_MOC_LITERAL(2, 33, 0)
00035
00036 },
00037 "DlgEditPointAxis\0slotTextChanged\0"
00038 };
00039 #undef QT_MOC_LITERAL
00040
00041 static const uint qt_meta_data_DlgEditPointAxis[] = {
00042
00043
00044 7,
00045 0,
00046 0, 0,
00047 1, 14,
00048 0, 0,
00049 0, 0,
00050 0, 0,
00051 0,
00052 0,
00053
00054
00055 1, 1, 19, 2, 0x08 ,
00056
00057
00058 QMetaType::Void, QMetaType::QString, 2,
00059
00060 0
00061 };
00062
00063 void DlgEditPointAxis::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00064 {
00065 if (_c == QMetaObject::InvokeMetaMethod) {
00066 DlgEditPointAxis *_t = static_cast<DlgEditPointAxis *>(_o);
00067 Q_UNUSED(_t)
00068 switch (_id) {
00069 case 0: _t->slotTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00070 default: ;
00071 }
00072 }
00073 }
00074
00075 const QMetaObject DlgEditPointAxis::staticMetaObject = {
00076 { &QDialog::staticMetaObject, qt_meta_stringdata_DlgEditPointAxis.data,
00077 qt_meta_data_DlgEditPointAxis, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
00078 };
00079
00080
00081 const QMetaObject *DlgEditPointAxis::metaObject() const
00082 {
00083 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
00084 }
00085
00086 void *DlgEditPointAxis::qt_metacast(const char *_clname)
00087 {
00088 if (!_clname) return Q_NULLPTR;
00089 if (!strcmp(_clname, qt_meta_stringdata_DlgEditPointAxis.stringdata0))
00090 return static_cast<void*>(const_cast< DlgEditPointAxis*>(this));
00091 return QDialog::qt_metacast(_clname);
00092 }
00093
00094 int DlgEditPointAxis::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00095 {
00096 _id = QDialog::qt_metacall(_c, _id, _a);
00097 if (_id < 0)
00098 return _id;
00099 if (_c == QMetaObject::InvokeMetaMethod) {
00100 if (_id < 1)
00101 qt_static_metacall(this, _c, _id, _a);
00102 _id -= 1;
00103 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
00104 if (_id < 1)
00105 *reinterpret_cast<int*>(_a[0]) = -1;
00106 _id -= 1;
00107 }
00108 return _id;
00109 }
00110 QT_END_MOC_NAMESPACE