9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'tokentransactiontablemodel.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_TokenTransactionTableModel_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 44 "TokenTransactionTableModel\0emitDataChanged\0" 45 "\0index\0updateTransaction\0hash\0status\0" 46 "showTransaction\0updateConfirmations\0" 47 "setProcessingQueuedTransactions\0value" 51 static const uint qt_meta_data_TokenTransactionTableModel[] = {
71 QMetaType::Void, QMetaType::Int, 3,
72 QMetaType::Void, QMetaType::QString, QMetaType::Int, QMetaType::Bool, 5, 6, 7,
74 QMetaType::Void, QMetaType::Bool, 10,
79 void TokenTransactionTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
81 if (_c == QMetaObject::InvokeMetaMethod) {
85 case 0: _t->
emitDataChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
86 case 1: _t->
updateTransaction((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< bool(*)
>(_a[3])));
break;
94 const QMetaObject TokenTransactionTableModel::staticMetaObject = {
95 { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_TokenTransactionTableModel.
data,
96 qt_meta_data_TokenTransactionTableModel, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
100 const QMetaObject *TokenTransactionTableModel::metaObject()
const 102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105 void *TokenTransactionTableModel::qt_metacast(
const char *_clname)
107 if (!_clname)
return Q_NULLPTR;
108 if (!strcmp(_clname, qt_meta_stringdata_TokenTransactionTableModel.
stringdata0))
110 return QAbstractTableModel::qt_metacast(_clname);
113 int TokenTransactionTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
115 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
118 if (_c == QMetaObject::InvokeMetaMethod) {
120 qt_static_metacall(
this, _c, _id, _a);
122 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 *
reinterpret_cast<int*
>(_a[0]) = -1;
void setProcessingQueuedTransactions(bool value)
#define QT_MOC_LITERAL(idx, ofs, len)
UI model for the transaction table of a wallet.
void updateTransaction(const QString &hash, int status, bool showTransaction)
void emitDataChanged(int index)
void updateConfirmations()