10 #include <QtCore/qbytearray.h> 11 #include <QtCore/qmetatype.h> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'overviewpage.h' doesn't include <QObject>." 14 #elif Q_MOC_OUTPUT_REVISION != 67 15 #error "This file was generated using the moc from 5.12.7. It" 16 #error "cannot be used with the include files from this version of Qt." 17 #error "(The moc has changed too much.)" 20 QT_BEGIN_MOC_NAMESPACE
22 QT_WARNING_DISABLE_DEPRECATED
27 #define QT_MOC_LITERAL(idx, ofs, len) \ 28 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 29 qptrdiff(offsetof(qt_meta_stringdata_OverviewPage_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 56 "OverviewPage\0transactionClicked\0\0" 57 "QModelIndex\0index\0outOfSyncWarningClicked\0" 58 "setBalance\0interfaces::WalletBalances\0" 59 "balances\0setPrivacy\0privacy\0" 60 "LimitTransactionRows\0updateDisplayUnit\0" 61 "handleTransactionClicked\0updateAlerts\0" 62 "warnings\0updateWatchOnlyLabels\0" 63 "showWatchOnly\0setMonospacedFont\0" 96 QMetaType::Void, 0x80000000 | 3, 4,
100 QMetaType::Void, 0x80000000 | 7, 8,
101 QMetaType::Void, QMetaType::Bool, 10,
104 QMetaType::Void, 0x80000000 | 3, 4,
105 QMetaType::Void, QMetaType::QString, 15,
106 QMetaType::Void, QMetaType::Bool, 17,
107 QMetaType::Void, QMetaType::Bool, 19,
112 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
114 if (_c == QMetaObject::InvokeMetaMethod) {
118 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
119 case 1: _t->outOfSyncWarningClicked();
break;
121 case 3: _t->setPrivacy((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
122 case 4: _t->LimitTransactionRows();
break;
123 case 5: _t->updateDisplayUnit();
break;
124 case 6: _t->handleTransactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
125 case 7: _t->updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
126 case 8: _t->updateWatchOnlyLabels((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
127 case 9: _t->setMonospacedFont((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
130 }
else if (_c == QMetaObject::IndexOfMethod) {
131 int *result =
reinterpret_cast<int *
>(_a[0]);
133 using _t = void (
OverviewPage::*)(
const QModelIndex & );
149 QT_INIT_METAOBJECT
const QMetaObject OverviewPage::staticMetaObject = { {
150 &QWidget::staticMetaObject,
159 const QMetaObject *OverviewPage::metaObject()
const 161 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
164 void *OverviewPage::qt_metacast(
const char *_clname)
166 if (!_clname)
return nullptr;
168 return static_cast<void*
>(
this);
169 return QWidget::qt_metacast(_clname);
172 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
174 _id = QWidget::qt_metacall(_c, _id, _a);
177 if (_c == QMetaObject::InvokeMetaMethod) {
179 qt_static_metacall(
this, _c, _id, _a);
181 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
183 *
reinterpret_cast<int*
>(_a[0]) = -1;
192 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
193 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
199 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.