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.6.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)) \ 50 "OverviewPage\0transactionClicked\0\0index\0" 51 "outOfSyncWarningClicked\0setBalance\0" 52 "interfaces::WalletBalances\0balances\0" 53 "setPrivacy\0privacy\0updateDisplayUnit\0" 54 "handleTransactionClicked\0updateAlerts\0" 55 "warnings\0updateWatchOnlyLabels\0" 56 "showWatchOnly\0handleOutOfSyncWarningClicks" 87 QMetaType::Void, QMetaType::QModelIndex, 3,
91 QMetaType::Void, 0x80000000 | 6, 7,
92 QMetaType::Void, QMetaType::Bool, 9,
94 QMetaType::Void, QMetaType::QModelIndex, 3,
95 QMetaType::Void, QMetaType::QString, 13,
96 QMetaType::Void, QMetaType::Bool, 15,
102 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
104 if (_c == QMetaObject::InvokeMetaMethod) {
108 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
111 case 3: _t->
setPrivacy((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
114 case 6: _t->
updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
119 }
else if (_c == QMetaObject::IndexOfMethod) {
120 int *result =
reinterpret_cast<int *
>(_a[0]);
121 void **func =
reinterpret_cast<void **
>(_a[1]);
139 const QMetaObject OverviewPage::staticMetaObject = {
140 { &QWidget::staticMetaObject, qt_meta_stringdata_OverviewPage.
data,
145 const QMetaObject *OverviewPage::metaObject()
const 147 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
150 void *OverviewPage::qt_metacast(
const char *_clname)
152 if (!_clname)
return Q_NULLPTR;
153 if (!strcmp(_clname, qt_meta_stringdata_OverviewPage.
stringdata0))
154 return static_cast<void*
>(
const_cast< OverviewPage*
>(
this));
155 return QWidget::qt_metacast(_clname);
158 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
160 _id = QWidget::qt_metacall(_c, _id, _a);
163 if (_c == QMetaObject::InvokeMetaMethod) {
165 qt_static_metacall(
this, _c, _id, _a);
167 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
169 *
reinterpret_cast<int*
>(_a[0]) = -1;
178 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
179 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
185 QMetaObject::activate(
this, &staticMetaObject, 1, Q_NULLPTR);
void updateAlerts(const QString &warnings)
void handleTransactionClicked(const QModelIndex &index)
void setPrivacy(bool privacy)
static const qt_meta_stringdata_OverviewPage_t qt_meta_stringdata_OverviewPage
void outOfSyncWarningClicked()
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_OverviewPage[]
Collection of wallet balances.
void updateWatchOnlyLabels(bool showWatchOnly)
void transactionClicked(const QModelIndex &index)
void setBalance(const interfaces::WalletBalances &balances)
void handleOutOfSyncWarningClicks()
Overview ("home") page widget.