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