umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_resolutionwidget.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'resolutionwidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'resolutionwidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37template <> constexpr inline auto ResolutionWidget::qt_create_metaobjectdata<qt_meta_tag_ZN16ResolutionWidgetE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "ResolutionWidget",
42 "slotTextChanged",
43 "",
44 "text"
45 };
46
47 QtMocHelpers::UintData qt_methods {
48 // Slot 'slotTextChanged'
49 QtMocHelpers::SlotData<void(const QString &)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
50 { QMetaType::QString, 3 },
51 }}),
52 };
53 QtMocHelpers::UintData qt_properties {
54 };
55 QtMocHelpers::UintData qt_enums {
56 };
57 return QtMocHelpers::metaObjectData<ResolutionWidget, qt_meta_tag_ZN16ResolutionWidgetE_t>(QMC::MetaObjectFlag{}, qt_stringData,
58 qt_methods, qt_properties, qt_enums);
59}
60Q_CONSTINIT const QMetaObject ResolutionWidget::staticMetaObject = { {
61 QMetaObject::SuperData::link<ComboBoxWidgetBase::staticMetaObject>(),
62 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16ResolutionWidgetE_t>.stringdata,
63 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16ResolutionWidgetE_t>.data,
64 qt_static_metacall,
65 nullptr,
66 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN16ResolutionWidgetE_t>.metaTypes,
67 nullptr
68} };
69
70void ResolutionWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71{
72 auto *_t = static_cast<ResolutionWidget *>(_o);
73 if (_c == QMetaObject::InvokeMetaMethod) {
74 switch (_id) {
75 case 0: _t->slotTextChanged((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
76 default: ;
77 }
78 }
79}
80
81const QMetaObject *ResolutionWidget::metaObject() const
82{
83 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
84}
85
86void *ResolutionWidget::qt_metacast(const char *_clname)
87{
88 if (!_clname) return nullptr;
89 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16ResolutionWidgetE_t>.strings))
90 return static_cast<void*>(this);
91 return ComboBoxWidgetBase::qt_metacast(_clname);
92}
93
94int ResolutionWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
95{
96 _id = ComboBoxWidgetBase::qt_metacall(_c, _id, _a);
97 if (_id < 0)
98 return _id;
99 if (_c == QMetaObject::InvokeMetaMethod) {
100 if (_id < 1)
101 qt_static_metacall(this, _c, _id, _a);
102 _id -= 1;
103 }
104 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
105 if (_id < 1)
106 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
107 _id -= 1;
108 }
109 return _id;
110}
111QT_WARNING_POP
ResolutionWidget(QWidget *parent=nullptr)
Definition resolutionwidget.cpp:24
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33