Line |
Branch |
Exec |
Source |
1 |
|
|
/**************************************************************************** |
2 |
|
|
** Meta object code from reading C++ file 'plugin.hh' |
3 |
|
|
** |
4 |
|
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.3) |
5 |
|
|
** |
6 |
|
|
** WARNING! All changes made in this file will be lost! |
7 |
|
|
*****************************************************************************/ |
8 |
|
|
|
9 |
|
|
#include <memory> |
10 |
|
|
#include "plugin.hh" |
11 |
|
|
#include <QtCore/qbytearray.h> |
12 |
|
|
#include <QtCore/qmetatype.h> |
13 |
|
|
#include <QtCore/qplugin.h> |
14 |
|
|
#if !defined(Q_MOC_OUTPUT_REVISION) |
15 |
|
|
#error "The header file 'plugin.hh' doesn't include <QObject>." |
16 |
|
|
#elif Q_MOC_OUTPUT_REVISION != 67 |
17 |
|
|
#error "This file was generated using the moc from 5.15.3. 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_hpp__gui__CoalPlugin_t { |
26 |
|
|
QByteArrayData data[7]; |
27 |
|
|
char stringdata0[65]; |
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_hpp__gui__CoalPlugin_t, stringdata0) + ofs \ |
32 |
|
|
- idx * sizeof(QByteArrayData)) \ |
33 |
|
|
) |
34 |
|
|
static const qt_meta_stringdata_hpp__gui__CoalPlugin_t qt_meta_stringdata_hpp__gui__CoalPlugin = { |
35 |
|
|
{ |
36 |
|
|
QT_MOC_LITERAL(0, 0, 20), // "hpp::gui::CoalPlugin" |
37 |
|
|
QT_MOC_LITERAL(1, 21, 5), // "addBV" |
38 |
|
|
QT_MOC_LITERAL(2, 27, 0), // "" |
39 |
|
|
QT_MOC_LITERAL(3, 28, 4), // "name" |
40 |
|
|
QT_MOC_LITERAL(4, 33, 8), // "filename" |
41 |
|
|
QT_MOC_LITERAL(5, 42, 11), // "splitMethod" |
42 |
|
|
QT_MOC_LITERAL(6, 54, 10) // "openDialog" |
43 |
|
|
|
44 |
|
|
}, |
45 |
|
|
"hpp::gui::CoalPlugin\0addBV\0\0name\0" |
46 |
|
|
"filename\0splitMethod\0openDialog" |
47 |
|
|
}; |
48 |
|
|
#undef QT_MOC_LITERAL |
49 |
|
|
|
50 |
|
|
static const uint qt_meta_data_hpp__gui__CoalPlugin[] = { |
51 |
|
|
|
52 |
|
|
// content: |
53 |
|
|
8, // revision |
54 |
|
|
0, // classname |
55 |
|
|
0, 0, // classinfo |
56 |
|
|
2, 14, // methods |
57 |
|
|
0, 0, // properties |
58 |
|
|
0, 0, // enums/sets |
59 |
|
|
0, 0, // constructors |
60 |
|
|
0, // flags |
61 |
|
|
0, // signalCount |
62 |
|
|
|
63 |
|
|
// slots: name, argc, parameters, tag, flags |
64 |
|
|
1, 3, 24, 2, 0x0a /* Public */, |
65 |
|
|
6, 0, 31, 2, 0x09 /* Protected */, |
66 |
|
|
|
67 |
|
|
// slots: parameters |
68 |
|
|
QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::Int, 3, 4, 5, |
69 |
|
|
QMetaType::Void, |
70 |
|
|
|
71 |
|
|
0 // eod |
72 |
|
|
}; |
73 |
|
|
|
74 |
|
✗ |
void hpp::gui::CoalPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
75 |
|
|
{ |
76 |
|
✗ |
if (_c == QMetaObject::InvokeMetaMethod) { |
77 |
|
✗ |
auto *_t = static_cast<CoalPlugin *>(_o); |
78 |
|
|
(void)_t; |
79 |
|
✗ |
switch (_id) { |
80 |
|
✗ |
case 0: _t->addBV((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; |
81 |
|
✗ |
case 1: _t->openDialog(); break; |
82 |
|
✗ |
default: ; |
83 |
|
|
} |
84 |
|
|
} |
85 |
|
|
} |
86 |
|
|
|
87 |
|
|
QT_INIT_METAOBJECT const QMetaObject hpp::gui::CoalPlugin::staticMetaObject = { { |
88 |
|
|
QMetaObject::SuperData::link<QObject::staticMetaObject>(), |
89 |
|
|
qt_meta_stringdata_hpp__gui__CoalPlugin.data, |
90 |
|
|
qt_meta_data_hpp__gui__CoalPlugin, |
91 |
|
|
qt_static_metacall, |
92 |
|
|
nullptr, |
93 |
|
|
nullptr |
94 |
|
|
} }; |
95 |
|
|
|
96 |
|
|
|
97 |
|
✗ |
const QMetaObject *hpp::gui::CoalPlugin::metaObject() const |
98 |
|
|
{ |
99 |
|
✗ |
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
100 |
|
|
} |
101 |
|
|
|
102 |
|
✗ |
void *hpp::gui::CoalPlugin::qt_metacast(const char *_clname) |
103 |
|
|
{ |
104 |
|
✗ |
if (!_clname) return nullptr; |
105 |
|
✗ |
if (!strcmp(_clname, qt_meta_stringdata_hpp__gui__CoalPlugin.stringdata0)) |
106 |
|
✗ |
return static_cast<void*>(this); |
107 |
|
✗ |
if (!strcmp(_clname, "gepetto::gui::PluginInterface")) |
108 |
|
✗ |
return static_cast< gepetto::gui::PluginInterface*>(this); |
109 |
|
✗ |
if (!strcmp(_clname, "gepetto-gui.plugins/0.0")) |
110 |
|
✗ |
return static_cast< gepetto::gui::PluginInterface*>(this); |
111 |
|
✗ |
return QObject::qt_metacast(_clname); |
112 |
|
|
} |
113 |
|
|
|
114 |
|
✗ |
int hpp::gui::CoalPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
115 |
|
|
{ |
116 |
|
✗ |
_id = QObject::qt_metacall(_c, _id, _a); |
117 |
|
✗ |
if (_id < 0) |
118 |
|
✗ |
return _id; |
119 |
|
✗ |
if (_c == QMetaObject::InvokeMetaMethod) { |
120 |
|
✗ |
if (_id < 2) |
121 |
|
✗ |
qt_static_metacall(this, _c, _id, _a); |
122 |
|
✗ |
_id -= 2; |
123 |
|
✗ |
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
124 |
|
✗ |
if (_id < 2) |
125 |
|
✗ |
*reinterpret_cast<int*>(_a[0]) = -1; |
126 |
|
✗ |
_id -= 2; |
127 |
|
|
} |
128 |
|
✗ |
return _id; |
129 |
|
|
} |
130 |
|
|
|
131 |
|
|
QT_PLUGIN_METADATA_SECTION |
132 |
|
|
static constexpr unsigned char qt_pluginMetaData[] = { |
133 |
|
|
'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!', |
134 |
|
|
// metadata version, Qt version, architectural requirements |
135 |
|
|
0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(), |
136 |
|
|
0xbf, |
137 |
|
|
// "IID" |
138 |
|
|
0x02, 0x78, 0x18, 'h', 'p', 'p', '-', 'g', |
139 |
|
|
'u', 'i', '.', 'h', 'p', 'p', 'w', 'i', |
140 |
|
|
'd', 'g', 'e', 't', 's', 'p', 'l', 'u', |
141 |
|
|
'g', 'i', 'n', |
142 |
|
|
// "className" |
143 |
|
|
0x03, 0x6a, 'C', 'o', 'a', 'l', 'P', 'l', |
144 |
|
|
'u', 'g', 'i', 'n', |
145 |
|
|
0xff, |
146 |
|
|
}; |
147 |
|
|
using namespace hpp; |
148 |
|
|
using namespace hpp::gui; |
149 |
|
✗ |
QT_MOC_EXPORT_PLUGIN(hpp::gui::CoalPlugin, CoalPlugin) |
150 |
|
|
|
151 |
|
|
QT_WARNING_POP |
152 |
|
|
QT_END_MOC_NAMESPACE |
153 |
|
|
|