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)) \ 58 "OverviewPage\0showMoreClicked\0\0" 59 "outOfSyncWarningClicked\0addTokenClicked\0" 60 "setBalance\0CAmount\0balance\0" 61 "unconfirmedBalance\0immatureBalance\0" 62 "stake\0watchOnlyBalance\0watchUnconfBalance\0" 63 "watchImmatureBalance\0watchOnlyStake\0" 64 "checkForInvalidTokens\0updateDisplayUnit\0" 65 "updateAlerts\0warnings\0updateWatchOnlyLabels\0" 66 "showWatchOnly\0handleOutOfSyncWarningClicks\0" 67 "on_buttonAddToken_clicked\0" 68 "on_showMoreButton_clicked\0showDetails" 72 static const uint qt_meta_data_OverviewPage[] = {
107 QMetaType::Void, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 0x80000000 | 6, 7, 8, 9, 10, 11, 12, 13, 14,
110 QMetaType::Void, QMetaType::QString, 18,
111 QMetaType::Void, QMetaType::Bool, 20,
120 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
122 if (_c == QMetaObject::InvokeMetaMethod) {
129 case 3: _t->
setBalance((*
reinterpret_cast< const CAmount(*)
>(_a[1])),(*
reinterpret_cast< const CAmount(*)
>(_a[2])),(*
reinterpret_cast< const CAmount(*)
>(_a[3])),(*
reinterpret_cast< const CAmount(*)
>(_a[4])),(*
reinterpret_cast< const CAmount(*)
>(_a[5])),(*
reinterpret_cast< const CAmount(*)
>(_a[6])),(*
reinterpret_cast< const CAmount(*)
>(_a[7])),(*
reinterpret_cast< const CAmount(*)
>(_a[8])));
break;
132 case 6: _t->
updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
140 }
else if (_c == QMetaObject::IndexOfMethod) {
141 int *result =
reinterpret_cast<int *
>(_a[0]);
142 void **func =
reinterpret_cast<void **
>(_a[1]);
164 const QMetaObject OverviewPage::staticMetaObject = {
165 { &QWidget::staticMetaObject, qt_meta_stringdata_OverviewPage.
data,
166 qt_meta_data_OverviewPage, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
170 const QMetaObject *OverviewPage::metaObject()
const 172 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
175 void *OverviewPage::qt_metacast(
const char *_clname)
177 if (!_clname)
return Q_NULLPTR;
178 if (!strcmp(_clname, qt_meta_stringdata_OverviewPage.
stringdata0))
179 return static_cast<void*
>(
const_cast< OverviewPage*
>(
this));
180 return QWidget::qt_metacast(_clname);
183 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
185 _id = QWidget::qt_metacall(_c, _id, _a);
188 if (_c == QMetaObject::InvokeMetaMethod) {
190 qt_static_metacall(
this, _c, _id, _a);
192 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
194 *
reinterpret_cast<int*
>(_a[0]) = -1;
203 QMetaObject::activate(
this, &staticMetaObject, 0, Q_NULLPTR);
209 QMetaObject::activate(
this, &staticMetaObject, 1, Q_NULLPTR);
215 QMetaObject::activate(
this, &staticMetaObject, 2, Q_NULLPTR);
void updateAlerts(const QString &warnings)
void outOfSyncWarningClicked()
int64_t CAmount
Amount in lius (Can be negative)
#define QT_MOC_LITERAL(idx, ofs, len)
void updateWatchOnlyLabels(bool showWatchOnly)
void checkForInvalidTokens()
void on_showMoreButton_clicked()
void handleOutOfSyncWarningClicks()
Overview ("home") page widget.
void on_buttonAddToken_clicked()
void setBalance(const CAmount &balance, const CAmount &unconfirmedBalance, const CAmount &immatureBalance, const CAmount &stake, const CAmount &watchOnlyBalance, const CAmount &watchUnconfBalance, const CAmount &watchImmatureBalance, const CAmount &watchOnlyStake)