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