GCC Code Coverage Report


Directory: ./
File: plugins/omniorbserver/moc_plugin.cpp
Date: 2024-10-09 14:51:50
Exec Total Coverage
Lines: 0 16 0.0%
Branches: 0 18 0.0%

Line Branch Exec Source
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'plugin.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 "../../../plugins/omniorbserver/plugin.hh"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #include <QtCore/qplugin.h>
14 #if !defined(Q_MOC_OUTPUT_REVISION)
15 #error "The header file 'plugin.hh' doesn't include <QObject>."
16 #elif Q_MOC_OUTPUT_REVISION != 67
17 #error "This file was generated using the moc from 5.15.3. It"
18 #error "cannot be used with the include files from this version of Qt."
19 #error "(The moc has changed too much.)"
20 #endif
21
22 QT_BEGIN_MOC_NAMESPACE
23 QT_WARNING_PUSH
24 QT_WARNING_DISABLE_DEPRECATED
25 struct qt_meta_stringdata_OmniOrbServerPlugin_t {
26 QByteArrayData data[1];
27 char stringdata0[20];
28 };
29 #define QT_MOC_LITERAL(idx, ofs, len) \
30 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
31 qptrdiff(offsetof(qt_meta_stringdata_OmniOrbServerPlugin_t, stringdata0) + ofs \
32 - idx * sizeof(QByteArrayData)) \
33 )
34 static const qt_meta_stringdata_OmniOrbServerPlugin_t qt_meta_stringdata_OmniOrbServerPlugin = {
35 {
36 QT_MOC_LITERAL(0, 0, 19) // "OmniOrbServerPlugin"
37
38 },
39 "OmniOrbServerPlugin"
40 };
41 #undef QT_MOC_LITERAL
42
43 static const uint qt_meta_data_OmniOrbServerPlugin[] = {
44
45 // content:
46 8, // revision
47 0, // classname
48 0, 0, // classinfo
49 0, 0, // methods
50 0, 0, // properties
51 0, 0, // enums/sets
52 0, 0, // constructors
53 0, // flags
54 0, // signalCount
55
56 0 // eod
57 };
58
59 void OmniOrbServerPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
60 {
61 (void)_o;
62 (void)_id;
63 (void)_c;
64 (void)_a;
65 }
66
67 QT_INIT_METAOBJECT const QMetaObject OmniOrbServerPlugin::staticMetaObject = { {
68 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
69 qt_meta_stringdata_OmniOrbServerPlugin.data,
70 qt_meta_data_OmniOrbServerPlugin,
71 qt_static_metacall,
72 nullptr,
73 nullptr
74 } };
75
76
77 const QMetaObject *OmniOrbServerPlugin::metaObject() const
78 {
79 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
80 }
81
82 void *OmniOrbServerPlugin::qt_metacast(const char *_clname)
83 {
84 if (!_clname) return nullptr;
85 if (!strcmp(_clname, qt_meta_stringdata_OmniOrbServerPlugin.stringdata0))
86 return static_cast<void*>(this);
87 if (!strcmp(_clname, "gepetto::gui::PluginInterface"))
88 return static_cast< gepetto::gui::PluginInterface*>(this);
89 if (!strcmp(_clname, "gepetto-gui.plugins/0.0"))
90 return static_cast< gepetto::gui::PluginInterface*>(this);
91 return QObject::qt_metacast(_clname);
92 }
93
94 int OmniOrbServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
95 {
96 _id = QObject::qt_metacall(_c, _id, _a);
97 return _id;
98 }
99
100 QT_PLUGIN_METADATA_SECTION
101 static constexpr unsigned char qt_pluginMetaData[] = {
102 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
103 // metadata version, Qt version, architectural requirements
104 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
105 0xbf,
106 // "IID"
107 0x02, 0x78, 0x22, 'g', 'e', 'p', 'e', 't',
108 't', 'o', '-', 'v', 'i', 'e', 'w', 'e',
109 'r', '-', 'c', 'o', 'r', 'b', 'a', '.',
110 'o', 'm', 'n', 'i', 'o', 'r', 'b', 's',
111 'e', 'r', 'v', 'e', 'r',
112 // "className"
113 0x03, 0x73, 'O', 'm', 'n', 'i', 'O', 'r',
114 'b', 'S', 'e', 'r', 'v', 'e', 'r', 'P',
115 'l', 'u', 'g', 'i', 'n',
116 0xff,
117 };
118 QT_MOC_EXPORT_PLUGIN(OmniOrbServerPlugin, OmniOrbServerPlugin)
119
120 QT_WARNING_POP
121 QT_END_MOC_NAMESPACE
122