Bitcoin Core 22.99.0
P2P Digital Currency
moc_intro.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'intro.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "qt/intro.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'intro.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.2. 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
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[12];
26 char stringdata0[171];
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_Intro_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 5), // "Intro"
36QT_MOC_LITERAL(1, 6, 12), // "requestCheck"
37QT_MOC_LITERAL(2, 19, 0), // ""
38QT_MOC_LITERAL(3, 20, 9), // "setStatus"
39QT_MOC_LITERAL(4, 30, 6), // "status"
40QT_MOC_LITERAL(5, 37, 7), // "message"
41QT_MOC_LITERAL(6, 45, 14), // "bytesAvailable"
42QT_MOC_LITERAL(7, 60, 28), // "on_dataDirectory_textChanged"
43QT_MOC_LITERAL(8, 89, 4), // "arg1"
44QT_MOC_LITERAL(9, 94, 25), // "on_ellipsisButton_clicked"
45QT_MOC_LITERAL(10, 120, 25), // "on_dataDirDefault_clicked"
46QT_MOC_LITERAL(11, 146, 24) // "on_dataDirCustom_clicked"
47
48 },
49 "Intro\0requestCheck\0\0setStatus\0status\0"
50 "message\0bytesAvailable\0"
51 "on_dataDirectory_textChanged\0arg1\0"
52 "on_ellipsisButton_clicked\0"
53 "on_dataDirDefault_clicked\0"
54 "on_dataDirCustom_clicked"
55};
56#undef QT_MOC_LITERAL
57
58static const uint qt_meta_data_Intro[] = {
59
60 // content:
61 8, // revision
62 0, // classname
63 0, 0, // classinfo
64 6, 14, // methods
65 0, 0, // properties
66 0, 0, // enums/sets
67 0, 0, // constructors
68 0, // flags
69 1, // signalCount
70
71 // signals: name, argc, parameters, tag, flags
72 1, 0, 44, 2, 0x06 /* Public */,
73
74 // slots: name, argc, parameters, tag, flags
75 3, 3, 45, 2, 0x0a /* Public */,
76 7, 1, 52, 2, 0x08 /* Private */,
77 9, 0, 55, 2, 0x08 /* Private */,
78 10, 0, 56, 2, 0x08 /* Private */,
79 11, 0, 57, 2, 0x08 /* Private */,
80
81 // signals: parameters
82 QMetaType::Void,
83
84 // slots: parameters
85 QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 4, 5, 6,
86 QMetaType::Void, QMetaType::QString, 8,
87 QMetaType::Void,
88 QMetaType::Void,
89 QMetaType::Void,
90
91 0 // eod
92};
93
94void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
95{
96 if (_c == QMetaObject::InvokeMetaMethod) {
97 auto *_t = static_cast<Intro *>(_o);
98 (void)_t;
99 switch (_id) {
100 case 0: _t->requestCheck(); break;
101 case 1: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
102 case 2: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
103 case 3: _t->on_ellipsisButton_clicked(); break;
104 case 4: _t->on_dataDirDefault_clicked(); break;
105 case 5: _t->on_dataDirCustom_clicked(); break;
106 default: ;
107 }
108 } else if (_c == QMetaObject::IndexOfMethod) {
109 int *result = reinterpret_cast<int *>(_a[0]);
110 {
111 using _t = void (Intro::*)();
112 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Intro::requestCheck)) {
113 *result = 0;
114 return;
115 }
116 }
117 }
118}
119
120QT_INIT_METAOBJECT const QMetaObject Intro::staticMetaObject = { {
121 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
124 qt_static_metacall,
125 nullptr,
126 nullptr
127} };
128
129
130const QMetaObject *Intro::metaObject() const
131{
132 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133}
134
135void *Intro::qt_metacast(const char *_clname)
136{
137 if (!_clname) return nullptr;
138 if (!strcmp(_clname, qt_meta_stringdata_Intro.stringdata0))
139 return static_cast<void*>(this);
140 return QDialog::qt_metacast(_clname);
141}
142
143int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
144{
145 _id = QDialog::qt_metacall(_c, _id, _a);
146 if (_id < 0)
147 return _id;
148 if (_c == QMetaObject::InvokeMetaMethod) {
149 if (_id < 6)
150 qt_static_metacall(this, _c, _id, _a);
151 _id -= 6;
152 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153 if (_id < 6)
154 *reinterpret_cast<int*>(_a[0]) = -1;
155 _id -= 6;
156 }
157 return _id;
158}
159
160// SIGNAL 0
162{
163 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
164}
165QT_WARNING_POP
166QT_END_MOC_NAMESPACE
Introduction screen (pre-GUI startup).
Definition: intro.h:29
void requestCheck()
Definition: moc_intro.cpp:161
static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro
Definition: moc_intro.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition: moc_intro.cpp:28
static const uint qt_meta_data_Intro[]
Definition: moc_intro.cpp:58
QByteArrayData data[12]
Definition: moc_intro.cpp:25