GCC Code Coverage Report


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

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