9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'transactiontablemodel.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_TransactionTableModel_t, stringdata0) + ofs \ 29 - idx * sizeof(QByteArrayData)) \ 46 "TransactionTableModel\0updateTransaction\0" 47 "\0hash\0status\0showTransaction\0" 48 "updateConfirmations\0updateDisplayUnit\0" 49 "updateAmountColumnTitle\0" 50 "setProcessingQueuedTransactions\0value" 75 QMetaType::Void, QMetaType::QString, QMetaType::Int, QMetaType::Bool, 3, 4, 5,
79 QMetaType::Void, QMetaType::Bool, 10,
84 void TransactionTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
86 if (_c == QMetaObject::InvokeMetaMethod) {
90 case 0: _t->
updateTransaction((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< bool(*)
>(_a[3])));
break;
100 const QMetaObject TransactionTableModel::staticMetaObject = {
106 const QMetaObject *TransactionTableModel::metaObject()
const 108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111 void *TransactionTableModel::qt_metacast(
const char *_clname)
113 if (!_clname)
return nullptr;
115 return static_cast<void*
>(
this);
116 return QAbstractTableModel::qt_metacast(_clname);
119 int TransactionTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
121 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
124 if (_c == QMetaObject::InvokeMetaMethod) {
126 qt_static_metacall(
this, _c, _id, _a);
128 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130 *
reinterpret_cast<int*
>(_a[0]) = -1;
void updateAmountColumnTitle()
Updates the column title to "Amount (DisplayUnit)" and emits headerDataChanged() signal for table hea...
static const qt_meta_stringdata_TransactionTableModel_t qt_meta_stringdata_TransactionTableModel
static const uint qt_meta_data_TransactionTableModel[]
void updateTransaction(const QString &hash, int status, bool showTransaction)
UI model for the transaction table of a wallet.
void setProcessingQueuedTransactions(bool value)
void updateConfirmations()
#define QT_MOC_LITERAL(idx, ofs, len)