GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/__/include/gepetto/gui/moc_action-search-bar.cxx Lines: 0 25 0.0 %
Date: 2020-06-14 11:23:49 Branches: 0 21 0.0 %

Line Branch Exec Source
1
/****************************************************************************
2
** Meta object code from reading C++ file 'action-search-bar.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/action-search-bar.hh"
10
#if !defined(Q_MOC_OUTPUT_REVISION)
11
#error "The header file 'action-search-bar.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__ActionSearchBar[] = {
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
      38,   36,   31,   30, 0x08,
34
      55,   30,   30,   30, 0x08,
35
36
       0        // eod
37
};
38
39
static const char qt_meta_stringdata_gepetto__gui__ActionSearchBar[] = {
40
    "gepetto::gui::ActionSearchBar\0\0bool\0"
41
    "s\0trigger(QString)\0handleReturnPressed()\0"
42
};
43
44
void gepetto::gui::ActionSearchBar::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
        ActionSearchBar *_t = static_cast<ActionSearchBar *>(_o);
49
        switch (_id) {
50
        case 0: { bool _r = _t->trigger((*reinterpret_cast< const QString(*)>(_a[1])));
51
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
52
        case 1: _t->handleReturnPressed(); break;
53
        default: ;
54
        }
55
    }
56
}
57
58
const QMetaObjectExtraData gepetto::gui::ActionSearchBar::staticMetaObjectExtraData = {
59
    0,  qt_static_metacall
60
};
61
62
const QMetaObject gepetto::gui::ActionSearchBar::staticMetaObject = {
63
    { &QLineEdit::staticMetaObject, qt_meta_stringdata_gepetto__gui__ActionSearchBar,
64
      qt_meta_data_gepetto__gui__ActionSearchBar, &staticMetaObjectExtraData }
65
};
66
67
#ifdef Q_NO_DATA_RELOCATION
68
const QMetaObject &gepetto::gui::ActionSearchBar::getStaticMetaObject() { return staticMetaObject; }
69
#endif //Q_NO_DATA_RELOCATION
70
71
const QMetaObject *gepetto::gui::ActionSearchBar::metaObject() const
72
{
73
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
74
}
75
76
void *gepetto::gui::ActionSearchBar::qt_metacast(const char *_clname)
77
{
78
    if (!_clname) return 0;
79
    if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__ActionSearchBar))
80
        return static_cast<void*>(const_cast< ActionSearchBar*>(this));
81
    return QLineEdit::qt_metacast(_clname);
82
}
83
84
int gepetto::gui::ActionSearchBar::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
85
{
86
    _id = QLineEdit::qt_metacall(_c, _id, _a);
87
    if (_id < 0)
88
        return _id;
89
    if (_c == QMetaObject::InvokeMetaMethod) {
90
        if (_id < 2)
91
            qt_static_metacall(this, _c, _id, _a);
92
        _id -= 2;
93
    }
94
    return _id;
95
}
96
QT_END_MOC_NAMESPACE