1/****************************************************************************
2** Meta object code from reading C++ file 'qdbusserver.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 "qdbusserver.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qdbusserver.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
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_QDBusServer_t {
25 const uint offsetsAndSize[14];
26 char stringdata0[95];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QDBusServer_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QDBusServer_t qt_meta_stringdata_QDBusServer = {
31 {
32QT_MOC_LITERAL(0, 11), // "QDBusServer"
33QT_MOC_LITERAL(12, 13), // "newConnection"
34QT_MOC_LITERAL(26, 0), // ""
35QT_MOC_LITERAL(27, 15), // "QDBusConnection"
36QT_MOC_LITERAL(43, 10), // "connection"
37QT_MOC_LITERAL(54, 16), // "_q_newConnection"
38QT_MOC_LITERAL(71, 23) // "QDBusConnectionPrivate*"
39
40 },
41 "QDBusServer\0newConnection\0\0QDBusConnection\0"
42 "connection\0_q_newConnection\0"
43 "QDBusConnectionPrivate*"
44};
45#undef QT_MOC_LITERAL
46
47static const uint qt_meta_data_QDBusServer[] = {
48
49 // content:
50 9, // revision
51 0, // classname
52 0, 0, // classinfo
53 2, 14, // methods
54 0, 0, // properties
55 0, 0, // enums/sets
56 0, 0, // constructors
57 0, // flags
58 1, // signalCount
59
60 // signals: name, argc, parameters, tag, flags, initial metatype offsets
61 1, 1, 26, 2, 0x06, 0 /* Public */,
62
63 // slots: name, argc, parameters, tag, flags, initial metatype offsets
64 5, 1, 29, 2, 0x08, 2 /* Private */,
65
66 // signals: parameters
67 QMetaType::Void, 0x80000000 | 3, 4,
68
69 // slots: parameters
70 QMetaType::Void, 0x80000000 | 6, 2,
71
72 0 // eod
73};
74
75void QDBusServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
76{
77 if (_c == QMetaObject::InvokeMetaMethod) {
78 Q_ASSERT(staticMetaObject.cast(_o));
79 auto *_t = static_cast<QDBusServer *>(_o);
80 Q_UNUSED(_t)
81 switch (_id) {
82 case 0: _t->newConnection((*reinterpret_cast< const QDBusConnection(*)>(_a[1]))); break;
83 case 1: _t->d->_q_newConnection((*reinterpret_cast< QDBusConnectionPrivate*(*)>(_a[1]))); break;
84 default: ;
85 }
86 } else if (_c == QMetaObject::IndexOfMethod) {
87 int *result = reinterpret_cast<int *>(_a[0]);
88 {
89 using _t = void (QDBusServer::*)(const QDBusConnection & );
90 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QDBusServer::newConnection)) {
91 *result = 0;
92 return;
93 }
94 }
95 }
96}
97
98const QMetaObject QDBusServer::staticMetaObject = { {
99 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
100 qt_meta_stringdata_QDBusServer.offsetsAndSize,
101 qt_meta_data_QDBusServer,
102 qt_static_metacall,
103 nullptr,
104qt_incomplete_metaTypeArray<qt_meta_stringdata_QDBusServer_t
105, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<const QDBusConnection &, std::false_type>
106, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QDBusConnectionPrivate *, std::false_type>
107
108
109>,
110 nullptr
111} };
112
113
114const QMetaObject *QDBusServer::metaObject() const
115{
116 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
117}
118
119void *QDBusServer::qt_metacast(const char *_clname)
120{
121 if (!_clname) return nullptr;
122 if (!strcmp(_clname, qt_meta_stringdata_QDBusServer.stringdata0))
123 return static_cast<void*>(this);
124 return QObject::qt_metacast(_clname);
125}
126
127int QDBusServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
128{
129 _id = QObject::qt_metacall(_c, _id, _a);
130 if (_id < 0)
131 return _id;
132 if (_c == QMetaObject::InvokeMetaMethod) {
133 if (_id < 2)
134 qt_static_metacall(this, _c, _id, _a);
135 _id -= 2;
136 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
137 if (_id < 2)
138 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
139 _id -= 2;
140 }
141 return _id;
142}
143
144// SIGNAL 0
145void QDBusServer::newConnection(const QDBusConnection & _t1)
146{
147 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
148 QMetaObject::activate(this, &staticMetaObject, 0, _a);
149}
150QT_WARNING_POP
151QT_END_MOC_NAMESPACE
152