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