GCC Code Coverage Report


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

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'joint-action.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 "joint-action.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'joint-action.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__JointAction_t {
25 QByteArrayData data[6];
26 char stringdata0[63];
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__JointAction_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33 static const qt_meta_stringdata_hpp__gui__JointAction_t qt_meta_stringdata_hpp__gui__JointAction = {
34 {
35 QT_MOC_LITERAL(0, 0, 21), // "hpp::gui::JointAction"
36 QT_MOC_LITERAL(1, 22, 9), // "triggered"
37 QT_MOC_LITERAL(2, 32, 0), // ""
38 QT_MOC_LITERAL(3, 33, 11), // "std::string"
39 QT_MOC_LITERAL(4, 45, 9), // "jointName"
40 QT_MOC_LITERAL(5, 55, 7) // "trigger"
41
42 },
43 "hpp::gui::JointAction\0triggered\0\0"
44 "std::string\0jointName\0trigger"
45 };
46 #undef QT_MOC_LITERAL
47
48 static const uint qt_meta_data_hpp__gui__JointAction[] = {
49
50 // content:
51 8, // revision
52 0, // classname
53 0, 0, // classinfo
54 2, 14, // methods
55 0, 0, // properties
56 0, 0, // enums/sets
57 0, 0, // constructors
58 0, // flags
59 1, // signalCount
60
61 // signals: name, argc, parameters, tag, flags
62 1, 1, 24, 2, 0x06 /* Public */,
63
64 // slots: name, argc, parameters, tag, flags
65 5, 0, 27, 2, 0x08 /* Private */,
66
67 // signals: parameters
68 QMetaType::Void, 0x80000000 | 3, 4,
69
70 // slots: parameters
71 QMetaType::Void,
72
73 0 // eod
74 };
75
76 void hpp::gui::JointAction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77 {
78 if (_c == QMetaObject::InvokeMetaMethod) {
79 auto *_t = static_cast<JointAction *>(_o);
80 (void)_t;
81 switch (_id) {
82 case 0: _t->triggered((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
83 case 1: _t->trigger(); break;
84 default: ;
85 }
86 } else if (_c == QMetaObject::IndexOfMethod) {
87 int *result = reinterpret_cast<int *>(_a[0]);
88 {
89 using _t = void (JointAction::*)(const std::string & );
90 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&JointAction::triggered)) {
91 *result = 0;
92 return;
93 }
94 }
95 }
96 }
97
98 QT_INIT_METAOBJECT const QMetaObject hpp::gui::JointAction::staticMetaObject = { {
99 QMetaObject::SuperData::link<QAction::staticMetaObject>(),
100 qt_meta_stringdata_hpp__gui__JointAction.data,
101 qt_meta_data_hpp__gui__JointAction,
102 qt_static_metacall,
103 nullptr,
104 nullptr
105 } };
106
107
108 const QMetaObject *hpp::gui::JointAction::metaObject() const
109 {
110 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111 }
112
113 void *hpp::gui::JointAction::qt_metacast(const char *_clname)
114 {
115 if (!_clname) return nullptr;
116 if (!strcmp(_clname, qt_meta_stringdata_hpp__gui__JointAction.stringdata0))
117 return static_cast<void*>(this);
118 return QAction::qt_metacast(_clname);
119 }
120
121 int hpp::gui::JointAction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122 {
123 _id = QAction::qt_metacall(_c, _id, _a);
124 if (_id < 0)
125 return _id;
126 if (_c == QMetaObject::InvokeMetaMethod) {
127 if (_id < 2)
128 qt_static_metacall(this, _c, _id, _a);
129 _id -= 2;
130 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 if (_id < 2)
132 *reinterpret_cast<int*>(_a[0]) = -1;
133 _id -= 2;
134 }
135 return _id;
136 }
137
138 // SIGNAL 0
139 void hpp::gui::JointAction::triggered(const std::string & _t1)
140 {
141 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
142 QMetaObject::activate(this, &staticMetaObject, 0, _a);
143 }
144 QT_WARNING_POP
145 QT_END_MOC_NAMESPACE
146