GCC Code Coverage Report


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

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