9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #include <QtCore/QVector> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'qrctoken.h' doesn't include <QObject>." 14 #elif Q_MOC_OUTPUT_REVISION != 67 15 #error "This file was generated using the moc from 5.5.1. It" 16 #error "cannot be used with the include files from this version of Qt." 17 #error "(The moc has changed too much.)" 20 QT_BEGIN_MOC_NAMESPACE
25 #define QT_MOC_LITERAL(idx, ofs, len) \ 26 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 27 qptrdiff(offsetof(qt_meta_stringdata_QRCToken_t, stringdata0) + ofs \ 28 - idx * sizeof(QByteArrayData)) \ 58 "QRCToken\0on_goToSendTokenPage\0\0" 59 "on_goToReceiveTokenPage\0on_goToAddTokenPage\0" 60 "on_currentTokenChanged\0index\0" 61 "on_dataChanged\0topLeft\0bottomRight\0" 62 "QVector<int>\0roles\0on_currentChanged\0" 63 "current\0previous\0on_rowsInserted\0first\0" 64 "last\0contextualMenu\0copyTokenAddress\0" 65 "copyTokenBalance\0copyTokenName\0" 66 "copySenderAddress\0removeToken" 70 static const uint qt_meta_data_QRCToken[] = {
103 QMetaType::Void, QMetaType::QModelIndex, 6,
104 QMetaType::Void, QMetaType::QModelIndex, QMetaType::QModelIndex, 0x80000000 | 10, 8, 9, 11,
105 QMetaType::Void, QMetaType::QModelIndex, QMetaType::QModelIndex, 8, 9,
106 QMetaType::Void, QMetaType::QModelIndex, QMetaType::QModelIndex, 13, 14,
107 QMetaType::Void, QMetaType::QModelIndex, QMetaType::Int, QMetaType::Int, 6, 16, 17,
108 QMetaType::Void, QMetaType::QPoint, 2,
118 void QRCToken::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
120 if (_c == QMetaObject::InvokeMetaMethod) {
128 case 4: _t->
on_dataChanged((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< const QModelIndex(*)
>(_a[2])),(*
reinterpret_cast< const QVector<int>(*)
>(_a[3])));
break;
129 case 5: _t->
on_dataChanged((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< const QModelIndex(*)
>(_a[2])));
break;
130 case 6: _t->
on_currentChanged((*
reinterpret_cast< QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< QModelIndex(*)
>(_a[2])));
break;
131 case 7: _t->
on_rowsInserted((*
reinterpret_cast< QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< int(*)
>(_a[3])));
break;
132 case 8: _t->
contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
140 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
144 switch (*reinterpret_cast<int*>(_a[1])) {
145 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
147 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QVector<int> >();
break;
154 const QMetaObject QRCToken::staticMetaObject = {
155 { &QWidget::staticMetaObject, qt_meta_stringdata_QRCToken.
data,
156 qt_meta_data_QRCToken, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
160 const QMetaObject *QRCToken::metaObject()
const 162 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
165 void *QRCToken::qt_metacast(
const char *_clname)
167 if (!_clname)
return Q_NULLPTR;
168 if (!strcmp(_clname, qt_meta_stringdata_QRCToken.
stringdata0))
169 return static_cast<void*
>(
const_cast< QRCToken*
>(
this));
170 return QWidget::qt_metacast(_clname);
173 int QRCToken::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
175 _id = QWidget::qt_metacall(_c, _id, _a);
178 if (_c == QMetaObject::InvokeMetaMethod) {
180 qt_static_metacall(
this, _c, _id, _a);
182 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
184 qt_static_metacall(
this, _c, _id, _a);
#define QT_MOC_LITERAL(idx, ofs, len)
void contextualMenu(const QPoint &)
void on_currentChanged(QModelIndex current, QModelIndex previous)
void on_goToReceiveTokenPage()
void on_goToSendTokenPage()
void on_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >())
void on_rowsInserted(QModelIndex index, int first, int last)
void on_currentTokenChanged(QModelIndex index)
void on_goToAddTokenPage()