GCC Code Coverage Report


Directory: plugins/
File: plugins/hppmanipulationwidgetsplugin/moc_hppmanipulationwidgetsplugin.cpp
Date: 2024-12-13 15:51:58
Exec Total Coverage
Lines: 0 38 0.0%
Branches: 0 39 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'hppmanipulationwidgetsplugin.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 "hppmanipulationwidgetsplugin.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 'hppmanipulationwidgetsplugin.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__HppManipulationWidgetsPlugin_t {
26 QByteArrayData data[8];
27 char stringdata0[143];
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__HppManipulationWidgetsPlugin_t, stringdata0) + ofs \
32 - idx * sizeof(QByteArrayData)) \
33 )
34 static const qt_meta_stringdata_hpp__gui__HppManipulationWidgetsPlugin_t qt_meta_stringdata_hpp__gui__HppManipulationWidgetsPlugin = {
35 {
36 QT_MOC_LITERAL(0, 0, 38), // "hpp::gui::HppManipulationWidg..."
37 QT_MOC_LITERAL(1, 39, 17), // "drawRobotContacts"
38 QT_MOC_LITERAL(2, 57, 0), // ""
39 QT_MOC_LITERAL(3, 58, 23), // "drawEnvironmentContacts"
40 QT_MOC_LITERAL(4, 82, 16), // "drawHandlesFrame"
41 QT_MOC_LITERAL(5, 99, 17), // "drawGrippersFrame"
42 QT_MOC_LITERAL(6, 117, 14), // "autoBuildGraph"
43 QT_MOC_LITERAL(7, 132, 10) // "buildGraph"
44
45 },
46 "hpp::gui::HppManipulationWidgetsPlugin\0"
47 "drawRobotContacts\0\0drawEnvironmentContacts\0"
48 "drawHandlesFrame\0drawGrippersFrame\0"
49 "autoBuildGraph\0buildGraph"
50 };
51 #undef QT_MOC_LITERAL
52
53 static const uint qt_meta_data_hpp__gui__HppManipulationWidgetsPlugin[] = {
54
55 // content:
56 8, // revision
57 0, // classname
58 0, 0, // classinfo
59 6, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 0, // signalCount
65
66 // slots: name, argc, parameters, tag, flags
67 1, 0, 44, 2, 0x0a /* Public */,
68 3, 0, 45, 2, 0x0a /* Public */,
69 4, 0, 46, 2, 0x0a /* Public */,
70 5, 0, 47, 2, 0x0a /* Public */,
71 6, 0, 48, 2, 0x0a /* Public */,
72 7, 0, 49, 2, 0x08 /* Private */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81
82 0 // eod
83 };
84
85 void hpp::gui::HppManipulationWidgetsPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86 {
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t = static_cast<HppManipulationWidgetsPlugin *>(_o);
89 (void)_t;
90 switch (_id) {
91 case 0: _t->drawRobotContacts(); break;
92 case 1: _t->drawEnvironmentContacts(); break;
93 case 2: _t->drawHandlesFrame(); break;
94 case 3: _t->drawGrippersFrame(); break;
95 case 4: _t->autoBuildGraph(); break;
96 case 5: _t->buildGraph(); break;
97 default: ;
98 }
99 }
100 (void)_a;
101 }
102
103 QT_INIT_METAOBJECT const QMetaObject hpp::gui::HppManipulationWidgetsPlugin::staticMetaObject = { {
104 QMetaObject::SuperData::link<HppWidgetsPlugin::staticMetaObject>(),
105 qt_meta_stringdata_hpp__gui__HppManipulationWidgetsPlugin.data,
106 qt_meta_data_hpp__gui__HppManipulationWidgetsPlugin,
107 qt_static_metacall,
108 nullptr,
109 nullptr
110 } };
111
112
113 const QMetaObject *hpp::gui::HppManipulationWidgetsPlugin::metaObject() const
114 {
115 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
116 }
117
118 void *hpp::gui::HppManipulationWidgetsPlugin::qt_metacast(const char *_clname)
119 {
120 if (!_clname) return nullptr;
121 if (!strcmp(_clname, qt_meta_stringdata_hpp__gui__HppManipulationWidgetsPlugin.stringdata0))
122 return static_cast<void*>(this);
123 if (!strcmp(_clname, "gepetto-gui.plugins/0.0"))
124 return static_cast< gepetto::gui::PluginInterface*>(this);
125 if (!strcmp(_clname, "gepetto-gui.plugin.model/0.0"))
126 return static_cast< gepetto::gui::ModelInterface*>(this);
127 if (!strcmp(_clname, "gepetto-gui.plugin.connection/0.0"))
128 return static_cast< gepetto::gui::ConnectionInterface*>(this);
129 return HppWidgetsPlugin::qt_metacast(_clname);
130 }
131
132 int hpp::gui::HppManipulationWidgetsPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
133 {
134 _id = HppWidgetsPlugin::qt_metacall(_c, _id, _a);
135 if (_id < 0)
136 return _id;
137 if (_c == QMetaObject::InvokeMetaMethod) {
138 if (_id < 6)
139 qt_static_metacall(this, _c, _id, _a);
140 _id -= 6;
141 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142 if (_id < 6)
143 *reinterpret_cast<int*>(_a[0]) = -1;
144 _id -= 6;
145 }
146 return _id;
147 }
148
149 QT_PLUGIN_METADATA_SECTION
150 static constexpr unsigned char qt_pluginMetaData[] = {
151 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
152 // metadata version, Qt version, architectural requirements
153 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
154 0xbf,
155 // "IID"
156 0x02, 0x78, 0x24, 'h', 'p', 'p', '-', 'g',
157 'u', 'i', '.', 'h', 'p', 'p', 'm', 'a',
158 'n', 'i', 'p', 'u', 'l', 'a', 't', 'i',
159 'o', 'n', 'w', 'i', 'd', 'g', 'e', 't',
160 's', 'p', 'l', 'u', 'g', 'i', 'n',
161 // "className"
162 0x03, 0x78, 0x1c, 'H', 'p', 'p', 'M', 'a',
163 'n', 'i', 'p', 'u', 'l', 'a', 't', 'i',
164 'o', 'n', 'W', 'i', 'd', 'g', 'e', 't',
165 's', 'P', 'l', 'u', 'g', 'i', 'n',
166 0xff,
167 };
168 using namespace hpp;
169 using namespace hpp::gui;
170 QT_MOC_EXPORT_PLUGIN(hpp::gui::HppManipulationWidgetsPlugin, HppManipulationWidgetsPlugin)
171
172 QT_WARNING_POP
173 QT_END_MOC_NAMESPACE
174