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