9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'sendcoinsentry.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_SendCoinsEntry_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 47 "SendCoinsEntry\0removeEntry\0\0SendCoinsEntry*\0" 48 "entry\0payAmountChanged\0" 49 "subtractFeeFromAmountChanged\0clear\0" 50 "deleteClicked\0on_payTo_textChanged\0" 51 "address\0on_addressBookButton_clicked\0" 52 "on_pasteButton_clicked\0updateDisplayUnit" 56 static const uint qt_meta_data_SendCoinsEntry[] = {
83 QMetaType::Void, 0x80000000 | 3, 4,
90 QMetaType::Void, QMetaType::QString, 10,
98 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
100 if (_c == QMetaObject::InvokeMetaMethod) {
107 case 3: _t->
clear();
break;
115 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
117 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
119 switch (*reinterpret_cast<int*>(_a[1])) {
120 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
122 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >();
break;
126 }
else if (_c == QMetaObject::IndexOfMethod) {
127 int *result =
reinterpret_cast<int *
>(_a[0]);
128 void **func =
reinterpret_cast<void **
>(_a[1]);
150 const QMetaObject SendCoinsEntry::staticMetaObject = {
151 { &QStackedWidget::staticMetaObject, qt_meta_stringdata_SendCoinsEntry.
data,
152 qt_meta_data_SendCoinsEntry, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
156 const QMetaObject *SendCoinsEntry::metaObject()
const 158 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
161 void *SendCoinsEntry::qt_metacast(
const char *_clname)
163 if (!_clname)
return Q_NULLPTR;
164 if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.
stringdata0))
166 return QStackedWidget::qt_metacast(_clname);
169 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
171 _id = QStackedWidget::qt_metacall(_c, _id, _a);
174 if (_c == QMetaObject::InvokeMetaMethod) {
176 qt_static_metacall(
this, _c, _id, _a);
178 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
180 qt_static_metacall(
this, _c, _id, _a);
189 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
190 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
196 QMetaObject::activate(
this, &staticMetaObject, 1, Q_NULLPTR);
202 QMetaObject::activate(
this, &staticMetaObject, 2, Q_NULLPTR);
void on_payTo_textChanged(const QString &address)
A single entry in the dialog for sending fabcoins.
void removeEntry(SendCoinsEntry *entry)
#define QT_MOC_LITERAL(idx, ofs, len)
void subtractFeeFromAmountChanged()
void on_pasteButton_clicked()
void on_addressBookButton_clicked()