GCC Code Coverage Report


Directory: ./
File: src/__/include/gepetto/gui/moc_windows-manager.cpp
Date: 2024-08-14 11:04:57
Exec Total Coverage
Lines: 0 30 0.0%
Branches: 0 27 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'windows-manager.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/windows-manager.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'windows-manager.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__WindowsManager_t {
25 QByteArrayData data[6];
26 char stringdata0[76];
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__WindowsManager_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33 static const qt_meta_stringdata_gepetto__gui__WindowsManager_t qt_meta_stringdata_gepetto__gui__WindowsManager = {
34 {
35 QT_MOC_LITERAL(0, 0, 28), // "gepetto::gui::WindowsManager"
36 QT_MOC_LITERAL(1, 29, 12), // "createWindow"
37 QT_MOC_LITERAL(2, 42, 8), // "WindowID"
38 QT_MOC_LITERAL(3, 51, 0), // ""
39 QT_MOC_LITERAL(4, 52, 10), // "windowName"
40 QT_MOC_LITERAL(5, 63, 12) // "asyncRefresh"
41
42 },
43 "gepetto::gui::WindowsManager\0createWindow\0"
44 "WindowID\0\0windowName\0asyncRefresh"
45 };
46 #undef QT_MOC_LITERAL
47
48 static const uint qt_meta_data_gepetto__gui__WindowsManager[] = {
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 0, // signalCount
60
61 // slots: name, argc, parameters, tag, flags
62 1, 1, 24, 3, 0x0a /* Public */,
63 5, 0, 27, 3, 0x0a /* Public */,
64
65 // slots: parameters
66 0x80000000 | 2, QMetaType::QString, 4,
67 QMetaType::Void,
68
69 0 // eod
70 };
71
72 void gepetto::gui::WindowsManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
73 {
74 if (_c == QMetaObject::InvokeMetaMethod) {
75 auto *_t = static_cast<WindowsManager *>(_o);
76 (void)_t;
77 switch (_id) {
78 case 0: { WindowID _r = _t->createWindow((*reinterpret_cast< QString(*)>(_a[1])));
79 if (_a[0]) *reinterpret_cast< WindowID*>(_a[0]) = std::move(_r); } break;
80 case 1: _t->asyncRefresh(); break;
81 default: ;
82 }
83 }
84 }
85
86 QT_INIT_METAOBJECT const QMetaObject gepetto::gui::WindowsManager::staticMetaObject = { {
87 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
88 qt_meta_stringdata_gepetto__gui__WindowsManager.data,
89 qt_meta_data_gepetto__gui__WindowsManager,
90 qt_static_metacall,
91 nullptr,
92 nullptr
93 } };
94
95
96 const QMetaObject *gepetto::gui::WindowsManager::metaObject() const
97 {
98 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
99 }
100
101 void *gepetto::gui::WindowsManager::qt_metacast(const char *_clname)
102 {
103 if (!_clname) return nullptr;
104 if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__WindowsManager.stringdata0))
105 return static_cast<void*>(this);
106 if (!strcmp(_clname, "viewer::WindowsManager"))
107 return static_cast< viewer::WindowsManager*>(this);
108 return QObject::qt_metacast(_clname);
109 }
110
111 int gepetto::gui::WindowsManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112 {
113 _id = QObject::qt_metacall(_c, _id, _a);
114 if (_id < 0)
115 return _id;
116 if (_c == QMetaObject::InvokeMetaMethod) {
117 if (_id < 2)
118 qt_static_metacall(this, _c, _id, _a);
119 _id -= 2;
120 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
121 if (_id < 2)
122 *reinterpret_cast<int*>(_a[0]) = -1;
123 _id -= 2;
124 }
125 return _id;
126 }
127 QT_WARNING_POP
128 QT_END_MOC_NAMESPACE
129