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 67 (Qt 5.15.3) |
5 |
|
|
** |
6 |
|
|
** WARNING! All changes made in this file will be lost! |
7 |
|
|
*****************************************************************************/ |
8 |
|
|
|
9 |
|
|
#include <memory> |
10 |
|
|
#include "../../../../../include/gepetto/gui/action-search-bar.hh" |
11 |
|
|
#include <QtCore/qbytearray.h> |
12 |
|
|
#include <QtCore/qmetatype.h> |
13 |
|
|
#if !defined(Q_MOC_OUTPUT_REVISION) |
14 |
|
|
#error "The header file 'action-search-bar.hh' doesn't include <QObject>." |
15 |
|
|
#elif Q_MOC_OUTPUT_REVISION != 67 |
16 |
|
|
#error "This file was generated using the moc from 5.15.3. It" |
17 |
|
|
#error "cannot be used with the include files from this version of Qt." |
18 |
|
|
#error "(The moc has changed too much.)" |
19 |
|
|
#endif |
20 |
|
|
|
21 |
|
|
QT_BEGIN_MOC_NAMESPACE |
22 |
|
|
QT_WARNING_PUSH |
23 |
|
|
QT_WARNING_DISABLE_DEPRECATED |
24 |
|
|
struct qt_meta_stringdata_gepetto__gui__ActionSearchBar_t { |
25 |
|
|
QByteArrayData data[5]; |
26 |
|
|
char stringdata0[61]; |
27 |
|
|
}; |
28 |
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \ |
29 |
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ |
30 |
|
|
qptrdiff(offsetof(qt_meta_stringdata_gepetto__gui__ActionSearchBar_t, stringdata0) + ofs \ |
31 |
|
|
- idx * sizeof(QByteArrayData)) \ |
32 |
|
|
) |
33 |
|
|
static const qt_meta_stringdata_gepetto__gui__ActionSearchBar_t qt_meta_stringdata_gepetto__gui__ActionSearchBar = { |
34 |
|
|
{ |
35 |
|
|
QT_MOC_LITERAL(0, 0, 29), // "gepetto::gui::ActionSearchBar" |
36 |
|
|
QT_MOC_LITERAL(1, 30, 7), // "trigger" |
37 |
|
|
QT_MOC_LITERAL(2, 38, 0), // "" |
38 |
|
|
QT_MOC_LITERAL(3, 39, 1), // "s" |
39 |
|
|
QT_MOC_LITERAL(4, 41, 19) // "handleReturnPressed" |
40 |
|
|
|
41 |
|
|
}, |
42 |
|
|
"gepetto::gui::ActionSearchBar\0trigger\0" |
43 |
|
|
"\0s\0handleReturnPressed" |
44 |
|
|
}; |
45 |
|
|
#undef QT_MOC_LITERAL |
46 |
|
|
|
47 |
|
|
static const uint qt_meta_data_gepetto__gui__ActionSearchBar[] = { |
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, 2, 0x08 /* Private */, |
62 |
|
|
4, 0, 27, 2, 0x08 /* Private */, |
63 |
|
|
|
64 |
|
|
// slots: parameters |
65 |
|
|
QMetaType::Bool, QMetaType::QString, 3, |
66 |
|
|
QMetaType::Void, |
67 |
|
|
|
68 |
|
|
0 // eod |
69 |
|
|
}; |
70 |
|
|
|
71 |
|
✗ |
void gepetto::gui::ActionSearchBar::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
72 |
|
|
{ |
73 |
|
✗ |
if (_c == QMetaObject::InvokeMetaMethod) { |
74 |
|
✗ |
auto *_t = static_cast<ActionSearchBar *>(_o); |
75 |
|
|
(void)_t; |
76 |
|
✗ |
switch (_id) { |
77 |
|
✗ |
case 0: { bool _r = _t->trigger((*reinterpret_cast< const QString(*)>(_a[1]))); |
78 |
|
✗ |
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break; |
79 |
|
✗ |
case 1: _t->handleReturnPressed(); break; |
80 |
|
✗ |
default: ; |
81 |
|
|
} |
82 |
|
|
} |
83 |
|
|
} |
84 |
|
|
|
85 |
|
|
QT_INIT_METAOBJECT const QMetaObject gepetto::gui::ActionSearchBar::staticMetaObject = { { |
86 |
|
|
QMetaObject::SuperData::link<QLineEdit::staticMetaObject>(), |
87 |
|
|
qt_meta_stringdata_gepetto__gui__ActionSearchBar.data, |
88 |
|
|
qt_meta_data_gepetto__gui__ActionSearchBar, |
89 |
|
|
qt_static_metacall, |
90 |
|
|
nullptr, |
91 |
|
|
nullptr |
92 |
|
|
} }; |
93 |
|
|
|
94 |
|
|
|
95 |
|
✗ |
const QMetaObject *gepetto::gui::ActionSearchBar::metaObject() const |
96 |
|
|
{ |
97 |
|
✗ |
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
98 |
|
|
} |
99 |
|
|
|
100 |
|
✗ |
void *gepetto::gui::ActionSearchBar::qt_metacast(const char *_clname) |
101 |
|
|
{ |
102 |
|
✗ |
if (!_clname) return nullptr; |
103 |
|
✗ |
if (!strcmp(_clname, qt_meta_stringdata_gepetto__gui__ActionSearchBar.stringdata0)) |
104 |
|
✗ |
return static_cast<void*>(this); |
105 |
|
✗ |
return QLineEdit::qt_metacast(_clname); |
106 |
|
|
} |
107 |
|
|
|
108 |
|
✗ |
int gepetto::gui::ActionSearchBar::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
109 |
|
|
{ |
110 |
|
✗ |
_id = QLineEdit::qt_metacall(_c, _id, _a); |
111 |
|
✗ |
if (_id < 0) |
112 |
|
✗ |
return _id; |
113 |
|
✗ |
if (_c == QMetaObject::InvokeMetaMethod) { |
114 |
|
✗ |
if (_id < 2) |
115 |
|
✗ |
qt_static_metacall(this, _c, _id, _a); |
116 |
|
✗ |
_id -= 2; |
117 |
|
✗ |
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
118 |
|
✗ |
if (_id < 2) |
119 |
|
✗ |
*reinterpret_cast<int*>(_a[0]) = -1; |
120 |
|
✗ |
_id -= 2; |
121 |
|
|
} |
122 |
|
✗ |
return _id; |
123 |
|
|
} |
124 |
|
|
QT_WARNING_POP |
125 |
|
|
QT_END_MOC_NAMESPACE |
126 |
|
|
|