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