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.6.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)) \ 50 "SendCoinsEntry\0removeEntry\0\0SendCoinsEntry*\0" 51 "entry\0useAvailableBalance\0payAmountChanged\0" 52 "subtractFeeFromAmountChanged\0clear\0" 53 "checkSubtractFeeFromAmount\0deleteClicked\0" 54 "useAvailableBalanceClicked\0" 55 "on_payTo_textChanged\0address\0" 56 "on_addressBookButton_clicked\0" 57 "on_pasteButton_clicked\0updateDisplayUnit" 91 QMetaType::Void, 0x80000000 | 3, 4,
92 QMetaType::Void, 0x80000000 | 3, 4,
101 QMetaType::Void, QMetaType::QString, 13,
109 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
111 if (_c == QMetaObject::InvokeMetaMethod) {
119 case 4: _t->
clear();
break;
129 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
133 switch (*reinterpret_cast<int*>(_a[1])) {
134 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
136 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >();
break;
140 switch (*reinterpret_cast<int*>(_a[1])) {
141 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
143 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >();
break;
147 }
else if (_c == QMetaObject::IndexOfMethod) {
148 int *result =
reinterpret_cast<int *
>(_a[0]);
149 void **func =
reinterpret_cast<void **
>(_a[1]);
181 const QMetaObject SendCoinsEntry::staticMetaObject = {
182 { &QStackedWidget::staticMetaObject, qt_meta_stringdata_SendCoinsEntry.
data,
187 const QMetaObject *SendCoinsEntry::metaObject()
const 189 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
192 void *SendCoinsEntry::qt_metacast(
const char *_clname)
194 if (!_clname)
return Q_NULLPTR;
195 if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.
stringdata0))
197 return QStackedWidget::qt_metacast(_clname);
200 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
202 _id = QStackedWidget::qt_metacall(_c, _id, _a);
205 if (_c == QMetaObject::InvokeMetaMethod) {
207 qt_static_metacall(
this, _c, _id, _a);
209 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
211 qt_static_metacall(
this, _c, _id, _a);
220 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
221 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
227 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
228 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
234 QMetaObject::activate(
this, &staticMetaObject, 2, Q_NULLPTR);
240 QMetaObject::activate(
this, &staticMetaObject, 3, Q_NULLPTR);
void on_payTo_textChanged(const QString &address)
static const uint qt_meta_data_SendCoinsEntry[]
A single entry in the dialog for sending bitcoins.
static const qt_meta_stringdata_SendCoinsEntry_t qt_meta_stringdata_SendCoinsEntry
void removeEntry(SendCoinsEntry *entry)
void checkSubtractFeeFromAmount()
#define QT_MOC_LITERAL(idx, ofs, len)
void subtractFeeFromAmountChanged()
void on_pasteButton_clicked()
void on_addressBookButton_clicked()
void useAvailableBalance(SendCoinsEntry *entry)
void useAvailableBalanceClicked()