GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: plugins/pyqcustomplot/pyqcustomplot_autogen/EWIEGA46WW/moc_plugin.cpp Lines: 0 16 0.0 %
Date: 2024-04-14 11:13:22 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.12.8)
5
**
6
** WARNING! All changes made in this file will be lost!
7
*****************************************************************************/
8
9
#include "plugin.hh"
10
#include <QtCore/qbytearray.h>
11
#include <QtCore/qmetatype.h>
12
#include <QtCore/qplugin.h>
13
#if !defined(Q_MOC_OUTPUT_REVISION)
14
#error "The header file 'plugin.hh' doesn't include <QObject>."
15
#elif Q_MOC_OUTPUT_REVISION != 67
16
#error "This file was generated using the moc from 5.12.8. 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_PyQCustomPlot__Plugin_t {
25
    QByteArrayData data[1];
26
    char stringdata0[22];
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_PyQCustomPlot__Plugin_t, stringdata0) + ofs \
31
        - idx * sizeof(QByteArrayData)) \
32
    )
33
static const qt_meta_stringdata_PyQCustomPlot__Plugin_t qt_meta_stringdata_PyQCustomPlot__Plugin = {
34
    {
35
QT_MOC_LITERAL(0, 0, 21) // "PyQCustomPlot::Plugin"
36
37
    },
38
    "PyQCustomPlot::Plugin"
39
};
40
#undef QT_MOC_LITERAL
41
42
static const uint qt_meta_data_PyQCustomPlot__Plugin[] = {
43
44
 // content:
45
       8,       // revision
46
       0,       // classname
47
       0,    0, // classinfo
48
       0,    0, // methods
49
       0,    0, // properties
50
       0,    0, // enums/sets
51
       0,    0, // constructors
52
       0,       // flags
53
       0,       // signalCount
54
55
       0        // eod
56
};
57
58
void PyQCustomPlot::Plugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
59
{
60
    Q_UNUSED(_o);
61
    Q_UNUSED(_id);
62
    Q_UNUSED(_c);
63
    Q_UNUSED(_a);
64
}
65
66
QT_INIT_METAOBJECT const QMetaObject PyQCustomPlot::Plugin::staticMetaObject = { {
67
    &QObject::staticMetaObject,
68
    qt_meta_stringdata_PyQCustomPlot__Plugin.data,
69
    qt_meta_data_PyQCustomPlot__Plugin,
70
    qt_static_metacall,
71
    nullptr,
72
    nullptr
73
} };
74
75
76
const QMetaObject *PyQCustomPlot::Plugin::metaObject() const
77
{
78
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
79
}
80
81
void *PyQCustomPlot::Plugin::qt_metacast(const char *_clname)
82
{
83
    if (!_clname) return nullptr;
84
    if (!strcmp(_clname, qt_meta_stringdata_PyQCustomPlot__Plugin.stringdata0))
85
        return static_cast<void*>(this);
86
    if (!strcmp(_clname, "gepetto::gui::PluginInterface"))
87
        return static_cast< gepetto::gui::PluginInterface*>(this);
88
    if (!strcmp(_clname, "gepetto-gui.plugins/0.0"))
89
        return static_cast< gepetto::gui::PluginInterface*>(this);
90
    return QObject::qt_metacast(_clname);
91
}
92
93
int PyQCustomPlot::Plugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
94
{
95
    _id = QObject::qt_metacall(_c, _id, _a);
96
    return _id;
97
}
98
99
QT_PLUGIN_METADATA_SECTION
100
static constexpr unsigned char qt_pluginMetaData[] = {
101
    'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!',
102
    // metadata version, Qt version, architectural requirements
103
    0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(),
104
    0xbf,
105
    // "IID"
106
    0x02,  0x78,  0x1c,  'g',  'e',  'p',  'e',  't',
107
    't',  'o',  '-',  'v',  'i',  'e',  'w',  'e',
108
    'r',  '.',  'p',  'y',  'q',  'c',  'u',  's',
109
    't',  'o',  'm',  'p',  'l',  'o',  't',
110
    // "className"
111
    0x03,  0x66,  'P',  'l',  'u',  'g',  'i',  'n',
112
    0xff,
113
};
114
using namespace PyQCustomPlot;
115
QT_MOC_EXPORT_PLUGIN(PyQCustomPlot::Plugin, Plugin)
116
117
QT_WARNING_POP
118
QT_END_MOC_NAMESPACE