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