GCC Code Coverage Report


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

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'osgwidget.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/osgwidget.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'osgwidget.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__OSGWidget_t {
25 QByteArrayData data[15];
26 char stringdata0[188];
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__OSGWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
33 static const qt_meta_stringdata_gepetto__gui__OSGWidget_t qt_meta_stringdata_gepetto__gui__OSGWidget = {
34 {
35 QT_MOC_LITERAL(0, 0, 23), // "gepetto::gui::OSGWidget"
36 QT_MOC_LITERAL(1, 24, 6), // "onHome"
37 QT_MOC_LITERAL(2, 31, 0), // ""
38 QT_MOC_LITERAL(3, 32, 8), // "addFloor"
39 QT_MOC_LITERAL(4, 41, 13), // "toggleCapture"
40 QT_MOC_LITERAL(5, 55, 6), // "active"
41 QT_MOC_LITERAL(6, 62, 12), // "captureFrame"
42 QT_MOC_LITERAL(7, 75, 11), // "std::string"
43 QT_MOC_LITERAL(8, 87, 8), // "filename"
44 QT_MOC_LITERAL(9, 96, 12), // "startCapture"
45 QT_MOC_LITERAL(10, 109, 9), // "extension"
46 QT_MOC_LITERAL(11, 119, 11), // "stopCapture"
47 QT_MOC_LITERAL(12, 131, 22), // "readyReadProcessOutput"
48 QT_MOC_LITERAL(13, 154, 20), // "toggleFullscreenMode"
49 QT_MOC_LITERAL(14, 175, 12) // "fullscreenOn"
50
51 },
52 "gepetto::gui::OSGWidget\0onHome\0\0"
53 "addFloor\0toggleCapture\0active\0"
54 "captureFrame\0std::string\0filename\0"
55 "startCapture\0extension\0stopCapture\0"
56 "readyReadProcessOutput\0toggleFullscreenMode\0"
57 "fullscreenOn"
58 };
59 #undef QT_MOC_LITERAL
60
61 static const uint qt_meta_data_gepetto__gui__OSGWidget[] = {
62
63 // content:
64 8, // revision
65 0, // classname
66 0, 0, // classinfo
67 9, 14, // methods
68 0, 0, // properties
69 0, 0, // enums/sets
70 0, 0, // constructors
71 0, // flags
72 0, // signalCount
73
74 // slots: name, argc, parameters, tag, flags
75 1, 0, 59, 2, 0x0a /* Public */,
76 3, 0, 60, 2, 0x0a /* Public */,
77 4, 1, 61, 2, 0x0a /* Public */,
78 6, 0, 64, 2, 0x0a /* Public */,
79 6, 1, 65, 2, 0x0a /* Public */,
80 9, 2, 68, 2, 0x0a /* Public */,
81 11, 0, 73, 2, 0x0a /* Public */,
82 12, 0, 74, 2, 0x08 /* Private */,
83 13, 1, 75, 2, 0x08 /* Private */,
84
85 // slots: parameters
86 QMetaType::Void,
87 QMetaType::Void,
88 QMetaType::Void, QMetaType::Bool, 5,
89 QMetaType::Void,
90 QMetaType::Void, 0x80000000 | 7, 8,
91 QMetaType::Bool, 0x80000000 | 7, 0x80000000 | 7, 8, 10,
92 QMetaType::Bool,
93 QMetaType::Void,
94 QMetaType::Void, QMetaType::Bool, 14,
95
96 0 // eod
97 };
98
99 void gepetto::gui::OSGWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
100 {
101 if (_c == QMetaObject::InvokeMetaMethod) {
102 auto *_t = static_cast<OSGWidget *>(_o);
103 (void)_t;
104 switch (_id) {
105 case 0: _t->onHome(); break;
106 case 1: _t->addFloor(); break;
107 case 2: _t->toggleCapture((*reinterpret_cast< bool(*)>(_a[1]))); break;
108 case 3: _t->captureFrame(); break;
109 case 4: _t->captureFrame((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
110 case 5: { bool _r = _t->startCapture((*reinterpret_cast< const std::string(*)>(_a[1])),(*reinterpret_cast< const std::string(*)>(_a[2])));
111 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
112 case 6: { bool _r = _t->stopCapture();
113 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
114 case 7: _t->readyReadProcessOutput(); break;
115 case 8: _t->toggleFullscreenMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
116 default: ;
117 }
118 }
119 }
120
121 QT_INIT_METAOBJECT const QMetaObject gepetto::gui::OSGWidget::staticMetaObject = { {
122 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
123 qt_meta_stringdata_gepetto__gui__OSGWidget.data,
124 qt_meta_data_gepetto__gui__OSGWidget,
125 qt_static_metacall,
126 nullptr,
127 nullptr
128 } };
129
130
131 const QMetaObject *gepetto::gui::OSGWidget::metaObject() const
132 {
133 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
134 }
135
136 void *gepetto::gui::OSGWidget::qt_metacast(const char *_clname)
137 {
138 if (!_clname) return nullptr;
139 if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__OSGWidget.stringdata0))
140 return static_cast<void*>(this);
141 return QWidget::qt_metacast(_clname);
142 }
143
144 int gepetto::gui::OSGWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
145 {
146 _id = QWidget::qt_metacall(_c, _id, _a);
147 if (_id < 0)
148 return _id;
149 if (_c == QMetaObject::InvokeMetaMethod) {
150 if (_id < 9)
151 qt_static_metacall(this, _c, _id, _a);
152 _id -= 9;
153 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
154 if (_id < 9)
155 *reinterpret_cast<int*>(_a[0]) = -1;
156 _id -= 9;
157 }
158 return _id;
159 }
160 QT_WARNING_POP
161 QT_END_MOC_NAMESPACE
162