1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'glwidget.h' |
3 | ** |
4 | ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0) |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost! |
7 | *****************************************************************************/ |
8 | |
9 | #include <memory> |
10 | #include "glwidget.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'glwidget.h' doesn't include <QObject>." |
15 | #elif Q_MOC_OUTPUT_REVISION != 68 |
16 | #error "This file was generated using the moc from 6.0.0. 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 | |
21 | QT_BEGIN_MOC_NAMESPACE |
22 | QT_WARNING_PUSH |
23 | QT_WARNING_DISABLE_DEPRECATED |
24 | struct qt_meta_stringdata_GLWidget_t { |
25 | const uint offsetsAndSize[6]; |
26 | char stringdata0[18]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_GLWidget_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_GLWidget_t qt_meta_stringdata_GLWidget = { |
31 | { |
32 | QT_MOC_LITERAL(0, 8), // "GLWidget" |
33 | QT_MOC_LITERAL(9, 7), // "clicked" |
34 | QT_MOC_LITERAL(17, 0) // "" |
35 | |
36 | }, |
37 | "GLWidget\0clicked\0" |
38 | }; |
39 | #undef QT_MOC_LITERAL |
40 | |
41 | static const uint qt_meta_data_GLWidget[] = { |
42 | |
43 | // content: |
44 | 9, // revision |
45 | 0, // classname |
46 | 0, 0, // classinfo |
47 | 1, 14, // methods |
48 | 0, 0, // properties |
49 | 0, 0, // enums/sets |
50 | 0, 0, // constructors |
51 | 0, // flags |
52 | 1, // signalCount |
53 | |
54 | // signals: name, argc, parameters, tag, flags, initial metatype offsets |
55 | 1, 0, 20, 2, 0x06, 0 /* Public */, |
56 | |
57 | // signals: parameters |
58 | QMetaType::Void, |
59 | |
60 | 0 // eod |
61 | }; |
62 | |
63 | void GLWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
64 | { |
65 | if (_c == QMetaObject::InvokeMetaMethod) { |
66 | Q_ASSERT(staticMetaObject.cast(_o)); |
67 | auto *_t = static_cast<GLWidget *>(_o); |
68 | Q_UNUSED(_t) |
69 | switch (_id) { |
70 | case 0: _t->clicked(); break; |
71 | default: ; |
72 | } |
73 | } else if (_c == QMetaObject::IndexOfMethod) { |
74 | int *result = reinterpret_cast<int *>(_a[0]); |
75 | { |
76 | using _t = void (GLWidget::*)(); |
77 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&GLWidget::clicked)) { |
78 | *result = 0; |
79 | return; |
80 | } |
81 | } |
82 | } |
83 | Q_UNUSED(_a); |
84 | } |
85 | |
86 | const QMetaObject GLWidget::staticMetaObject = { { |
87 | QMetaObject::SuperData::link<QOpenGLWidget::staticMetaObject>(), |
88 | qt_meta_stringdata_GLWidget.offsetsAndSize, |
89 | qt_meta_data_GLWidget, |
90 | qt_static_metacall, |
91 | nullptr, |
92 | qt_incomplete_metaTypeArray<qt_meta_stringdata_GLWidget_t |
93 | , QtPrivate::TypeAndForceComplete<void, std::false_type> |
94 | |
95 | |
96 | |
97 | >, |
98 | nullptr |
99 | } }; |
100 | |
101 | |
102 | const QMetaObject *GLWidget::metaObject() const |
103 | { |
104 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
105 | } |
106 | |
107 | void *GLWidget::qt_metacast(const char *_clname) |
108 | { |
109 | if (!_clname) return nullptr; |
110 | if (!strcmp(_clname, qt_meta_stringdata_GLWidget.stringdata0)) |
111 | return static_cast<void*>(this); |
112 | if (!strcmp(_clname, "QOpenGLFunctions" )) |
113 | return static_cast< QOpenGLFunctions*>(this); |
114 | return QOpenGLWidget::qt_metacast(_clname); |
115 | } |
116 | |
117 | int GLWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
118 | { |
119 | _id = QOpenGLWidget::qt_metacall(_c, _id, _a); |
120 | if (_id < 0) |
121 | return _id; |
122 | if (_c == QMetaObject::InvokeMetaMethod) { |
123 | if (_id < 1) |
124 | qt_static_metacall(this, _c, _id, _a); |
125 | _id -= 1; |
126 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
127 | if (_id < 1) |
128 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
129 | _id -= 1; |
130 | } |
131 | return _id; |
132 | } |
133 | |
134 | // SIGNAL 0 |
135 | void GLWidget::clicked() |
136 | { |
137 | QMetaObject::activate(this, &staticMetaObject, 0, nullptr); |
138 | } |
139 | QT_WARNING_POP |
140 | QT_END_MOC_NAMESPACE |
141 | |