1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'locationdialog.h' |
3 | ** |
4 | ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0) |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost! |
7 | *****************************************************************************/ |
8 | |
9 | #include <memory> |
10 | #include "locationdialog.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'locationdialog.h' doesn't include <QObject>." |
15 | #elif Q_MOC_OUTPUT_REVISION != 68 |
16 | #error "This file was generated using the moc from 6.0.0. It" |
17 | #error "cannot be used with the include files from this version of Qt." |
18 | #error "(The moc has changed too much.)" |
19 | #endif |
20 | |
21 | QT_BEGIN_MOC_NAMESPACE |
22 | QT_WARNING_PUSH |
23 | QT_WARNING_DISABLE_DEPRECATED |
24 | struct qt_meta_stringdata_LocationDialog_t { |
25 | const uint offsetsAndSize[10]; |
26 | char stringdata0[69]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_LocationDialog_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_LocationDialog_t qt_meta_stringdata_LocationDialog = { |
31 | { |
32 | QT_MOC_LITERAL(0, 14), // "LocationDialog" |
33 | QT_MOC_LITERAL(15, 20), // "updateLocationsTable" |
34 | QT_MOC_LITERAL(36, 0), // "" |
35 | QT_MOC_LITERAL(37, 13), // "itemActivated" |
36 | QT_MOC_LITERAL(51, 17) // "QTableWidgetItem*" |
37 | |
38 | }, |
39 | "LocationDialog\0updateLocationsTable\0" |
40 | "\0itemActivated\0QTableWidgetItem*" |
41 | }; |
42 | #undef QT_MOC_LITERAL |
43 | |
44 | static const uint qt_meta_data_LocationDialog[] = { |
45 | |
46 | // content: |
47 | 9, // revision |
48 | 0, // classname |
49 | 0, 0, // classinfo |
50 | 2, 14, // methods |
51 | 0, 0, // properties |
52 | 0, 0, // enums/sets |
53 | 0, 0, // constructors |
54 | 0, // flags |
55 | 0, // signalCount |
56 | |
57 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
58 | 1, 0, 26, 2, 0x08, 0 /* Private */, |
59 | 3, 1, 27, 2, 0x08, 1 /* Private */, |
60 | |
61 | // slots: parameters |
62 | QMetaType::Void, |
63 | QMetaType::Void, 0x80000000 | 4, 2, |
64 | |
65 | 0 // eod |
66 | }; |
67 | |
68 | void LocationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
69 | { |
70 | if (_c == QMetaObject::InvokeMetaMethod) { |
71 | Q_ASSERT(staticMetaObject.cast(_o)); |
72 | auto *_t = static_cast<LocationDialog *>(_o); |
73 | Q_UNUSED(_t) |
74 | switch (_id) { |
75 | case 0: _t->updateLocationsTable(); break; |
76 | case 1: _t->itemActivated((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break; |
77 | default: ; |
78 | } |
79 | } |
80 | } |
81 | |
82 | const QMetaObject LocationDialog::staticMetaObject = { { |
83 | QMetaObject::SuperData::link<QDialog::staticMetaObject>(), |
84 | qt_meta_stringdata_LocationDialog.offsetsAndSize, |
85 | qt_meta_data_LocationDialog, |
86 | qt_static_metacall, |
87 | nullptr, |
88 | qt_incomplete_metaTypeArray<qt_meta_stringdata_LocationDialog_t |
89 | |
90 | , QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QTableWidgetItem *, std::false_type> |
91 | |
92 | |
93 | >, |
94 | nullptr |
95 | } }; |
96 | |
97 | |
98 | const QMetaObject *LocationDialog::metaObject() const |
99 | { |
100 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
101 | } |
102 | |
103 | void *LocationDialog::qt_metacast(const char *_clname) |
104 | { |
105 | if (!_clname) return nullptr; |
106 | if (!strcmp(_clname, qt_meta_stringdata_LocationDialog.stringdata0)) |
107 | return static_cast<void*>(this); |
108 | return QDialog::qt_metacast(_clname); |
109 | } |
110 | |
111 | int LocationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
112 | { |
113 | _id = QDialog::qt_metacall(_c, _id, _a); |
114 | if (_id < 0) |
115 | return _id; |
116 | if (_c == QMetaObject::InvokeMetaMethod) { |
117 | if (_id < 2) |
118 | qt_static_metacall(this, _c, _id, _a); |
119 | _id -= 2; |
120 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
121 | if (_id < 2) |
122 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
123 | _id -= 2; |
124 | } |
125 | return _id; |
126 | } |
127 | QT_WARNING_POP |
128 | QT_END_MOC_NAMESPACE |
129 | |