1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'rsslisting.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 "rsslisting.h" |
11 | #include <QtNetwork/QSslError> |
12 | #include <QtCore/qbytearray.h> |
13 | #include <QtCore/qmetatype.h> |
14 | #if !defined(Q_MOC_OUTPUT_REVISION) |
15 | #error "The header file 'rsslisting.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 { |
26 | const uint offsetsAndSize[26]; |
27 | char [144]; |
28 | }; |
29 | #define QT_MOC_LITERAL(ofs, len) \ |
30 | uint(offsetof(qt_meta_stringdata_RSSListing_t, stringdata0) + ofs), len |
31 | static const qt_meta_stringdata_RSSListing_t = { |
32 | { |
33 | QT_MOC_LITERAL(0, 10), // "RSSListing" |
34 | QT_MOC_LITERAL(11, 5), // "fetch" |
35 | QT_MOC_LITERAL(17, 0), // "" |
36 | QT_MOC_LITERAL(18, 8), // "finished" |
37 | QT_MOC_LITERAL(27, 14), // "QNetworkReply*" |
38 | QT_MOC_LITERAL(42, 5), // "reply" |
39 | QT_MOC_LITERAL(48, 9), // "readyRead" |
40 | QT_MOC_LITERAL(58, 15), // "metaDataChanged" |
41 | QT_MOC_LITERAL(74, 13), // "itemActivated" |
42 | QT_MOC_LITERAL(88, 16), // "QTreeWidgetItem*" |
43 | QT_MOC_LITERAL(105, 4), // "item" |
44 | QT_MOC_LITERAL(110, 5), // "error" |
45 | QT_MOC_LITERAL(116, 27) // "QNetworkReply::NetworkError" |
46 | |
47 | }, |
48 | "RSSListing\0fetch\0\0finished\0QNetworkReply*\0" |
49 | "reply\0readyRead\0metaDataChanged\0" |
50 | "itemActivated\0QTreeWidgetItem*\0item\0" |
51 | "error\0QNetworkReply::NetworkError" |
52 | }; |
53 | #undef QT_MOC_LITERAL |
54 | |
55 | static const uint [] = { |
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, 1, 51, 2, 0x0a, 1 /* Public */, |
71 | 6, 0, 54, 2, 0x0a, 3 /* Public */, |
72 | 7, 0, 55, 2, 0x0a, 4 /* Public */, |
73 | 8, 1, 56, 2, 0x0a, 5 /* Public */, |
74 | 11, 1, 59, 2, 0x0a, 7 /* Public */, |
75 | |
76 | // slots: parameters |
77 | QMetaType::Void, |
78 | QMetaType::Void, 0x80000000 | 4, 5, |
79 | QMetaType::Void, |
80 | QMetaType::Void, |
81 | QMetaType::Void, 0x80000000 | 9, 10, |
82 | QMetaType::Void, 0x80000000 | 12, 2, |
83 | |
84 | 0 // eod |
85 | }; |
86 | |
87 | void RSSListing::(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<RSSListing *>(_o); |
92 | Q_UNUSED(_t) |
93 | switch (_id) { |
94 | case 0: _t->fetch(); break; |
95 | case 1: _t->finished((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break; |
96 | case 2: _t->readyRead(); break; |
97 | case 3: _t->metaDataChanged(); break; |
98 | case 4: _t->itemActivated((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1]))); break; |
99 | case 5: _t->error((*reinterpret_cast< QNetworkReply::NetworkError(*)>(_a[1]))); break; |
100 | default: ; |
101 | } |
102 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
103 | switch (_id) { |
104 | default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break; |
105 | case 1: |
106 | switch (*reinterpret_cast<int*>(_a[1])) { |
107 | default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break; |
108 | case 0: |
109 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QNetworkReply* >(); break; |
110 | } |
111 | break; |
112 | case 5: |
113 | switch (*reinterpret_cast<int*>(_a[1])) { |
114 | default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break; |
115 | case 0: |
116 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QNetworkReply::NetworkError >(); break; |
117 | } |
118 | break; |
119 | } |
120 | } |
121 | } |
122 | |
123 | const QMetaObject RSSListing:: = { { |
124 | QMetaObject::SuperData::link<QWidget::staticMetaObject>(), |
125 | qt_meta_stringdata_RSSListing.offsetsAndSize, |
126 | qt_meta_data_RSSListing, |
127 | qt_static_metacall, |
128 | nullptr, |
129 | qt_incomplete_metaTypeArray<qt_meta_stringdata_RSSListing_t |
130 | |
131 | , QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QNetworkReply *, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QTreeWidgetItem *, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QNetworkReply::NetworkError, std::false_type> |
132 | |
133 | |
134 | >, |
135 | nullptr |
136 | } }; |
137 | |
138 | |
139 | const QMetaObject *RSSListing::() const |
140 | { |
141 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
142 | } |
143 | |
144 | void *RSSListing::(const char *_clname) |
145 | { |
146 | if (!_clname) return nullptr; |
147 | if (!strcmp(_clname, qt_meta_stringdata_RSSListing.stringdata0)) |
148 | return static_cast<void*>(this); |
149 | return QWidget::qt_metacast(_clname); |
150 | } |
151 | |
152 | int RSSListing::(QMetaObject::Call _c, int _id, void **_a) |
153 | { |
154 | _id = QWidget::qt_metacall(_c, _id, _a); |
155 | if (_id < 0) |
156 | return _id; |
157 | if (_c == QMetaObject::InvokeMetaMethod) { |
158 | if (_id < 6) |
159 | qt_static_metacall(this, _c, _id, _a); |
160 | _id -= 6; |
161 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
162 | if (_id < 6) |
163 | qt_static_metacall(this, _c, _id, _a); |
164 | _id -= 6; |
165 | } |
166 | return _id; |
167 | } |
168 | QT_WARNING_POP |
169 | QT_END_MOC_NAMESPACE |
170 | |