umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_autolayoutoptionpage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'autolayoutoptionpage.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 'autolayoutoptionpage.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 AutoLayoutOptionPage::qt_create_metaobjectdata<qt_meta_tag_ZN20AutoLayoutOptionPageE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "AutoLayoutOptionPage",
42 "applyClicked",
43 "",
44 "slotAutoDotPathCBClicked",
45 "value"
46 };
47
48 QtMocHelpers::UintData qt_methods {
49 // Signal 'applyClicked'
50 QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
51 // Slot 'slotAutoDotPathCBClicked'
52 QtMocHelpers::SlotData<void(bool)>(3, 2, QMC::AccessProtected, QMetaType::Void, {{
53 { QMetaType::Bool, 4 },
54 }}),
55 };
56 QtMocHelpers::UintData qt_properties {
57 };
58 QtMocHelpers::UintData qt_enums {
59 };
60 return QtMocHelpers::metaObjectData<AutoLayoutOptionPage, qt_meta_tag_ZN20AutoLayoutOptionPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
61 qt_methods, qt_properties, qt_enums);
62}
63Q_CONSTINIT const QMetaObject AutoLayoutOptionPage::staticMetaObject = { {
64 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
65 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20AutoLayoutOptionPageE_t>.stringdata,
66 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20AutoLayoutOptionPageE_t>.data,
67 qt_static_metacall,
68 nullptr,
69 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN20AutoLayoutOptionPageE_t>.metaTypes,
70 nullptr
71} };
72
73void AutoLayoutOptionPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
74{
75 auto *_t = static_cast<AutoLayoutOptionPage *>(_o);
76 if (_c == QMetaObject::InvokeMetaMethod) {
77 switch (_id) {
78 case 0: _t->applyClicked(); break;
79 case 1: _t->slotAutoDotPathCBClicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
80 default: ;
81 }
82 }
83 if (_c == QMetaObject::IndexOfMethod) {
84 if (QtMocHelpers::indexOfMethod<void (AutoLayoutOptionPage::*)()>(_a, &AutoLayoutOptionPage::applyClicked, 0))
85 return;
86 }
87}
88
89const QMetaObject *AutoLayoutOptionPage::metaObject() const
90{
91 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
92}
93
94void *AutoLayoutOptionPage::qt_metacast(const char *_clname)
95{
96 if (!_clname) return nullptr;
97 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20AutoLayoutOptionPageE_t>.strings))
98 return static_cast<void*>(this);
99 return DialogPageBase::qt_metacast(_clname);
100}
101
102int AutoLayoutOptionPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
103{
104 _id = DialogPageBase::qt_metacall(_c, _id, _a);
105 if (_id < 0)
106 return _id;
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 if (_id < 2)
109 qt_static_metacall(this, _c, _id, _a);
110 _id -= 2;
111 }
112 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
113 if (_id < 2)
114 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
115 _id -= 2;
116 }
117 return _id;
118}
119
120// SIGNAL 0
122{
123 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
124}
125QT_WARNING_POP
AutoLayoutOptionPage(QWidget *parent=nullptr)
Definition autolayoutoptionpage.cpp:28
void applyClicked()
Definition moc_autolayoutoptionpage.cpp:121
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33