GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/moc_windows-manager.cpp Lines: 0 30 0.0 %
Date: 2024-04-14 11:13:22 Branches: 0 27 0.0 %

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