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

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'node-action.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/node-action.hh"
10
#if !defined(Q_MOC_OUTPUT_REVISION)
11
#error "The header file 'node-action.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__NodeActionBase[] = {
20
21
 // content:
22
       6,       // revision
23
       0,       // classname
24
       0,    0, // classinfo
25
       1,   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
      38,   30,   29,   29, 0x08,
34
35
       0        // eod
36
};
37
38
static const char qt_meta_stringdata_gepetto__gui__NodeActionBase[] = {
39
    "gepetto::gui::NodeActionBase\0\0checked\0"
40
    "_act(bool)\0"
41
};
42
43
void gepetto::gui::NodeActionBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44
{
45
    if (_c == QMetaObject::InvokeMetaMethod) {
46
        Q_ASSERT(staticMetaObject.cast(_o));
47
        NodeActionBase *_t = static_cast<NodeActionBase *>(_o);
48
        switch (_id) {
49
        case 0: _t->_act((*reinterpret_cast< bool(*)>(_a[1]))); break;
50
        default: ;
51
        }
52
    }
53
}
54
55
const QMetaObjectExtraData gepetto::gui::NodeActionBase::staticMetaObjectExtraData = {
56
    0,  qt_static_metacall
57
};
58
59
const QMetaObject gepetto::gui::NodeActionBase::staticMetaObject = {
60
    { &QAction::staticMetaObject, qt_meta_stringdata_gepetto__gui__NodeActionBase,
61
      qt_meta_data_gepetto__gui__NodeActionBase, &staticMetaObjectExtraData }
62
};
63
64
#ifdef Q_NO_DATA_RELOCATION
65
const QMetaObject &gepetto::gui::NodeActionBase::getStaticMetaObject() { return staticMetaObject; }
66
#endif //Q_NO_DATA_RELOCATION
67
68
const QMetaObject *gepetto::gui::NodeActionBase::metaObject() const
69
{
70
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
71
}
72
73
void *gepetto::gui::NodeActionBase::qt_metacast(const char *_clname)
74
{
75
    if (!_clname) return 0;
76
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__NodeActionBase))
77
        return static_cast<void*>(const_cast< NodeActionBase*>(this));
78
    return QAction::qt_metacast(_clname);
79
}
80
81
int gepetto::gui::NodeActionBase::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
82
{
83
    _id = QAction::qt_metacall(_c, _id, _a);
84
    if (_id < 0)
85
        return _id;
86
    if (_c == QMetaObject::InvokeMetaMethod) {
87
        if (_id < 1)
88
            qt_static_metacall(this, _c, _id, _a);
89
        _id -= 1;
90
    }
91
    return _id;
92
}
93
QT_END_MOC_NAMESPACE