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