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.2.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 offsetof(qt_meta_stringdata_OverviewPage_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
49 "OverviewPage\0transactionClicked\0\0index\0"
50 "setBalance\0balance\0unconfirmedBalance\0"
51 "immatureBalance\0watchOnlyBalance\0"
52 "watchUnconfBalance\0watchImmatureBalance\0"
53 "updateDisplayUnit\0handleTransactionClicked\0"
54 "updateAlerts\0warnings\0updateWatchOnlyLabels\0"
59 static const uint qt_meta_data_OverviewPage[] = {
83 QMetaType::Void, QMetaType::QModelIndex, 3,
86 QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, QMetaType::LongLong, QMetaType::LongLong, QMetaType::LongLong, QMetaType::LongLong, 5, 6, 7, 8, 9, 10,
88 QMetaType::Void, QMetaType::QModelIndex, 3,
89 QMetaType::Void, QMetaType::QString, 14,
90 QMetaType::Void, QMetaType::Bool, 16,
95 void OverviewPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
97 if (_c == QMetaObject::InvokeMetaMethod) {
100 case 0: _t->
transactionClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
101 case 1: _t->
setBalance((*
reinterpret_cast< qint64(*)
>(_a[1])),(*
reinterpret_cast< qint64(*)
>(_a[2])),(*
reinterpret_cast< qint64(*)
>(_a[3])),(*
reinterpret_cast< qint64(*)
>(_a[4])),(*
reinterpret_cast< qint64(*)
>(_a[5])),(*
reinterpret_cast< qint64(*)
>(_a[6])));
break;
104 case 4: _t->
updateAlerts((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
108 }
else if (_c == QMetaObject::IndexOfMethod) {
109 int *result =
reinterpret_cast<int *
>(_a[0]);
110 void **func =
reinterpret_cast<void **
>(_a[1]);
120 const QMetaObject OverviewPage::staticMetaObject = {
121 { &QWidget::staticMetaObject, qt_meta_stringdata_OverviewPage.
data,
122 qt_meta_data_OverviewPage, qt_static_metacall, 0, 0}
126 const QMetaObject *OverviewPage::metaObject()
const
128 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
131 void *OverviewPage::qt_metacast(
const char *_clname)
133 if (!_clname)
return 0;
134 if (!strcmp(_clname, qt_meta_stringdata_OverviewPage.
stringdata))
135 return static_cast<void*
>(
const_cast< OverviewPage*
>(
this));
136 return QWidget::qt_metacast(_clname);
139 int OverviewPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
141 _id = QWidget::qt_metacall(_c, _id, _a);
144 if (_c == QMetaObject::InvokeMetaMethod) {
146 qt_static_metacall(
this, _c, _id, _a);
148 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
150 *
reinterpret_cast<int*
>(_a[0]) = -1;
159 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
160 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
void updateAlerts(const QString &warnings)
void handleTransactionClicked(const QModelIndex &index)
#define QT_MOC_LITERAL(idx, ofs, len)
void updateWatchOnlyLabels(bool showWatchOnly)
void setBalance(qint64 balance, qint64 unconfirmedBalance, qint64 immatureBalance, qint64 watchOnlyBalance, qint64 watchUnconfBalance, qint64 watchImmatureBalance)
void transactionClicked(const QModelIndex &index)
Overview ("home") page widget.