11 #include <QtCore/qbytearray.h> 12 #include <QtCore/qmetatype.h> 13 #if !defined(Q_MOC_OUTPUT_REVISION) 14 #error "The header file 'overviewpage.h' doesn't include <QObject>." 15 #elif Q_MOC_OUTPUT_REVISION != 67 16 #error "This file was generated using the moc from 5.15.8. It" 17 #error "cannot be used with the include files from this version of Qt." 18 #error "(The moc has changed too much.)" 21 QT_BEGIN_MOC_NAMESPACE
23 QT_WARNING_DISABLE_DEPRECATED
28 #define QT_MOC_LITERAL(idx, ofs, len) \ 29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 30 qptrdiff(offsetof(qt_meta_stringdata_OverviewPage_t, stringdata0) + ofs \ 31 - idx * sizeof(QByteArrayData)) \ 57 "OverviewPage\0transactionClicked\0\0" 58 "QModelIndex\0index\0outOfSyncWarningClicked\0" 59 "setBalance\0interfaces::WalletBalances\0" 60 "balances\0setPrivacy\0privacy\0" 61 "LimitTransactionRows\0updateDisplayUnit\0" 62 "handleTransactionClicked\0updateAlerts\0" 63 "warnings\0updateWatchOnlyLabels\0" 64 "showWatchOnly\0setMonospacedFont\0" 97 QMetaType::Void, 0x80000000 | 3, 4,
101 QMetaType::Void, 0x80000000 | 7, 8,
102 QMetaType::Void, QMetaType::Bool, 10,
105 QMetaType::Void, 0x80000000 | 3, 4,
106 QMetaType::Void, QMetaType::QString, 15,
107 QMetaType::Void, QMetaType::Bool, 17,
108 QMetaType::Void, QMetaType::Bool, 19,
113 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 if (_c == QMetaObject::InvokeMetaMethod) {
119 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
120 case 1: _t->outOfSyncWarningClicked();
break;
122 case 3: _t->setPrivacy((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
123 case 4: _t->LimitTransactionRows();
break;
124 case 5: _t->updateDisplayUnit();
break;
125 case 6: _t->handleTransactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
126 case 7: _t->updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
127 case 8: _t->updateWatchOnlyLabels((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
128 case 9: _t->setMonospacedFont((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
131 }
else if (_c == QMetaObject::IndexOfMethod) {
132 int *result =
reinterpret_cast<int *
>(_a[0]);
134 using _t = void (
OverviewPage::*)(
const QModelIndex & );
150 QT_INIT_METAOBJECT
const QMetaObject OverviewPage::staticMetaObject = { {
151 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
160 const QMetaObject *OverviewPage::metaObject()
const 162 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
165 void *OverviewPage::qt_metacast(
const char *_clname)
167 if (!_clname)
return nullptr;
169 return static_cast<void*
>(
this);
170 return QWidget::qt_metacast(_clname);
173 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
175 _id = QWidget::qt_metacall(_c, _id, _a);
178 if (_c == QMetaObject::InvokeMetaMethod) {
180 qt_static_metacall(
this, _c, _id, _a);
182 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
184 *
reinterpret_cast<int*
>(_a[0]) = -1;
193 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
194 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
200 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
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 transactionClicked(const QModelIndex &index)
Overview ("home") page widget.