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