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.16. 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)) \
52 "BitcoinApplication\0requestedInitialize\0"
53 "\0requestedShutdown\0windowShown\0"
54 "BitcoinGUI*\0window\0initializeResult\0"
55 "success\0interfaces::BlockAndHeaderTipInfo\0"
56 "tip_info\0requestShutdown\0"
57 "handleRunawayException\0message\0"
58 "handleNonFatalException"
89 QMetaType::Void, 0x80000000 | 5, 6,
92 QMetaType::Void, QMetaType::Bool, 0x80000000 | 9, 8, 10,
94 QMetaType::Void, QMetaType::QString, 13,
95 QMetaType::Void, QMetaType::QString, 13,
100void BitcoinApplication::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
102 if (_c == QMetaObject::InvokeMetaMethod) {
106 case 0: _t->requestedInitialize();
break;
107 case 1: _t->requestedShutdown();
break;
108 case 2: _t->windowShown((*
reinterpret_cast< BitcoinGUI*(*)
>(_a[1])));
break;
110 case 4: _t->requestShutdown();
break;
111 case 5: _t->handleRunawayException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
112 case 6: _t->handleNonFatalException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
115 }
else if (_c == QMetaObject::IndexOfMethod) {
116 int *result =
reinterpret_cast<int *
>(_a[0]);
141QT_INIT_METAOBJECT
const QMetaObject BitcoinApplication::staticMetaObject = { {
142 QMetaObject::SuperData::link<QApplication::staticMetaObject>(),
151const QMetaObject *BitcoinApplication::metaObject()
const
153 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
156void *BitcoinApplication::qt_metacast(
const char *_clname)
158 if (!_clname)
return nullptr;
160 return static_cast<void*
>(
this);
161 return QApplication::qt_metacast(_clname);
164int BitcoinApplication::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
166 _id = QApplication::qt_metacall(_c, _id, _a);
169 if (_c == QMetaObject::InvokeMetaMethod) {
171 qt_static_metacall(
this, _c, _id, _a);
173 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
175 *
reinterpret_cast<int*
>(_a[0]) = -1;
184 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
190 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
196 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
197 QMetaObject::activate(
this, &staticMetaObject, 2, _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.