umbrello 25.11.70
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 68 (Qt 6.8.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 != 68
21#error "This file was generated using the moc from 6.8.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
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN20AutoLayoutOptionPageE = QtMocHelpers::stringData(
40 "AutoLayoutOptionPage",
41 "applyClicked",
42 "",
43 "slotAutoDotPathCBClicked",
44 "value"
45);
46#else // !QT_MOC_HAS_STRINGDATA
47#error "qtmochelpers.h not found or too old."
48#endif // !QT_MOC_HAS_STRINGDATA
49
51
52 // content:
53 12, // revision
54 0, // classname
55 0, 0, // classinfo
56 2, 14, // methods
57 0, 0, // properties
58 0, 0, // enums/sets
59 0, 0, // constructors
60 0, // flags
61 1, // signalCount
62
63 // signals: name, argc, parameters, tag, flags, initial metatype offsets
64 1, 0, 26, 2, 0x06, 1 /* Public */,
65
66 // slots: name, argc, parameters, tag, flags, initial metatype offsets
67 3, 1, 27, 2, 0x09, 2 /* Protected */,
68
69 // signals: parameters
70 QMetaType::Void,
71
72 // slots: parameters
73 QMetaType::Void, QMetaType::Bool, 4,
74
75 0 // eod
76};
77
78Q_CONSTINIT const QMetaObject AutoLayoutOptionPage::staticMetaObject = { {
79 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
80 qt_meta_stringdata_ZN20AutoLayoutOptionPageE.offsetsAndSizes,
82 qt_static_metacall,
83 nullptr,
84 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20AutoLayoutOptionPageE_t,
85 // Q_OBJECT / Q_GADGET
86 QtPrivate::TypeAndForceComplete<AutoLayoutOptionPage, std::true_type>,
87 // method 'applyClicked'
88 QtPrivate::TypeAndForceComplete<void, std::false_type>,
89 // method 'slotAutoDotPathCBClicked'
90 QtPrivate::TypeAndForceComplete<void, std::false_type>,
91 QtPrivate::TypeAndForceComplete<bool, std::false_type>
92 >,
93 nullptr
94} };
95
96void AutoLayoutOptionPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
97{
98 auto *_t = static_cast<AutoLayoutOptionPage *>(_o);
99 if (_c == QMetaObject::InvokeMetaMethod) {
100 switch (_id) {
101 case 0: _t->applyClicked(); break;
102 case 1: _t->slotAutoDotPathCBClicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
103 default: ;
104 }
105 }
106 if (_c == QMetaObject::IndexOfMethod) {
107 int *result = reinterpret_cast<int *>(_a[0]);
108 {
109 using _q_method_type = void (AutoLayoutOptionPage::*)();
110 if (_q_method_type _q_method = &AutoLayoutOptionPage::applyClicked; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
111 *result = 0;
112 return;
113 }
114 }
115 }
116}
117
118const QMetaObject *AutoLayoutOptionPage::metaObject() const
119{
120 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
121}
122
123void *AutoLayoutOptionPage::qt_metacast(const char *_clname)
124{
125 if (!_clname) return nullptr;
126 if (!strcmp(_clname, qt_meta_stringdata_ZN20AutoLayoutOptionPageE.stringdata0))
127 return static_cast<void*>(this);
128 return DialogPageBase::qt_metacast(_clname);
129}
130
131int AutoLayoutOptionPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
132{
133 _id = DialogPageBase::qt_metacall(_c, _id, _a);
134 if (_id < 0)
135 return _id;
136 if (_c == QMetaObject::InvokeMetaMethod) {
137 if (_id < 2)
138 qt_static_metacall(this, _c, _id, _a);
139 _id -= 2;
140 }
141 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142 if (_id < 2)
143 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
144 _id -= 2;
145 }
146 return _id;
147}
148
149// SIGNAL 0
151{
152 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
153}
154QT_WARNING_POP
AutoLayoutOptionPage(QWidget *parent=nullptr)
Definition autolayoutoptionpage.cpp:28
void applyClicked()
Definition moc_autolayoutoptionpage.cpp:150
static Q_CONSTINIT const uint qt_meta_data_ZN20AutoLayoutOptionPageE[]
Definition moc_autolayoutoptionpage.cpp:50
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33