10 #include <QtCore/qbytearray.h> 11 #include <QtCore/qmetatype.h> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'bitcoin.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.)" 20 QT_BEGIN_MOC_NAMESPACE
22 QT_WARNING_DISABLE_DEPRECATED
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_BitcoinApplication_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 51 "BitcoinApplication\0requestedInitialize\0" 52 "\0requestedShutdown\0windowShown\0" 53 "BitcoinGUI*\0window\0initializeResult\0" 54 "success\0interfaces::BlockAndHeaderTipInfo\0" 55 "tip_info\0requestShutdown\0" 56 "handleRunawayException\0message\0" 57 "handleNonFatalException" 88 QMetaType::Void, 0x80000000 | 5, 6,
91 QMetaType::Void, QMetaType::Bool, 0x80000000 | 9, 8, 10,
93 QMetaType::Void, QMetaType::QString, 13,
94 QMetaType::Void, QMetaType::QString, 13,
99 void BitcoinApplication::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
101 if (_c == QMetaObject::InvokeMetaMethod) {
106 case 1: _t->requestedShutdown();
break;
107 case 2: _t->windowShown((*
reinterpret_cast< BitcoinGUI*(*)
>(_a[1])));
break;
109 case 4: _t->requestShutdown();
break;
110 case 5: _t->handleRunawayException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
111 case 6: _t->handleNonFatalException((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
114 }
else if (_c == QMetaObject::IndexOfMethod) {
115 int *result =
reinterpret_cast<int *
>(_a[0]);
140 QT_INIT_METAOBJECT
const QMetaObject BitcoinApplication::staticMetaObject = { {
141 &QApplication::staticMetaObject,
150 const QMetaObject *BitcoinApplication::metaObject()
const 152 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
155 void *BitcoinApplication::qt_metacast(
const char *_clname)
157 if (!_clname)
return nullptr;
159 return static_cast<void*
>(
this);
160 return QApplication::qt_metacast(_clname);
163 int BitcoinApplication::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
165 _id = QApplication::qt_metacall(_c, _id, _a);
168 if (_c == QMetaObject::InvokeMetaMethod) {
170 qt_static_metacall(
this, _c, _id, _a);
172 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
174 *
reinterpret_cast<int*
>(_a[0]) = -1;
183 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
189 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
195 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
196 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
#define QT_MOC_LITERAL(idx, ofs, len)
void requestedInitialize()
static const qt_meta_stringdata_BitcoinApplication_t qt_meta_stringdata_BitcoinApplication
Main Bitcoin application object.
static const uint qt_meta_data_BitcoinApplication[]
Block and header tip information.
void windowShown(BitcoinGUI *window)