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.6.1. 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
21  QByteArrayData data[12];
22  char stringdata0[171];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  qptrdiff(offsetof(qt_meta_stringdata_Intro_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
30  {
31 QT_MOC_LITERAL(0, 0, 5), // "Intro"
32 QT_MOC_LITERAL(1, 6, 12), // "requestCheck"
33 QT_MOC_LITERAL(2, 19, 0), // ""
34 QT_MOC_LITERAL(3, 20, 9), // "setStatus"
35 QT_MOC_LITERAL(4, 30, 6), // "status"
36 QT_MOC_LITERAL(5, 37, 7), // "message"
37 QT_MOC_LITERAL(6, 45, 14), // "bytesAvailable"
38 QT_MOC_LITERAL(7, 60, 28), // "on_dataDirectory_textChanged"
39 QT_MOC_LITERAL(8, 89, 4), // "arg1"
40 QT_MOC_LITERAL(9, 94, 25), // "on_ellipsisButton_clicked"
41 QT_MOC_LITERAL(10, 120, 25), // "on_dataDirDefault_clicked"
42 QT_MOC_LITERAL(11, 146, 24) // "on_dataDirCustom_clicked"
43 
44  },
45  "Intro\0requestCheck\0\0setStatus\0status\0"
46  "message\0bytesAvailable\0"
47  "on_dataDirectory_textChanged\0arg1\0"
48  "on_ellipsisButton_clicked\0"
49  "on_dataDirDefault_clicked\0"
50  "on_dataDirCustom_clicked"
51 };
52 #undef QT_MOC_LITERAL
53 
54 static const uint qt_meta_data_Intro[] = {
55 
56  // content:
57  7, // revision
58  0, // classname
59  0, 0, // classinfo
60  6, 14, // methods
61  0, 0, // properties
62  0, 0, // enums/sets
63  0, 0, // constructors
64  0, // flags
65  1, // signalCount
66 
67  // signals: name, argc, parameters, tag, flags
68  1, 0, 44, 2, 0x06 /* Public */,
69 
70  // slots: name, argc, parameters, tag, flags
71  3, 3, 45, 2, 0x0a /* Public */,
72  7, 1, 52, 2, 0x08 /* Private */,
73  9, 0, 55, 2, 0x08 /* Private */,
74  10, 0, 56, 2, 0x08 /* Private */,
75  11, 0, 57, 2, 0x08 /* Private */,
76 
77  // signals: parameters
78  QMetaType::Void,
79 
80  // slots: parameters
81  QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 4, 5, 6,
82  QMetaType::Void, QMetaType::QString, 8,
83  QMetaType::Void,
84  QMetaType::Void,
85  QMetaType::Void,
86 
87  0 // eod
88 };
89 
90 void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
91 {
92  if (_c == QMetaObject::InvokeMetaMethod) {
93  Intro *_t = static_cast<Intro *>(_o);
94  Q_UNUSED(_t)
95  switch (_id) {
96  case 0: _t->requestCheck(); break;
97  case 1: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
98  case 2: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
99  case 3: _t->on_ellipsisButton_clicked(); break;
100  case 4: _t->on_dataDirDefault_clicked(); break;
101  case 5: _t->on_dataDirCustom_clicked(); break;
102  default: ;
103  }
104  } else if (_c == QMetaObject::IndexOfMethod) {
105  int *result = reinterpret_cast<int *>(_a[0]);
106  void **func = reinterpret_cast<void **>(_a[1]);
107  {
108  typedef void (Intro::*_t)();
109  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Intro::requestCheck)) {
110  *result = 0;
111  return;
112  }
113  }
114  }
115 }
116 
117 const QMetaObject Intro::staticMetaObject = {
118  { &QDialog::staticMetaObject, qt_meta_stringdata_Intro.data,
119  qt_meta_data_Intro, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
120 };
121 
122 
123 const QMetaObject *Intro::metaObject() const
124 {
125  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
126 }
127 
128 void *Intro::qt_metacast(const char *_clname)
129 {
130  if (!_clname) return Q_NULLPTR;
131  if (!strcmp(_clname, qt_meta_stringdata_Intro.stringdata0))
132  return static_cast<void*>(const_cast< Intro*>(this));
133  return QDialog::qt_metacast(_clname);
134 }
135 
136 int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
137 {
138  _id = QDialog::qt_metacall(_c, _id, _a);
139  if (_id < 0)
140  return _id;
141  if (_c == QMetaObject::InvokeMetaMethod) {
142  if (_id < 6)
143  qt_static_metacall(this, _c, _id, _a);
144  _id -= 6;
145  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
146  if (_id < 6)
147  *reinterpret_cast<int*>(_a[0]) = -1;
148  _id -= 6;
149  }
150  return _id;
151 }
152 
153 // SIGNAL 0
155 {
156  QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
157 }
158 QT_END_MOC_NAMESPACE
static const uint qt_meta_data_Intro[]
Definition: moc_intro.cpp:54
void requestCheck()
Definition: moc_intro.cpp:154
void on_dataDirCustom_clicked()
Definition: intro.cpp:313
#define QT_MOC_LITERAL(idx, ofs, len)
Definition: moc_intro.cpp:24
static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro
Definition: moc_intro.cpp:29
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:21
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