1/****************************************************************************
2** Meta object code from reading C++ file 'abstractdebugger.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 "../../../../../src/base/abstractdebugger.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'abstractdebugger.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_AbstractDebugger_t {
25 QByteArrayData data[5];
26 char stringdata0[49];
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_AbstractDebugger_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33static const qt_meta_stringdata_AbstractDebugger_t qt_meta_stringdata_AbstractDebugger = {
34 {
35QT_MOC_LITERAL(0, 0, 16), // "AbstractDebugger"
36QT_MOC_LITERAL(1, 17, 15), // "runStateChanged"
37QT_MOC_LITERAL(2, 33, 0), // ""
38QT_MOC_LITERAL(3, 34, 8), // "RunState"
39QT_MOC_LITERAL(4, 43, 5) // "state"
40
41 },
42 "AbstractDebugger\0runStateChanged\0\0"
43 "RunState\0state"
44};
45#undef QT_MOC_LITERAL
46
47static const uint qt_meta_data_AbstractDebugger[] = {
48
49 // content:
50 8, // revision
51 0, // classname
52 0, 0, // classinfo
53 1, 14, // methods
54 0, 0, // properties
55 0, 0, // enums/sets
56 0, 0, // constructors
57 0, // flags
58 1, // signalCount
59
60 // signals: name, argc, parameters, tag, flags
61 1, 1, 19, 2, 0x06 /* Public */,
62
63 // signals: parameters
64 QMetaType::Void, 0x80000000 | 3, 4,
65
66 0 // eod
67};
68
69void AbstractDebugger::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
70{
71 if (_c == QMetaObject::InvokeMetaMethod) {
72 auto *_t = static_cast<AbstractDebugger *>(_o);
73 (void)_t;
74 switch (_id) {
75 case 0: _t->runStateChanged((*reinterpret_cast< RunState(*)>(_a[1]))); break;
76 default: ;
77 }
78 } else if (_c == QMetaObject::IndexOfMethod) {
79 int *result = reinterpret_cast<int *>(_a[0]);
80 {
81 using _t = void (AbstractDebugger::*)(RunState );
82 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AbstractDebugger::runStateChanged)) {
83 *result = 0;
84 return;
85 }
86 }
87 }
88}
89
90QT_INIT_METAOBJECT const QMetaObject AbstractDebugger::staticMetaObject = { {
91 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
92 qt_meta_stringdata_AbstractDebugger.data,
93 qt_meta_data_AbstractDebugger,
94 qt_static_metacall,
95 nullptr,
96 nullptr
97} };
98
99
100const QMetaObject *AbstractDebugger::metaObject() const
101{
102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
103}
104
105void *AbstractDebugger::qt_metacast(const char *_clname)
106{
107 if (!_clname) return nullptr;
108 if (!strcmp(_clname, qt_meta_stringdata_AbstractDebugger.stringdata0))
109 return static_cast<void*>(this);
110 return QObject::qt_metacast(_clname);
111}
112
113int AbstractDebugger::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
114{
115 _id = QObject::qt_metacall(_c, _id, _a);
116 if (_id < 0)
117 return _id;
118 if (_c == QMetaObject::InvokeMetaMethod) {
119 if (_id < 1)
120 qt_static_metacall(this, _c, _id, _a);
121 _id -= 1;
122 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 if (_id < 1)
124 *reinterpret_cast<int*>(_a[0]) = -1;
125 _id -= 1;
126 }
127 return _id;
128}
129
130// SIGNAL 0
131void AbstractDebugger::runStateChanged(RunState _t1)
132{
133 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
134 QMetaObject::activate(this, &staticMetaObject, 0, _a);
135}
136QT_WARNING_POP
137QT_END_MOC_NAMESPACE
138