/src/qtbase/src/gui/Gui_autogen/include/qpixmapcache.moc
Line | Count | Source |
1 | | /**************************************************************************** |
2 | | ** Meta object code from reading C++ file 'qpixmapcache.cpp' |
3 | | ** |
4 | | ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.13.0) |
5 | | ** |
6 | | ** WARNING! All changes made in this file will be lost! |
7 | | *****************************************************************************/ |
8 | | |
9 | | #include <QtCore/qmetatype.h> |
10 | | |
11 | | #include <QtCore/qtmochelpers.h> |
12 | | |
13 | | #include <memory> |
14 | | |
15 | | |
16 | | #include <QtCore/qxptype_traits.h> |
17 | | #if !defined(Q_MOC_OUTPUT_REVISION) |
18 | | #error "The header file 'qpixmapcache.cpp' doesn't include <QObject>." |
19 | | #elif Q_MOC_OUTPUT_REVISION != 69 |
20 | | #error "This file was generated using the moc from 6.13.0. It" |
21 | | #error "cannot be used with the include files from this version of Qt." |
22 | | #error "(The moc has changed too much.)" |
23 | | #endif |
24 | | |
25 | | #ifndef Q_CONSTINIT |
26 | | #define Q_CONSTINIT |
27 | | #endif |
28 | | |
29 | | QT_WARNING_PUSH |
30 | | QT_WARNING_DISABLE_DEPRECATED |
31 | | QT_WARNING_DISABLE_GCC("-Wuseless-cast") |
32 | | namespace { |
33 | | struct qt_meta_tag_ZN8QPMCacheE_t {}; |
34 | | } // unnamed namespace |
35 | | |
36 | | template <> constexpr inline auto QPMCache::qt_create_metaobjectdata<qt_meta_tag_ZN8QPMCacheE_t>() |
37 | 0 | { |
38 | 0 | namespace QMC = QtMocConstants; |
39 | 0 | QtMocHelpers::StringRefStorage qt_stringData { |
40 | 0 | "QPMCache" |
41 | 0 | }; |
42 | 0 |
|
43 | 0 | QtMocHelpers::UintData qt_methods { |
44 | 0 | }; |
45 | 0 | QtMocHelpers::UintData qt_properties { |
46 | 0 | }; |
47 | 0 | QtMocHelpers::UintData qt_enums { |
48 | 0 | }; |
49 | 0 | return QtMocHelpers::metaObjectData<QPMCache, qt_meta_tag_ZN8QPMCacheE_t>(QMC::MetaObjectFlag{}, qt_stringData, |
50 | 0 | qt_methods, qt_properties, qt_enums); |
51 | 0 | } |
52 | | Q_CONSTINIT const QMetaObject QPMCache::staticMetaObject = { { |
53 | | QMetaObject::SuperData::link<QObject::staticMetaObject>(), |
54 | | qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8QPMCacheE_t>.stringdata, |
55 | | qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8QPMCacheE_t>.data, |
56 | | qt_static_metacall, |
57 | | nullptr, |
58 | | qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN8QPMCacheE_t>.metaTypes, |
59 | | nullptr |
60 | | } }; |
61 | | |
62 | | void QPMCache::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
63 | 0 | { |
64 | 0 | auto *_t = static_cast<QPMCache *>(_o); |
65 | 0 | (void)_t; |
66 | 0 | (void)_c; |
67 | 0 | (void)_id; |
68 | 0 | (void)_a; |
69 | 0 | } |
70 | | |
71 | | const QMetaObject *QPMCache::metaObject() const |
72 | 0 | { |
73 | 0 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
74 | 0 | } |
75 | | |
76 | | void *QPMCache::qt_metacast(const char *_clname) |
77 | 0 | { |
78 | 0 | if (!_clname) return nullptr; |
79 | 0 | if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN8QPMCacheE_t>.strings)) |
80 | 0 | return static_cast<void*>(this); |
81 | 0 | if (!strcmp(_clname, "QCache<QPixmapCache::Key,QPixmapCacheEntry>")) |
82 | 0 | return static_cast< QCache<QPixmapCache::Key,QPixmapCacheEntry>*>(this); |
83 | 0 | return QObject::qt_metacast(_clname); |
84 | 0 | } |
85 | | |
86 | | int QPMCache::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
87 | 0 | { |
88 | 0 | _id = QObject::qt_metacall(_c, _id, _a); |
89 | 0 | return _id; |
90 | 0 | } |
91 | | QT_WARNING_POP |