EstervVault 1.0.0
Store encrypted data on the local system
Loading...
Searching...
No Matches
moc_about.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'about.hpp'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../../estervdesigns-src/CustomControls/aboutThis/include/esterv/utils/about.hpp"
10#include <QtNetwork/QSslPreSharedKeyAuthenticator>
11#include <QtNetwork/QSslError>
12#include <QtCore/qmetatype.h>
13
14#include <QtCore/qtmochelpers.h>
15
16#include <memory>
17
18
19#include <QtCore/qxptype_traits.h>
20#if !defined(Q_MOC_OUTPUT_REVISION)
21#error "The header file 'about.hpp' doesn't include <QObject>."
22#elif Q_MOC_OUTPUT_REVISION != 68
23#error "This file was generated using the moc from 6.8.1. It"
24#error "cannot be used with the include files from this version of Qt."
25#error "(The moc has changed too much.)"
26#endif
27
28#ifndef Q_CONSTINIT
29#define Q_CONSTINIT
30#endif
31
32QT_WARNING_PUSH
34QT_WARNING_DISABLE_GCC("-Wuseless-cast")
35namespace {
36struct qt_meta_tag_ZN6Esterv5Utils9AboutThisE_t {};
37} // unnamed namespace
38
39
40#ifdef QT_MOC_HAS_STRINGDATA
41static constexpr auto qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE = QtMocHelpers::stringData(
42 "Esterv::Utils::AboutThis",
43 "QML.Element",
44 "auto",
45 "QML.Singleton",
46 "true",
47 "changed",
48 "",
49 "version",
50 "name",
51 "buildArch",
52 "buildTime"
53);
54#else // !QT_MOC_HAS_STRINGDATA
55#error "qtmochelpers.h not found or too old."
56#endif // !QT_MOC_HAS_STRINGDATA
57
58Q_CONSTINIT static const uint qt_meta_data_ZN6Esterv5Utils9AboutThisE[] = {
59
60 // content:
61 12, // revision
62 0, // classname
63 2, 14, // classinfo
64 1, 18, // methods
65 4, 25, // properties
66 0, 0, // enums/sets
67 0, 0, // constructors
68 0, // flags
69 1, // signalCount
70
71 // classinfo: key, value
72 1, 2,
73 3, 4,
74
75 // signals: name, argc, parameters, tag, flags, initial metatype offsets
76 5, 0, 24, 6, 0x06, 5 /* Public */,
77
78 // signals: parameters
80
81 // properties: name, type, flags, notifyId, revision
82 7, QMetaType::QString, 0x00015103, uint(0), 0,
83 8, QMetaType::QString, 0x00015003, uint(0), 0,
84 9, QMetaType::QString, 0x00015401, uint(-1), 0,
85 10, QMetaType::QDateTime, 0x00015401, uint(-1), 0,
86
87 0 // eod
88};
89
90Q_CONSTINIT const QMetaObject Esterv::Utils::AboutThis::staticMetaObject = { {
91 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
92 qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.offsetsAndSizes,
93 qt_meta_data_ZN6Esterv5Utils9AboutThisE,
94 qt_static_metacall,
95 nullptr,
96 qt_metaTypeArray<
97 // property 'version'
98 QString,
99 // property 'name'
100 QString,
101 // property 'buildArch'
102 QString,
103 // property 'buildTime'
104 QDateTime,
105 // Q_OBJECT / Q_GADGET
106 AboutThis,
107 // method 'changed'
108 void
109 >,
110 nullptr
111} };
112
113void Esterv::Utils::AboutThis::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
114{
115 auto *_t = static_cast<AboutThis *>(_o);
116 if (_c == QMetaObject::InvokeMetaMethod) {
117 switch (_id) {
118 case 0: _t->changed(); break;
119 default: ;
120 }
121 }
122 if (_c == QMetaObject::IndexOfMethod) {
123 int *result = reinterpret_cast<int *>(_a[0]);
124 {
125 using _q_method_type = void (AboutThis::*)();
126 if (_q_method_type _q_method = &AboutThis::changed; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
127 *result = 0;
128 return;
129 }
130 }
131 }
132 if (_c == QMetaObject::ReadProperty) {
133 void *_v = _a[0];
134 switch (_id) {
135 case 0: *reinterpret_cast< QString*>(_v) = _t->version(); break;
136 case 1: *reinterpret_cast< QString*>(_v) = _t->m_name; break;
137 case 2: *reinterpret_cast< QString*>(_v) = _t->buildArch(); break;
138 case 3: *reinterpret_cast< QDateTime*>(_v) = _t->buildTime(); break;
139 default: break;
140 }
141 }
142 if (_c == QMetaObject::WriteProperty) {
143 void *_v = _a[0];
144 switch (_id) {
145 case 0: _t->setVersion(*reinterpret_cast< QString*>(_v)); break;
146 case 1:
147 if (_t->m_name != *reinterpret_cast< QString*>(_v)) {
148 _t->m_name = *reinterpret_cast< QString*>(_v);
149 Q_EMIT _t->changed();
150 }
151 break;
152 default: break;
153 }
154 }
155}
156
158{
159 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
160}
161
162void *Esterv::Utils::AboutThis::qt_metacast(const char *_clname)
163{
164 if (!_clname) return nullptr;
165 if (!strcmp(_clname, qt_meta_stringdata_ZN6Esterv5Utils9AboutThisE.stringdata0))
166 return static_cast<void*>(this);
167 return QObject::qt_metacast(_clname);
168}
169
170int Esterv::Utils::AboutThis::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
171{
172 _id = QObject::qt_metacall(_c, _id, _a);
173 if (_id < 0)
174 return _id;
175 if (_c == QMetaObject::InvokeMetaMethod) {
176 if (_id < 1)
177 qt_static_metacall(this, _c, _id, _a);
178 _id -= 1;
179 }
180 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
181 if (_id < 1)
182 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
183 _id -= 1;
184 }
185 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
186 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
187 || _c == QMetaObject::RegisterPropertyMetaType) {
188 qt_static_metacall(this, _c, _id, _a);
189 _id -= 4;
190 }
191 return _id;
192}
193
194// SIGNAL 0
196{
197 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
198}
199QT_WARNING_POP
void changed()
Definition moc_about.cpp:138
Definition moc_about.cpp:33
Q_EMITQ_EMIT
virtual const QMetaObject * metaObject() const const
T strcmp(T... args)