GCC Code Coverage Report


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

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