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)) \
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]);
137 const QMetaObject OverviewPage::staticMetaObject = {
138 { &QWidget::staticMetaObject, qt_meta_stringdata_OverviewPage.
data,
143 const QMetaObject *OverviewPage::metaObject()
const
145 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
148 void *OverviewPage::qt_metacast(
const char *_clname)
150 if (!_clname)
return Q_NULLPTR;
151 if (!strcmp(_clname, qt_meta_stringdata_OverviewPage.
stringdata0))
152 return static_cast<void*
>(
const_cast< OverviewPage*
>(
this));
153 return QWidget::qt_metacast(_clname);
156 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
158 _id = QWidget::qt_metacall(_c, _id, _a);
161 if (_c == QMetaObject::InvokeMetaMethod) {
163 qt_static_metacall(
this, _c, _id, _a);
165 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
167 *
reinterpret_cast<int*
>(_a[0]) = -1;
176 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
177 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
183 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.