-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoc_contest.cpp
352 lines (324 loc) · 12 KB
/
moc_contest.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
/****************************************************************************
** Meta object code from reading C++ file 'contest.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.6)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "contest.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'contest.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.15.6. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_Contest_t {
QByteArrayData data[17];
char stringdata0[286];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_Contest_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_Contest_t qt_meta_stringdata_Contest = {
{
QT_MOC_LITERAL(0, 0, 7), // "Contest"
QT_MOC_LITERAL(1, 8, 22), // "taskAddedForContestant"
QT_MOC_LITERAL(2, 31, 0), // ""
QT_MOC_LITERAL(3, 32, 24), // "taskDeletedForContestant"
QT_MOC_LITERAL(4, 57, 18), // "taskAddedForViewer"
QT_MOC_LITERAL(5, 76, 20), // "taskDeletedForViewer"
QT_MOC_LITERAL(6, 97, 19), // "problemTitleChanged"
QT_MOC_LITERAL(7, 117, 18), // "singleCaseFinished"
QT_MOC_LITERAL(8, 136, 18), // "taskJudgingStarted"
QT_MOC_LITERAL(9, 155, 19), // "taskJudgingFinished"
QT_MOC_LITERAL(10, 175, 22), // "contestantJudgingStart"
QT_MOC_LITERAL(11, 198, 25), // "contestantJudgingFinished"
QT_MOC_LITERAL(12, 224, 12), // "compileError"
QT_MOC_LITERAL(13, 237, 17), // "stopJudgingSignal"
QT_MOC_LITERAL(14, 255, 5), // "judge"
QT_MOC_LITERAL(15, 261, 8), // "judgeAll"
QT_MOC_LITERAL(16, 270, 15) // "stopJudgingSlot"
},
"Contest\0taskAddedForContestant\0\0"
"taskDeletedForContestant\0taskAddedForViewer\0"
"taskDeletedForViewer\0problemTitleChanged\0"
"singleCaseFinished\0taskJudgingStarted\0"
"taskJudgingFinished\0contestantJudgingStart\0"
"contestantJudgingFinished\0compileError\0"
"stopJudgingSignal\0judge\0judgeAll\0"
"stopJudgingSlot"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_Contest[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
16, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
12, // signalCount
// signals: name, argc, parameters, tag, flags
1, 0, 94, 2, 0x06 /* Public */,
3, 1, 95, 2, 0x06 /* Public */,
4, 0, 98, 2, 0x06 /* Public */,
5, 1, 99, 2, 0x06 /* Public */,
6, 0, 102, 2, 0x06 /* Public */,
7, 4, 103, 2, 0x06 /* Public */,
8, 1, 112, 2, 0x06 /* Public */,
9, 0, 115, 2, 0x06 /* Public */,
10, 1, 116, 2, 0x06 /* Public */,
11, 0, 119, 2, 0x06 /* Public */,
12, 2, 120, 2, 0x06 /* Public */,
13, 0, 125, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
14, 1, 126, 2, 0x0a /* Public */,
14, 2, 129, 2, 0x0a /* Public */,
15, 0, 134, 2, 0x0a /* Public */,
16, 0, 135, 2, 0x0a /* Public */,
// signals: parameters
QMetaType::Void,
QMetaType::Void, QMetaType::Int, 2,
QMetaType::Void,
QMetaType::Void, QMetaType::Int, 2,
QMetaType::Void,
QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Int, 2, 2, 2, 2,
QMetaType::Void, QMetaType::QString, 2,
QMetaType::Void,
QMetaType::Void, QMetaType::QString, 2,
QMetaType::Void,
QMetaType::Void, QMetaType::Int, QMetaType::Int, 2, 2,
QMetaType::Void,
// slots: parameters
QMetaType::Void, QMetaType::QString, 2,
QMetaType::Void, QMetaType::QString, QMetaType::Int, 2, 2,
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void Contest::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<Contest *>(_o);
(void)_t;
switch (_id) {
case 0: _t->taskAddedForContestant(); break;
case 1: _t->taskDeletedForContestant((*reinterpret_cast< int(*)>(_a[1]))); break;
case 2: _t->taskAddedForViewer(); break;
case 3: _t->taskDeletedForViewer((*reinterpret_cast< int(*)>(_a[1]))); break;
case 4: _t->problemTitleChanged(); break;
case 5: _t->singleCaseFinished((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break;
case 6: _t->taskJudgingStarted((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 7: _t->taskJudgingFinished(); break;
case 8: _t->contestantJudgingStart((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 9: _t->contestantJudgingFinished(); break;
case 10: _t->compileError((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
case 11: _t->stopJudgingSignal(); break;
case 12: _t->judge((*reinterpret_cast< const QString(*)>(_a[1]))); break;
case 13: _t->judge((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
case 14: _t->judgeAll(); break;
case 15: _t->stopJudgingSlot(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskAddedForContestant)) {
*result = 0;
return;
}
}
{
using _t = void (Contest::*)(int );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskDeletedForContestant)) {
*result = 1;
return;
}
}
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskAddedForViewer)) {
*result = 2;
return;
}
}
{
using _t = void (Contest::*)(int );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskDeletedForViewer)) {
*result = 3;
return;
}
}
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::problemTitleChanged)) {
*result = 4;
return;
}
}
{
using _t = void (Contest::*)(int , int , int , int );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::singleCaseFinished)) {
*result = 5;
return;
}
}
{
using _t = void (Contest::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskJudgingStarted)) {
*result = 6;
return;
}
}
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::taskJudgingFinished)) {
*result = 7;
return;
}
}
{
using _t = void (Contest::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::contestantJudgingStart)) {
*result = 8;
return;
}
}
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::contestantJudgingFinished)) {
*result = 9;
return;
}
}
{
using _t = void (Contest::*)(int , int );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::compileError)) {
*result = 10;
return;
}
}
{
using _t = void (Contest::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Contest::stopJudgingSignal)) {
*result = 11;
return;
}
}
}
}
QT_INIT_METAOBJECT const QMetaObject Contest::staticMetaObject = { {
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
qt_meta_stringdata_Contest.data,
qt_meta_data_Contest,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *Contest::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *Contest::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_Contest.stringdata0))
return static_cast<void*>(this);
return QObject::qt_metacast(_clname);
}
int Contest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QObject::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 16)
qt_static_metacall(this, _c, _id, _a);
_id -= 16;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 16)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 16;
}
return _id;
}
// SIGNAL 0
void Contest::taskAddedForContestant()
{
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
}
// SIGNAL 1
void Contest::taskDeletedForContestant(int _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 1, _a);
}
// SIGNAL 2
void Contest::taskAddedForViewer()
{
QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
}
// SIGNAL 3
void Contest::taskDeletedForViewer(int _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 3, _a);
}
// SIGNAL 4
void Contest::problemTitleChanged()
{
QMetaObject::activate(this, &staticMetaObject, 4, nullptr);
}
// SIGNAL 5
void Contest::singleCaseFinished(int _t1, int _t2, int _t3, int _t4)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t3))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t4))) };
QMetaObject::activate(this, &staticMetaObject, 5, _a);
}
// SIGNAL 6
void Contest::taskJudgingStarted(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 6, _a);
}
// SIGNAL 7
void Contest::taskJudgingFinished()
{
QMetaObject::activate(this, &staticMetaObject, 7, nullptr);
}
// SIGNAL 8
void Contest::contestantJudgingStart(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 8, _a);
}
// SIGNAL 9
void Contest::contestantJudgingFinished()
{
QMetaObject::activate(this, &staticMetaObject, 9, nullptr);
}
// SIGNAL 10
void Contest::compileError(int _t1, int _t2)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
QMetaObject::activate(this, &staticMetaObject, 10, _a);
}
// SIGNAL 11
void Contest::stopJudgingSignal()
{
QMetaObject::activate(this, &staticMetaObject, 11, nullptr);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE