GCC Code Coverage Report


Directory: ./
File: plugins/hppmonitoringplugin/moc_hppmonitoringplugin.cpp
Date: 2024-12-13 15:45:52
Exec Total Coverage
Lines: 0 53 0.0%
Branches: 0 67 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'hppmonitoringplugin.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 "hppmonitoringplugin.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 'hppmonitoringplugin.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__plot__HppMonitoringPlugin_t {
26 QByteArrayData data[16];
27 char stringdata0[264];
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__plot__HppMonitoringPlugin_t, stringdata0) + ofs \
32 - idx * sizeof(QByteArrayData)) \
33 )
34 static const qt_meta_stringdata_hpp__plot__HppMonitoringPlugin_t qt_meta_stringdata_hpp__plot__HppMonitoringPlugin = {
35 {
36 QT_MOC_LITERAL(0, 0, 30), // "hpp::plot::HppMonitoringPlugin"
37 QT_MOC_LITERAL(1, 31, 16), // "projectionStatus"
38 QT_MOC_LITERAL(2, 48, 0), // ""
39 QT_MOC_LITERAL(3, 49, 6), // "status"
40 QT_MOC_LITERAL(4, 56, 21), // "projectRandomConfigOn"
41 QT_MOC_LITERAL(5, 78, 7), // "hpp::ID"
42 QT_MOC_LITERAL(6, 86, 6), // "idNode"
43 QT_MOC_LITERAL(7, 93, 22), // "projectCurrentConfigOn"
44 QT_MOC_LITERAL(8, 116, 14), // "setTargetState"
45 QT_MOC_LITERAL(9, 131, 6), // "idEdge"
46 QT_MOC_LITERAL(10, 138, 34), // "extendFromCurrentToCurrentCon..."
47 QT_MOC_LITERAL(11, 173, 33), // "extendFromCurrentToRandomConf..."
48 QT_MOC_LITERAL(12, 207, 25), // "applyCurrentConfiguration"
49 QT_MOC_LITERAL(13, 233, 20), // "appliedConfigAtParam"
50 QT_MOC_LITERAL(14, 254, 3), // "pid"
51 QT_MOC_LITERAL(15, 258, 5) // "param"
52
53 },
54 "hpp::plot::HppMonitoringPlugin\0"
55 "projectionStatus\0\0status\0projectRandomConfigOn\0"
56 "hpp::ID\0idNode\0projectCurrentConfigOn\0"
57 "setTargetState\0idEdge\0"
58 "extendFromCurrentToCurrentConfigOn\0"
59 "extendFromCurrentToRandomConfigOn\0"
60 "applyCurrentConfiguration\0"
61 "appliedConfigAtParam\0pid\0param"
62 };
63 #undef QT_MOC_LITERAL
64
65 static const uint qt_meta_data_hpp__plot__HppMonitoringPlugin[] = {
66
67 // content:
68 8, // revision
69 0, // classname
70 0, 0, // classinfo
71 8, 14, // methods
72 0, 0, // properties
73 0, 0, // enums/sets
74 0, 0, // constructors
75 0, // flags
76 1, // signalCount
77
78 // signals: name, argc, parameters, tag, flags
79 1, 1, 54, 2, 0x06 /* Public */,
80
81 // slots: name, argc, parameters, tag, flags
82 4, 1, 57, 2, 0x0a /* Public */,
83 7, 1, 60, 2, 0x0a /* Public */,
84 8, 1, 63, 2, 0x0a /* Public */,
85 10, 1, 66, 2, 0x0a /* Public */,
86 11, 1, 69, 2, 0x0a /* Public */,
87 12, 0, 72, 2, 0x0a /* Public */,
88 13, 2, 73, 2, 0x0a /* Public */,
89
90 // signals: parameters
91 QMetaType::Void, QMetaType::QString, 3,
92
93 // slots: parameters
94 QMetaType::Void, 0x80000000 | 5, 6,
95 QMetaType::Bool, 0x80000000 | 5, 6,
96 QMetaType::Void, 0x80000000 | 5, 9,
97 QMetaType::Bool, 0x80000000 | 5, 9,
98 QMetaType::Bool, 0x80000000 | 5, 9,
99 QMetaType::Void,
100 QMetaType::Void, QMetaType::Int, QMetaType::Double, 14, 15,
101
102 0 // eod
103 };
104
105 void hpp::plot::HppMonitoringPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
106 {
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 auto *_t = static_cast<HppMonitoringPlugin *>(_o);
109 (void)_t;
110 switch (_id) {
111 case 0: _t->projectionStatus((*reinterpret_cast< QString(*)>(_a[1]))); break;
112 case 1: _t->projectRandomConfigOn((*reinterpret_cast< hpp::ID(*)>(_a[1]))); break;
113 case 2: { bool _r = _t->projectCurrentConfigOn((*reinterpret_cast< hpp::ID(*)>(_a[1])));
114 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
115 case 3: _t->setTargetState((*reinterpret_cast< hpp::ID(*)>(_a[1]))); break;
116 case 4: { bool _r = _t->extendFromCurrentToCurrentConfigOn((*reinterpret_cast< hpp::ID(*)>(_a[1])));
117 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
118 case 5: { bool _r = _t->extendFromCurrentToRandomConfigOn((*reinterpret_cast< hpp::ID(*)>(_a[1])));
119 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
120 case 6: _t->applyCurrentConfiguration(); break;
121 case 7: _t->appliedConfigAtParam((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break;
122 default: ;
123 }
124 } else if (_c == QMetaObject::IndexOfMethod) {
125 int *result = reinterpret_cast<int *>(_a[0]);
126 {
127 using _t = void (HppMonitoringPlugin::*)(QString );
128 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&HppMonitoringPlugin::projectionStatus)) {
129 *result = 0;
130 return;
131 }
132 }
133 }
134 }
135
136 QT_INIT_METAOBJECT const QMetaObject hpp::plot::HppMonitoringPlugin::staticMetaObject = { {
137 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
138 qt_meta_stringdata_hpp__plot__HppMonitoringPlugin.data,
139 qt_meta_data_hpp__plot__HppMonitoringPlugin,
140 qt_static_metacall,
141 nullptr,
142 nullptr
143 } };
144
145
146 const QMetaObject *hpp::plot::HppMonitoringPlugin::metaObject() const
147 {
148 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
149 }
150
151 void *hpp::plot::HppMonitoringPlugin::qt_metacast(const char *_clname)
152 {
153 if (!_clname) return nullptr;
154 if (!strcmp(_clname, qt_meta_stringdata_hpp__plot__HppMonitoringPlugin.stringdata0))
155 return static_cast<void*>(this);
156 if (!strcmp(_clname, "gepetto::gui::PluginInterface"))
157 return static_cast< gepetto::gui::PluginInterface*>(this);
158 if (!strcmp(_clname, "gepetto::gui::ConnectionInterface"))
159 return static_cast< gepetto::gui::ConnectionInterface*>(this);
160 if (!strcmp(_clname, "gepetto-gui.plugins/0.0"))
161 return static_cast< gepetto::gui::PluginInterface*>(this);
162 if (!strcmp(_clname, "gepetto-gui.plugin.connection/0.0"))
163 return static_cast< gepetto::gui::ConnectionInterface*>(this);
164 return QObject::qt_metacast(_clname);
165 }
166
167 int hpp::plot::HppMonitoringPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
168 {
169 _id = QObject::qt_metacall(_c, _id, _a);
170 if (_id < 0)
171 return _id;
172 if (_c == QMetaObject::InvokeMetaMethod) {
173 if (_id < 8)
174 qt_static_metacall(this, _c, _id, _a);
175 _id -= 8;
176 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
177 if (_id < 8)
178 *reinterpret_cast<int*>(_a[0]) = -1;
179 _id -= 8;
180 }
181 return _id;
182 }
183
184 // SIGNAL 0
185 void hpp::plot::HppMonitoringPlugin::projectionStatus(QString _t1)
186 {
187 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
188 QMetaObject::activate(this, &staticMetaObject, 0, _a);
189 }
190
191 QT_PLUGIN_METADATA_SECTION
192 static constexpr unsigned char qt_pluginMetaData[] = {
193 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
194 // metadata version, Qt version, architectural requirements
195 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
196 0xbf,
197 // "IID"
198 0x02, 0x78, 0x1c, 'h', 'p', 'p', '-', 'p',
199 'l', 'o', 't', '.', 'h', 'p', 'p', 'm',
200 'o', 'n', 'i', 't', 'o', 'r', 'i', 'n',
201 'g', 'p', 'l', 'u', 'g', 'i', 'n',
202 // "className"
203 0x03, 0x73, 'H', 'p', 'p', 'M', 'o', 'n',
204 'i', 't', 'o', 'r', 'i', 'n', 'g', 'P',
205 'l', 'u', 'g', 'i', 'n',
206 0xff,
207 };
208 using namespace hpp;
209 using namespace hpp::plot;
210 QT_MOC_EXPORT_PLUGIN(hpp::plot::HppMonitoringPlugin, HppMonitoringPlugin)
211
212 QT_WARNING_POP
213 QT_END_MOC_NAMESPACE
214