GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/dialog/moc_pluginmanagerdialog.cpp Lines: 0 34 0.0 %
Date: 2024-04-14 11:13:22 Branches: 0 28 0.0 %

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'pluginmanagerdialog.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 "../../../../../../include/gepetto/gui/dialog/pluginmanagerdialog.hh"
10
#include <QtCore/qbytearray.h>
11
#include <QtCore/qmetatype.h>
12
#if !defined(Q_MOC_OUTPUT_REVISION)
13
#error "The header file 'pluginmanagerdialog.hh' doesn't include <QObject>."
14
#elif Q_MOC_OUTPUT_REVISION != 67
15
#error "This file was generated using the moc from 5.12.8. It"
16
#error "cannot be used with the include files from this version of Qt."
17
#error "(The moc has changed too much.)"
18
#endif
19
20
QT_BEGIN_MOC_NAMESPACE
21
QT_WARNING_PUSH
22
QT_WARNING_DISABLE_DEPRECATED
23
struct qt_meta_stringdata_gepetto__gui__PluginManagerDialog_t {
24
    QByteArrayData data[16];
25
    char stringdata0[163];
26
};
27
#define QT_MOC_LITERAL(idx, ofs, len) \
28
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29
    qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__PluginManagerDialog_t, stringdata0) + ofs \
30
        - idx * sizeof(QByteArrayData)) \
31
    )
32
static const qt_meta_stringdata_gepetto__gui__PluginManagerDialog_t qt_meta_stringdata_gepetto__gui__PluginManagerDialog = {
33
    {
34
QT_MOC_LITERAL(0, 0, 33), // "gepetto::gui::PluginManagerDi..."
35
QT_MOC_LITERAL(1, 34, 13), // "onItemChanged"
36
QT_MOC_LITERAL(2, 48, 0), // ""
37
QT_MOC_LITERAL(3, 49, 17), // "QTableWidgetItem*"
38
QT_MOC_LITERAL(4, 67, 7), // "current"
39
QT_MOC_LITERAL(5, 75, 8), // "previous"
40
QT_MOC_LITERAL(6, 84, 11), // "contextMenu"
41
QT_MOC_LITERAL(7, 96, 3), // "pos"
42
QT_MOC_LITERAL(8, 100, 4), // "load"
43
QT_MOC_LITERAL(9, 105, 4), // "name"
44
QT_MOC_LITERAL(10, 110, 6), // "unload"
45
QT_MOC_LITERAL(11, 117, 13), // "pyContextMenu"
46
QT_MOC_LITERAL(12, 131, 6), // "pyLoad"
47
QT_MOC_LITERAL(13, 138, 8), // "pyUnload"
48
QT_MOC_LITERAL(14, 147, 10), // "declareAll"
49
QT_MOC_LITERAL(15, 158, 4) // "save"
50
51
    },
52
    "gepetto::gui::PluginManagerDialog\0"
53
    "onItemChanged\0\0QTableWidgetItem*\0"
54
    "current\0previous\0contextMenu\0pos\0load\0"
55
    "name\0unload\0pyContextMenu\0pyLoad\0"
56
    "pyUnload\0declareAll\0save"
57
};
58
#undef QT_MOC_LITERAL
59
60
static const uint qt_meta_data_gepetto__gui__PluginManagerDialog[] = {
61
62
 // content:
63
       8,       // revision
64
       0,       // classname
65
       0,    0, // classinfo
66
       9,   14, // methods
67
       0,    0, // properties
68
       0,    0, // enums/sets
69
       0,    0, // constructors
70
       0,       // flags
71
       0,       // signalCount
72
73
 // slots: name, argc, parameters, tag, flags
74
       1,    2,   59,    2, 0x0a /* Public */,
75
       6,    1,   64,    2, 0x0a /* Public */,
76
       8,    1,   67,    2, 0x0a /* Public */,
77
      10,    1,   70,    2, 0x0a /* Public */,
78
      11,    1,   73,    2, 0x0a /* Public */,
79
      12,    1,   76,    2, 0x0a /* Public */,
80
      13,    1,   79,    2, 0x0a /* Public */,
81
      14,    0,   82,    2, 0x0a /* Public */,
82
      15,    0,   83,    2, 0x0a /* Public */,
83
84
 // slots: parameters
85
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 3,    4,    5,
86
    QMetaType::Void, QMetaType::QPoint,    7,
87
    QMetaType::Void, QMetaType::QString,    9,
88
    QMetaType::Void, QMetaType::QString,    9,
89
    QMetaType::Void, QMetaType::QPoint,    7,
90
    QMetaType::Void, QMetaType::QString,    9,
91
    QMetaType::Void, QMetaType::QString,    9,
92
    QMetaType::Void,
93
    QMetaType::Void,
94
95
       0        // eod
96
};
97
98
void gepetto::gui::PluginManagerDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
99
{
100
    if (_c == QMetaObject::InvokeMetaMethod) {
101
        auto *_t = static_cast<PluginManagerDialog *>(_o);
102
        Q_UNUSED(_t)
103
        switch (_id) {
104
        case 0: _t->onItemChanged((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QTableWidgetItem*(*)>(_a[2]))); break;
105
        case 1: _t->contextMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
106
        case 2: _t->load((*reinterpret_cast< const QString(*)>(_a[1]))); break;
107
        case 3: _t->unload((*reinterpret_cast< const QString(*)>(_a[1]))); break;
108
        case 4: _t->pyContextMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
109
        case 5: _t->pyLoad((*reinterpret_cast< const QString(*)>(_a[1]))); break;
110
        case 6: _t->pyUnload((*reinterpret_cast< const QString(*)>(_a[1]))); break;
111
        case 7: _t->declareAll(); break;
112
        case 8: _t->save(); break;
113
        default: ;
114
        }
115
    }
116
}
117
118
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::PluginManagerDialog::staticMetaObject = { {
119
    &QDialog::staticMetaObject,
120
    qt_meta_stringdata_gepetto__gui__PluginManagerDialog.data,
121
    qt_meta_data_gepetto__gui__PluginManagerDialog,
122
    qt_static_metacall,
123
    nullptr,
124
    nullptr
125
} };
126
127
128
const QMetaObject *gepetto::gui::PluginManagerDialog::metaObject() const
129
{
130
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131
}
132
133
void *gepetto::gui::PluginManagerDialog::qt_metacast(const char *_clname)
134
{
135
    if (!_clname) return nullptr;
136
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__PluginManagerDialog.stringdata0))
137
        return static_cast<void*>(this);
138
    return QDialog::qt_metacast(_clname);
139
}
140
141
int gepetto::gui::PluginManagerDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142
{
143
    _id = QDialog::qt_metacall(_c, _id, _a);
144
    if (_id < 0)
145
        return _id;
146
    if (_c == QMetaObject::InvokeMetaMethod) {
147
        if (_id < 9)
148
            qt_static_metacall(this, _c, _id, _a);
149
        _id -= 9;
150
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
151
        if (_id < 9)
152
            *reinterpret_cast<int*>(_a[0]) = -1;
153
        _id -= 9;
154
    }
155
    return _id;
156
}
157
QT_WARNING_POP
158
QT_END_MOC_NAMESPACE