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.9.4. 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
21 QT_WARNING_DISABLE_DEPRECATED
26 #define QT_MOC_LITERAL(idx, ofs, len) \ 27 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 28 qptrdiff(offsetof(qt_meta_stringdata_OverviewPage_t, stringdata0) + ofs \ 29 - idx * sizeof(QByteArrayData)) \ 52 "OverviewPage\0transactionClicked\0\0index\0" 53 "outOfSyncWarningClicked\0setBalance\0" 54 "interfaces::WalletBalances\0balances\0" 55 "setPrivacy\0privacy\0updateDisplayUnit\0" 56 "handleTransactionClicked\0updateAlerts\0" 57 "warnings\0updateWatchOnlyLabels\0" 58 "showWatchOnly\0handleOutOfSyncWarningClicks" 89 QMetaType::Void, QMetaType::QModelIndex, 3,
93 QMetaType::Void, 0x80000000 | 6, 7,
94 QMetaType::Void, QMetaType::Bool, 9,
96 QMetaType::Void, QMetaType::QModelIndex, 3,
97 QMetaType::Void, QMetaType::QString, 13,
98 QMetaType::Void, QMetaType::Bool, 15,
104 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
106 if (_c == QMetaObject::InvokeMetaMethod) {
110 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
113 case 3: _t->
setPrivacy((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
116 case 6: _t->
updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
121 }
else if (_c == QMetaObject::IndexOfMethod) {
122 int *result =
reinterpret_cast<int *
>(_a[0]);
140 const QMetaObject OverviewPage::staticMetaObject = {
146 const QMetaObject *OverviewPage::metaObject()
const 148 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
151 void *OverviewPage::qt_metacast(
const char *_clname)
153 if (!_clname)
return nullptr;
155 return static_cast<void*
>(
this);
156 return QWidget::qt_metacast(_clname);
159 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
161 _id = QWidget::qt_metacall(_c, _id, _a);
164 if (_c == QMetaObject::InvokeMetaMethod) {
166 qt_static_metacall(
this, _c, _id, _a);
168 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
170 *
reinterpret_cast<int*
>(_a[0]) = -1;
179 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
180 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
186 QMetaObject::activate(
this, &staticMetaObject, 1,
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.