GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/dialog/moc_dialogloadrobot.cxx Lines: 0 24 0.0 %
Date: 2020-06-14 11:23:49 Branches: 0 19 0.0 %

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'dialogloadrobot.hh'
3
**
4
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7)
5
**
6
** WARNING! All changes made in this file will be lost!
7
*****************************************************************************/
8
9
#include "../../../../../../include/gepetto/gui/dialog/dialogloadrobot.hh"
10
#if !defined(Q_MOC_OUTPUT_REVISION)
11
#error "The header file 'dialogloadrobot.hh' doesn't include <QObject>."
12
#elif Q_MOC_OUTPUT_REVISION != 63
13
#error "This file was generated using the moc from 4.8.7. It"
14
#error "cannot be used with the include files from this version of Qt."
15
#error "(The moc has changed too much.)"
16
#endif
17
18
QT_BEGIN_MOC_NAMESPACE
19
static const uint qt_meta_data_gepetto__gui__DialogLoadRobot[] = {
20
21
 // content:
22
       6,       // revision
23
       0,       // classname
24
       0,    0, // classinfo
25
       2,   14, // methods
26
       0,    0, // properties
27
       0,    0, // enums/sets
28
       0,    0, // constructors
29
       0,       // flags
30
       0,       // signalCount
31
32
 // slots: signature, parameters, type, tag, flags
33
      31,   30,   30,   30, 0x08,
34
      46,   40,   30,   30, 0x08,
35
36
       0        // eod
37
};
38
39
static const char qt_meta_stringdata_gepetto__gui__DialogLoadRobot[] = {
40
    "gepetto::gui::DialogLoadRobot\0\0accept()\0"
41
    "index\0robotSelect(int)\0"
42
};
43
44
void gepetto::gui::DialogLoadRobot::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
45
{
46
    if (_c == QMetaObject::InvokeMetaMethod) {
47
        Q_ASSERT(staticMetaObject.cast(_o));
48
        DialogLoadRobot *_t = static_cast<DialogLoadRobot *>(_o);
49
        switch (_id) {
50
        case 0: _t->accept(); break;
51
        case 1: _t->robotSelect((*reinterpret_cast< int(*)>(_a[1]))); break;
52
        default: ;
53
        }
54
    }
55
}
56
57
const QMetaObjectExtraData gepetto::gui::DialogLoadRobot::staticMetaObjectExtraData = {
58
    0,  qt_static_metacall
59
};
60
61
const QMetaObject gepetto::gui::DialogLoadRobot::staticMetaObject = {
62
    { &QDialog::staticMetaObject, qt_meta_stringdata_gepetto__gui__DialogLoadRobot,
63
      qt_meta_data_gepetto__gui__DialogLoadRobot, &staticMetaObjectExtraData }
64
};
65
66
#ifdef Q_NO_DATA_RELOCATION
67
const QMetaObject &gepetto::gui::DialogLoadRobot::getStaticMetaObject() { return staticMetaObject; }
68
#endif //Q_NO_DATA_RELOCATION
69
70
const QMetaObject *gepetto::gui::DialogLoadRobot::metaObject() const
71
{
72
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
73
}
74
75
void *gepetto::gui::DialogLoadRobot::qt_metacast(const char *_clname)
76
{
77
    if (!_clname) return 0;
78
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__DialogLoadRobot))
79
        return static_cast<void*>(const_cast< DialogLoadRobot*>(this));
80
    return QDialog::qt_metacast(_clname);
81
}
82
83
int gepetto::gui::DialogLoadRobot::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84
{
85
    _id = QDialog::qt_metacall(_c, _id, _a);
86
    if (_id < 0)
87
        return _id;
88
    if (_c == QMetaObject::InvokeMetaMethod) {
89
        if (_id < 2)
90
            qt_static_metacall(this, _c, _id, _a);
91
        _id -= 2;
92
    }
93
    return _id;
94
}
95
QT_END_MOC_NAMESPACE