11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'bitcoin.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.)"
23QT_WARNING_DISABLE_DEPRECATED
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_BitcoinApplication_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
53 "BitcoinApplication\0requestedInitialize\0"
54 "\0requestedShutdown\0splashFinished\0"
55 "windowShown\0BitcoinGUI*\0window\0"
56 "initializeResult\0success\0"
57 "interfaces::BlockAndHeaderTipInfo\0"
58 "tip_info\0requestShutdown\0"
59 "handleRunawayException\0message\0"
60 "handleNonFatalException"
93 QMetaType::Void, 0x80000000 | 6, 7,
96 QMetaType::Void, QMetaType::Bool, 0x80000000 | 10, 9, 11,
98 QMetaType::Void, QMetaType::QString, 14,
99 QMetaType::Void, QMetaType::QString, 14,
104void BitcoinApplication::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
106 if (_c == QMetaObject::InvokeMetaMethod) {
111 case 1: _t->requestedShutdown();
break;
112 case 2: _t->splashFinished();
break;
113 case 3: _t->windowShown((*
reinterpret_cast< BitcoinGUI*(*)
>(_a[1])));
break;
115 case 5: _t->requestShutdown();
break;
116 case 6: _t->handleRunawayException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
117 case 7: _t->handleNonFatalException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
120 }
else if (_c == QMetaObject::IndexOfMethod) {
121 int *result =
reinterpret_cast<int *
>(_a[0]);
153QT_INIT_METAOBJECT
const QMetaObject BitcoinApplication::staticMetaObject = { {
154 QMetaObject::SuperData::link<QApplication::staticMetaObject>(),
163const QMetaObject *BitcoinApplication::metaObject()
const
165 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
168void *BitcoinApplication::qt_metacast(
const char *_clname)
170 if (!_clname)
return nullptr;
172 return static_cast<void*
>(
this);
173 return QApplication::qt_metacast(_clname);
176int BitcoinApplication::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
178 _id = QApplication::qt_metacall(_c, _id, _a);
181 if (_c == QMetaObject::InvokeMetaMethod) {
183 qt_static_metacall(
this, _c, _id, _a);
185 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
187 *
reinterpret_cast<int*
>(_a[0]) = -1;
196 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
202 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
208 QMetaObject::activate(
this, &staticMetaObject, 2,
nullptr);
214 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
215 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
Main Bitcoin application object.
void requestedInitialize()
void windowShown(BitcoinGUI *window)
static const qt_meta_stringdata_BitcoinApplication_t qt_meta_stringdata_BitcoinApplication
static const uint qt_meta_data_BitcoinApplication[]
#define QT_MOC_LITERAL(idx, ofs, len)
Block and header tip information.