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