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.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_TransactionTableModel_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 44 "TransactionTableModel\0updateTransaction\0" 45 "\0hash\0status\0showTransaction\0" 46 "updateConfirmations\0updateDisplayUnit\0" 47 "updateAmountColumnTitle\0" 48 "setProcessingQueuedTransactions\0value" 52 static const uint qt_meta_data_TransactionTableModel[] = {
73 QMetaType::Void, QMetaType::QString, QMetaType::Int, QMetaType::Bool, 3, 4, 5,
77 QMetaType::Void, QMetaType::Bool, 10,
82 void TransactionTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84 if (_c == QMetaObject::InvokeMetaMethod) {
88 case 0: _t->
updateTransaction((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< bool(*)
>(_a[3])));
break;
98 const QMetaObject TransactionTableModel::staticMetaObject = {
99 { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_TransactionTableModel.
data,
100 qt_meta_data_TransactionTableModel, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
104 const QMetaObject *TransactionTableModel::metaObject()
const 106 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
109 void *TransactionTableModel::qt_metacast(
const char *_clname)
111 if (!_clname)
return Q_NULLPTR;
112 if (!strcmp(_clname, qt_meta_stringdata_TransactionTableModel.
stringdata0))
114 return QAbstractTableModel::qt_metacast(_clname);
117 int TransactionTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
119 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
122 if (_c == QMetaObject::InvokeMetaMethod) {
124 qt_static_metacall(
this, _c, _id, _a);
126 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
128 *
reinterpret_cast<int*
>(_a[0]) = -1;
void updateAmountColumnTitle()
Updates the column title to "Amount (DisplayUnit)" and emits headerDataChanged() signal for table hea...
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)