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