GCC Code Coverage Report


Directory: ./
File: src/__/include/gepetto/gui/moc_shortcut-factory.cpp
Date: 2024-08-14 11:04:57
Exec Total Coverage
Lines: 0 26 0.0%
Branches: 0 20 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'shortcut-factory.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 "../../../../../include/gepetto/gui/shortcut-factory.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'shortcut-factory.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_gepetto__gui__ShortcutFactory_t {
25 QByteArrayData data[3];
26 char stringdata0[36];
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_gepetto__gui__ShortcutFactory_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33 static const qt_meta_stringdata_gepetto__gui__ShortcutFactory_t qt_meta_stringdata_gepetto__gui__ShortcutFactory = {
34 {
35 QT_MOC_LITERAL(0, 0, 29), // "gepetto::gui::ShortcutFactory"
36 QT_MOC_LITERAL(1, 30, 4), // "open"
37 QT_MOC_LITERAL(2, 35, 0) // ""
38
39 },
40 "gepetto::gui::ShortcutFactory\0open\0"
41 };
42 #undef QT_MOC_LITERAL
43
44 static const uint qt_meta_data_gepetto__gui__ShortcutFactory[] = {
45
46 // content:
47 8, // revision
48 0, // classname
49 0, 0, // classinfo
50 1, 14, // methods
51 0, 0, // properties
52 0, 0, // enums/sets
53 0, 0, // constructors
54 0, // flags
55 0, // signalCount
56
57 // slots: name, argc, parameters, tag, flags
58 1, 0, 19, 2, 0x0a /* Public */,
59
60 // slots: parameters
61 QMetaType::Void,
62
63 0 // eod
64 };
65
66 void gepetto::gui::ShortcutFactory::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
67 {
68 if (_c == QMetaObject::InvokeMetaMethod) {
69 auto *_t = static_cast<ShortcutFactory *>(_o);
70 (void)_t;
71 switch (_id) {
72 case 0: _t->open(); break;
73 default: ;
74 }
75 }
76 (void)_a;
77 }
78
79 QT_INIT_METAOBJECT const QMetaObject gepetto::gui::ShortcutFactory::staticMetaObject = { {
80 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
81 qt_meta_stringdata_gepetto__gui__ShortcutFactory.data,
82 qt_meta_data_gepetto__gui__ShortcutFactory,
83 qt_static_metacall,
84 nullptr,
85 nullptr
86 } };
87
88
89 const QMetaObject *gepetto::gui::ShortcutFactory::metaObject() const
90 {
91 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
92 }
93
94 void *gepetto::gui::ShortcutFactory::qt_metacast(const char *_clname)
95 {
96 if (!_clname) return nullptr;
97 if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__ShortcutFactory.stringdata0))
98 return static_cast<void*>(this);
99 return QObject::qt_metacast(_clname);
100 }
101
102 int gepetto::gui::ShortcutFactory::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
103 {
104 _id = QObject::qt_metacall(_c, _id, _a);
105 if (_id < 0)
106 return _id;
107 if (_c == QMetaObject::InvokeMetaMethod) {
108 if (_id < 1)
109 qt_static_metacall(this, _c, _id, _a);
110 _id -= 1;
111 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
112 if (_id < 1)
113 *reinterpret_cast<int*>(_a[0]) = -1;
114 _id -= 1;
115 }
116 return _id;
117 }
118 QT_WARNING_POP
119 QT_END_MOC_NAMESPACE
120