GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/moc_osgwidget.cxx Lines: 1 34 2.9 %
Date: 2020-06-14 11:23:49 Branches: 2 34 5.9 %

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'osgwidget.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/osgwidget.hh"
10
#if !defined(Q_MOC_OUTPUT_REVISION)
11
#error "The header file 'osgwidget.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__OSGWidget[] = {
20
21
 // content:
22
       6,       // revision
23
       0,       // classname
24
       0,    0, // classinfo
25
       9,   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
      25,   24,   24,   24, 0x0a,
34
      34,   24,   24,   24, 0x0a,
35
      52,   45,   24,   24, 0x0a,
36
      72,   24,   24,   24, 0x0a,
37
      96,   87,   24,   24, 0x0a,
38
     146,  127,  122,   24, 0x0a,
39
     184,   24,  122,   24, 0x0a,
40
     198,   24,   24,   24, 0x08,
41
     236,  223,   24,   24, 0x08,
42
43
       0        // eod
44
};
45
46
static const char qt_meta_stringdata_gepetto__gui__OSGWidget[] = {
47
    "gepetto::gui::OSGWidget\0\0onHome()\0"
48
    "addFloor()\0active\0toggleCapture(bool)\0"
49
    "captureFrame()\0filename\0"
50
    "captureFrame(std::string)\0bool\0"
51
    "filename,extension\0"
52
    "startCapture(std::string,std::string)\0"
53
    "stopCapture()\0readyReadProcessOutput()\0"
54
    "fullscreenOn\0toggleFullscreenMode(bool)\0"
55
};
56
57
void gepetto::gui::OSGWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
58
{
59
    if (_c == QMetaObject::InvokeMetaMethod) {
60
        Q_ASSERT(staticMetaObject.cast(_o));
61
        OSGWidget *_t = static_cast<OSGWidget *>(_o);
62
        switch (_id) {
63
        case 0: _t->onHome(); break;
64
        case 1: _t->addFloor(); break;
65
        case 2: _t->toggleCapture((*reinterpret_cast< bool(*)>(_a[1]))); break;
66
        case 3: _t->captureFrame(); break;
67
        case 4: _t->captureFrame((*reinterpret_cast< const std::string(*)>(_a[1]))); break;
68
        case 5: { bool _r = _t->startCapture((*reinterpret_cast< const std::string(*)>(_a[1])),(*reinterpret_cast< const std::string(*)>(_a[2])));
69
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
70
        case 6: { bool _r = _t->stopCapture();
71
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
72
        case 7: _t->readyReadProcessOutput(); break;
73
        case 8: _t->toggleFullscreenMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
74
        default: ;
75
        }
76
    }
77
}
78
79
const QMetaObjectExtraData gepetto::gui::OSGWidget::staticMetaObjectExtraData = {
80
    0,  qt_static_metacall
81
};
82
83
const QMetaObject gepetto::gui::OSGWidget::staticMetaObject = {
84
    { &QWidget::staticMetaObject, qt_meta_stringdata_gepetto__gui__OSGWidget,
85
      qt_meta_data_gepetto__gui__OSGWidget, &staticMetaObjectExtraData }
86
};
87
88
#ifdef Q_NO_DATA_RELOCATION
89
const QMetaObject &gepetto::gui::OSGWidget::getStaticMetaObject() { return staticMetaObject; }
90
#endif //Q_NO_DATA_RELOCATION
91
92
const QMetaObject *gepetto::gui::OSGWidget::metaObject() const
93
{
94
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
95
}
96
97
void *gepetto::gui::OSGWidget::qt_metacast(const char *_clname)
98
{
99
    if (!_clname) return 0;
100
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__OSGWidget))
101
        return static_cast<void*>(const_cast< OSGWidget*>(this));
102
    return QWidget::qt_metacast(_clname);
103
}
104
105
int gepetto::gui::OSGWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
106
{
107
    _id = QWidget::qt_metacall(_c, _id, _a);
108
    if (_id < 0)
109
        return _id;
110
    if (_c == QMetaObject::InvokeMetaMethod) {
111
        if (_id < 9)
112
            qt_static_metacall(this, _c, _id, _a);
113
        _id -= 9;
114
    }
115
    return _id;
116

3
}
117
QT_END_MOC_NAMESPACE