GCC Code Coverage Report


Directory: plugins/
File: plugins/hppwidgetsplugin/moc_jointtreewidget.cpp
Date: 2024-12-13 15:51:58
Exec Total Coverage
Lines: 0 35 0.0%
Branches: 0 36 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'jointtreewidget.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 "jointtreewidget.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'jointtreewidget.hh' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.3. 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_hpp__gui__JointTreeWidget_t {
25 QByteArrayData data[20];
26 char stringdata0[253];
27 };
28 #define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_hpp__gui__JointTreeWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33 static const qt_meta_stringdata_hpp__gui__JointTreeWidget_t qt_meta_stringdata_hpp__gui__JointTreeWidget = {
34 {
35 QT_MOC_LITERAL(0, 0, 25), // "hpp::gui::JointTreeWidget"
36 QT_MOC_LITERAL(1, 26, 17), // "customContextMenu"
37 QT_MOC_LITERAL(2, 44, 0), // ""
38 QT_MOC_LITERAL(3, 45, 3), // "pos"
39 QT_MOC_LITERAL(4, 49, 11), // "selectJoint"
40 QT_MOC_LITERAL(5, 61, 11), // "std::string"
41 QT_MOC_LITERAL(6, 73, 9), // "jointName"
42 QT_MOC_LITERAL(7, 83, 16), // "getSelectedJoint"
43 QT_MOC_LITERAL(8, 100, 20), // "openJointBoundDialog"
44 QT_MOC_LITERAL(9, 121, 19), // "openJointMoveDialog"
45 QT_MOC_LITERAL(10, 141, 9), // "moveJoint"
46 QT_MOC_LITERAL(11, 151, 22), // "hpp::Transform__slice*"
47 QT_MOC_LITERAL(12, 174, 9), // "transform"
48 QT_MOC_LITERAL(13, 184, 6), // "reload"
49 QT_MOC_LITERAL(14, 191, 6), // "resize"
50 QT_MOC_LITERAL(15, 198, 11), // "QModelIndex"
51 QT_MOC_LITERAL(16, 210, 5), // "index"
52 QT_MOC_LITERAL(17, 216, 19), // "currentJointChanged"
53 QT_MOC_LITERAL(18, 236, 7), // "current"
54 QT_MOC_LITERAL(19, 244, 8) // "previous"
55
56 },
57 "hpp::gui::JointTreeWidget\0customContextMenu\0"
58 "\0pos\0selectJoint\0std::string\0jointName\0"
59 "getSelectedJoint\0openJointBoundDialog\0"
60 "openJointMoveDialog\0moveJoint\0"
61 "hpp::Transform__slice*\0transform\0"
62 "reload\0resize\0QModelIndex\0index\0"
63 "currentJointChanged\0current\0previous"
64 };
65 #undef QT_MOC_LITERAL
66
67 static const uint qt_meta_data_hpp__gui__JointTreeWidget[] = {
68
69 // content:
70 8, // revision
71 0, // classname
72 0, 0, // classinfo
73 9, 14, // methods
74 0, 0, // properties
75 0, 0, // enums/sets
76 0, 0, // constructors
77 0, // flags
78 0, // signalCount
79
80 // slots: name, argc, parameters, tag, flags
81 1, 1, 59, 2, 0x0a /* Public */,
82 4, 1, 62, 2, 0x0a /* Public */,
83 7, 0, 65, 2, 0x0a /* Public */,
84 8, 1, 66, 2, 0x0a /* Public */,
85 9, 1, 69, 2, 0x0a /* Public */,
86 10, 2, 72, 2, 0x0a /* Public */,
87 13, 0, 77, 2, 0x0a /* Public */,
88 14, 1, 78, 2, 0x08 /* Private */,
89 17, 2, 81, 2, 0x08 /* Private */,
90
91 // slots: parameters
92 QMetaType::Void, QMetaType::QPoint, 3,
93 QMetaType::Void, 0x80000000 | 5, 6,
94 QMetaType::QString,
95 QMetaType::Void, 0x80000000 | 5, 6,
96 QMetaType::Void, 0x80000000 | 5, 6,
97 QMetaType::Void, 0x80000000 | 11, 0x80000000 | 5, 12, 6,
98 QMetaType::Void,
99 QMetaType::Void, 0x80000000 | 15, 16,
100 QMetaType::Void, 0x80000000 | 15, 0x80000000 | 15, 18, 19,
101
102 0 // eod
103 };
104
105 void hpp::gui::JointTreeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
106 {
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 auto *_t = static_cast<JointTreeWidget *>(_o);
109 (void)_t;
110 switch (_id) {
111 case 0: _t->customContextMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
112 case 1: _t->selectJoint((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
113 case 2: { QString _r = _t->getSelectedJoint();
114 if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = std::move(_r); } break;
115 case 3: _t->openJointBoundDialog((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
116 case 4: _t->openJointMoveDialog((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
117 case 5: _t->moveJoint((*reinterpret_cast< hpp::Transform__slice*(*)>(_a[1])),(*reinterpret_cast< const std::string(*)>(_a[2]))); break;
118 case 6: _t->reload(); break;
119 case 7: _t->resize((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
120 case 8: _t->currentJointChanged((*reinterpret_cast< const QModelIndex(*)>(_a[1])),(*reinterpret_cast< const QModelIndex(*)>(_a[2]))); break;
121 default: ;
122 }
123 }
124 }
125
126 QT_INIT_METAOBJECT const QMetaObject hpp::gui::JointTreeWidget::staticMetaObject = { {
127 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
128 qt_meta_stringdata_hpp__gui__JointTreeWidget.data,
129 qt_meta_data_hpp__gui__JointTreeWidget,
130 qt_static_metacall,
131 nullptr,
132 nullptr
133 } };
134
135
136 const QMetaObject *hpp::gui::JointTreeWidget::metaObject() const
137 {
138 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
139 }
140
141 void *hpp::gui::JointTreeWidget::qt_metacast(const char *_clname)
142 {
143 if (!_clname) return nullptr;
144 if (!strcmp(_clname, qt_meta_stringdata_hpp__gui__JointTreeWidget.stringdata0))
145 return static_cast<void*>(this);
146 return QWidget::qt_metacast(_clname);
147 }
148
149 int hpp::gui::JointTreeWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
150 {
151 _id = QWidget::qt_metacall(_c, _id, _a);
152 if (_id < 0)
153 return _id;
154 if (_c == QMetaObject::InvokeMetaMethod) {
155 if (_id < 9)
156 qt_static_metacall(this, _c, _id, _a);
157 _id -= 9;
158 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
159 if (_id < 9)
160 *reinterpret_cast<int*>(_a[0]) = -1;
161 _id -= 9;
162 }
163 return _id;
164 }
165 QT_WARNING_POP
166 QT_END_MOC_NAMESPACE
167