9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'modaloverlay.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.5.1. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
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_ModalOverlay_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 48 "ModalOverlay\0backupWallet\0\0tipUpdate\0" 49 "count\0blockDate\0nVerificationProgress\0" 50 "setKnownBestHeight\0toggleVisibility\0" 51 "showHide\0hide\0userRequested\0closeClicked\0" 52 "backupWalletClicked\0isLayerVisible" 56 static const uint qt_meta_data_ModalOverlay[] = {
87 QMetaType::Void, QMetaType::Int, QMetaType::QDateTime, QMetaType::Double, 4, 5, 6,
88 QMetaType::Void, QMetaType::Int, QMetaType::QDateTime, 4, 5,
90 QMetaType::Void, QMetaType::Bool, QMetaType::Bool, 10, 11,
91 QMetaType::Void, QMetaType::Bool, 10,
100 void ModalOverlay::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
102 if (_c == QMetaObject::InvokeMetaMethod) {
107 case 1: _t->
tipUpdate((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< const QDateTime(*)
>(_a[2])),(*
reinterpret_cast< double(*)
>(_a[3])));
break;
108 case 2: _t->
setKnownBestHeight((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< const QDateTime(*)
>(_a[2])));
break;
110 case 4: _t->
showHide((*
reinterpret_cast< bool(*)
>(_a[1])),(*
reinterpret_cast< bool(*)
>(_a[2])));
break;
111 case 5: _t->
showHide((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
116 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = _r; }
break;
119 }
else if (_c == QMetaObject::IndexOfMethod) {
120 int *result =
reinterpret_cast<int *
>(_a[0]);
121 void **func =
reinterpret_cast<void **
>(_a[1]);
131 const QMetaObject ModalOverlay::staticMetaObject = {
132 { &QWidget::staticMetaObject, qt_meta_stringdata_ModalOverlay.
data,
133 qt_meta_data_ModalOverlay, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
137 const QMetaObject *ModalOverlay::metaObject()
const 139 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
142 void *ModalOverlay::qt_metacast(
const char *_clname)
144 if (!_clname)
return Q_NULLPTR;
145 if (!strcmp(_clname, qt_meta_stringdata_ModalOverlay.
stringdata0))
146 return static_cast<void*
>(
const_cast< ModalOverlay*
>(
this));
147 return QWidget::qt_metacast(_clname);
150 int ModalOverlay::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
152 _id = QWidget::qt_metacall(_c, _id, _a);
155 if (_c == QMetaObject::InvokeMetaMethod) {
157 qt_static_metacall(
this, _c, _id, _a);
159 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
161 *
reinterpret_cast<int*
>(_a[0]) = -1;
170 QMetaObject::activate(
this, &staticMetaObject, 0, Q_NULLPTR);
void tipUpdate(int count, const QDateTime &blockDate, double nVerificationProgress)
Modal overlay to display information about the chain-sync state.
void backupWalletClicked()
#define QT_MOC_LITERAL(idx, ofs, len)
void setKnownBestHeight(int count, const QDateTime &blockDate)
void showHide(bool hide=false, bool userRequested=false)