9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'overviewpage.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_OverviewPage_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 62 "OverviewPage\0transactionClicked\0\0index\0" 63 "outOfSyncWarningClicked\0privateSendStatus\0" 64 "setBalance\0CAmount\0balance\0" 65 "unconfirmedBalance\0immatureBalance\0" 66 "anonymizedBalance\0watchOnlyBalance\0" 67 "watchUnconfBalance\0watchImmatureBalance\0" 68 "togglePrivateSend\0privateSendAuto\0" 69 "privateSendReset\0privateSendInfo\0" 70 "updateDisplayUnit\0updatePrivateSendProgress\0" 71 "updateAdvancedPSUI\0fShowAdvancedPSUI\0" 72 "handleTransactionClicked\0updateAlerts\0" 73 "warnings\0updateWatchOnlyLabels\0" 74 "showWatchOnly\0handleOutOfSyncWarningClicks" 100 17, 0, 111, 2, 0x08 ,
101 18, 0, 112, 2, 0x08 ,
102 19, 0, 113, 2, 0x08 ,
103 20, 0, 114, 2, 0x08 ,
104 21, 1, 115, 2, 0x08 ,
105 23, 1, 118, 2, 0x08 ,
106 24, 1, 121, 2, 0x08 ,
107 26, 1, 124, 2, 0x08 ,
108 28, 0, 127, 2, 0x08 ,
111 QMetaType::Void, QMetaType::QModelIndex, 3,
116 QMetaType::Void, 0x80000000 | 7, 0x80000000 | 7, 0x80000000 | 7, 0x80000000 | 7, 0x80000000 | 7, 0x80000000 | 7, 0x80000000 | 7, 8, 9, 10, 11, 12, 13, 14,
123 QMetaType::Void, QMetaType::Bool, 22,
124 QMetaType::Void, QMetaType::QModelIndex, 3,
125 QMetaType::Void, QMetaType::QString, 25,
126 QMetaType::Void, QMetaType::Bool, 27,
132 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
134 if (_c == QMetaObject::InvokeMetaMethod) {
138 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
141 case 3: _t->
setBalance((*
reinterpret_cast< const CAmount(*)
>(_a[1])),(*
reinterpret_cast< const CAmount(*)
>(_a[2])),(*
reinterpret_cast< const CAmount(*)
>(_a[3])),(*
reinterpret_cast< const CAmount(*)
>(_a[4])),(*
reinterpret_cast< const CAmount(*)
>(_a[5])),(*
reinterpret_cast< const CAmount(*)
>(_a[6])),(*
reinterpret_cast< const CAmount(*)
>(_a[7])));
break;
150 case 12: _t->
updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
155 }
else if (_c == QMetaObject::IndexOfMethod) {
156 int *
result =
reinterpret_cast<int *
>(_a[0]);
157 void **func =
reinterpret_cast<void **
>(_a[1]);
173 const QMetaObject OverviewPage::staticMetaObject = {
179 const QMetaObject *OverviewPage::metaObject()
const 181 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
184 void *OverviewPage::qt_metacast(
const char *_clname)
186 if (!_clname)
return Q_NULLPTR;
188 return static_cast<void*
>(
const_cast< OverviewPage*
>(
this));
189 return QWidget::qt_metacast(_clname);
192 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
194 _id = QWidget::qt_metacall(_c, _id, _a);
197 if (_c == QMetaObject::InvokeMetaMethod) {
199 qt_static_metacall(
this, _c, _id, _a);
201 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
203 *
reinterpret_cast<int*
>(_a[0]) = -1;
212 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
213 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
219 QMetaObject::activate(
this, &staticMetaObject, 1, Q_NULLPTR);
void handleTransactionClicked(const QModelIndex &index)
void updateAlerts(const QString &warnings)
void setBalance(const CAmount &balance, const CAmount &unconfirmedBalance, const CAmount &immatureBalance, const CAmount &anonymizedBalance, const CAmount &watchOnlyBalance, const CAmount &watchUnconfBalance, const CAmount &watchImmatureBalance)
void updateAdvancedPSUI(bool fShowAdvancedPSUI)
void updatePrivateSendProgress()
void transactionClicked(const QModelIndex &index)
void handleOutOfSyncWarningClicks()
static const qt_meta_stringdata_OverviewPage_t qt_meta_stringdata_OverviewPage
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_OverviewPage[]
void outOfSyncWarningClicked()
void updateWatchOnlyLabels(bool showWatchOnly)