1/****************************************************************************
2** Meta object code from reading C++ file 'ConfigWidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.7)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../../3rdparty/unioncode-GitQlient/src/big_widgets/ConfigWidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'ConfigWidget.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.7. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_ConfigWidget_t {
25 QByteArrayData data[11];
26 char stringdata0[171];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_ConfigWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33static const qt_meta_stringdata_ConfigWidget_t qt_meta_stringdata_ConfigWidget = {
34 {
35QT_MOC_LITERAL(0, 0, 12), // "ConfigWidget"
36QT_MOC_LITERAL(1, 13, 10), // "reloadView"
37QT_MOC_LITERAL(2, 24, 0), // ""
38QT_MOC_LITERAL(3, 25, 21), // "buildSystemConfigured"
39QT_MOC_LITERAL(4, 47, 10), // "configured"
40QT_MOC_LITERAL(5, 58, 27), // "commitTitleMaxLenghtChanged"
41QT_MOC_LITERAL(6, 86, 22), // "panelsVisibilityChaned"
42QT_MOC_LITERAL(7, 109, 10), // "saveConfig"
43QT_MOC_LITERAL(8, 120, 26), // "onCredentialsOptionChanged"
44QT_MOC_LITERAL(9, 147, 16), // "QAbstractButton*"
45QT_MOC_LITERAL(10, 164, 6) // "button"
46
47 },
48 "ConfigWidget\0reloadView\0\0buildSystemConfigured\0"
49 "configured\0commitTitleMaxLenghtChanged\0"
50 "panelsVisibilityChaned\0saveConfig\0"
51 "onCredentialsOptionChanged\0QAbstractButton*\0"
52 "button"
53};
54#undef QT_MOC_LITERAL
55
56static const uint qt_meta_data_ConfigWidget[] = {
57
58 // content:
59 8, // revision
60 0, // classname
61 0, 0, // classinfo
62 6, 14, // methods
63 0, 0, // properties
64 0, 0, // enums/sets
65 0, 0, // constructors
66 0, // flags
67 4, // signalCount
68
69 // signals: name, argc, parameters, tag, flags
70 1, 0, 44, 2, 0x06 /* Public */,
71 3, 1, 45, 2, 0x06 /* Public */,
72 5, 0, 48, 2, 0x06 /* Public */,
73 6, 0, 49, 2, 0x06 /* Public */,
74
75 // slots: name, argc, parameters, tag, flags
76 7, 0, 50, 2, 0x08 /* Private */,
77 8, 1, 51, 2, 0x08 /* Private */,
78
79 // signals: parameters
80 QMetaType::Void,
81 QMetaType::Void, QMetaType::Bool, 4,
82 QMetaType::Void,
83 QMetaType::Void,
84
85 // slots: parameters
86 QMetaType::Void,
87 QMetaType::Void, 0x80000000 | 9, 10,
88
89 0 // eod
90};
91
92void ConfigWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
93{
94 if (_c == QMetaObject::InvokeMetaMethod) {
95 auto *_t = static_cast<ConfigWidget *>(_o);
96 (void)_t;
97 switch (_id) {
98 case 0: _t->reloadView(); break;
99 case 1: _t->buildSystemConfigured((*reinterpret_cast< bool(*)>(_a[1]))); break;
100 case 2: _t->commitTitleMaxLenghtChanged(); break;
101 case 3: _t->panelsVisibilityChaned(); break;
102 case 4: _t->saveConfig(); break;
103 case 5: _t->onCredentialsOptionChanged((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
104 default: ;
105 }
106 } else if (_c == QMetaObject::IndexOfMethod) {
107 int *result = reinterpret_cast<int *>(_a[0]);
108 {
109 using _t = void (ConfigWidget::*)();
110 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConfigWidget::reloadView)) {
111 *result = 0;
112 return;
113 }
114 }
115 {
116 using _t = void (ConfigWidget::*)(bool );
117 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConfigWidget::buildSystemConfigured)) {
118 *result = 1;
119 return;
120 }
121 }
122 {
123 using _t = void (ConfigWidget::*)();
124 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConfigWidget::commitTitleMaxLenghtChanged)) {
125 *result = 2;
126 return;
127 }
128 }
129 {
130 using _t = void (ConfigWidget::*)();
131 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ConfigWidget::panelsVisibilityChaned)) {
132 *result = 3;
133 return;
134 }
135 }
136 }
137}
138
139QT_INIT_METAOBJECT const QMetaObject ConfigWidget::staticMetaObject = { {
140 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
141 qt_meta_stringdata_ConfigWidget.data,
142 qt_meta_data_ConfigWidget,
143 qt_static_metacall,
144 nullptr,
145 nullptr
146} };
147
148
149const QMetaObject *ConfigWidget::metaObject() const
150{
151 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
152}
153
154void *ConfigWidget::qt_metacast(const char *_clname)
155{
156 if (!_clname) return nullptr;
157 if (!strcmp(_clname, qt_meta_stringdata_ConfigWidget.stringdata0))
158 return static_cast<void*>(this);
159 return QWidget::qt_metacast(_clname);
160}
161
162int ConfigWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
163{
164 _id = QWidget::qt_metacall(_c, _id, _a);
165 if (_id < 0)
166 return _id;
167 if (_c == QMetaObject::InvokeMetaMethod) {
168 if (_id < 6)
169 qt_static_metacall(this, _c, _id, _a);
170 _id -= 6;
171 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
172 if (_id < 6)
173 *reinterpret_cast<int*>(_a[0]) = -1;
174 _id -= 6;
175 }
176 return _id;
177}
178
179// SIGNAL 0
180void ConfigWidget::reloadView()
181{
182 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
183}
184
185// SIGNAL 1
186void ConfigWidget::buildSystemConfigured(bool _t1)
187{
188 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
189 QMetaObject::activate(this, &staticMetaObject, 1, _a);
190}
191
192// SIGNAL 2
193void ConfigWidget::commitTitleMaxLenghtChanged()
194{
195 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
196}
197
198// SIGNAL 3
199void ConfigWidget::panelsVisibilityChaned()
200{
201 QMetaObject::activate(this, &staticMetaObject, 3, nullptr);
202}
203QT_WARNING_POP
204QT_END_MOC_NAMESPACE
205