Bitcoin Core  27.1.0
P2P Digital Currency
moc_sendcoinsentry.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'sendcoinsentry.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.7)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "qt/sendcoinsentry.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'sendcoinsentry.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.12.7. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
18 #endif
19 
20 QT_BEGIN_MOC_NAMESPACE
21 QT_WARNING_PUSH
22 QT_WARNING_DISABLE_DEPRECATED
24  QByteArrayData data[17];
25  char stringdata0[289];
26 };
27 #define QT_MOC_LITERAL(idx, ofs, len) \
28  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29  qptrdiff(offsetof(qt_meta_stringdata_SendCoinsEntry_t, stringdata0) + ofs \
30  - idx * sizeof(QByteArrayData)) \
31  )
33  {
34 QT_MOC_LITERAL(0, 0, 14), // "SendCoinsEntry"
35 QT_MOC_LITERAL(1, 15, 11), // "removeEntry"
36 QT_MOC_LITERAL(2, 27, 0), // ""
37 QT_MOC_LITERAL(3, 28, 15), // "SendCoinsEntry*"
38 QT_MOC_LITERAL(4, 44, 5), // "entry"
39 QT_MOC_LITERAL(5, 50, 19), // "useAvailableBalance"
40 QT_MOC_LITERAL(6, 70, 16), // "payAmountChanged"
41 QT_MOC_LITERAL(7, 87, 28), // "subtractFeeFromAmountChanged"
42 QT_MOC_LITERAL(8, 116, 5), // "clear"
43 QT_MOC_LITERAL(9, 122, 26), // "checkSubtractFeeFromAmount"
44 QT_MOC_LITERAL(10, 149, 13), // "deleteClicked"
45 QT_MOC_LITERAL(11, 163, 26), // "useAvailableBalanceClicked"
46 QT_MOC_LITERAL(12, 190, 20), // "on_payTo_textChanged"
47 QT_MOC_LITERAL(13, 211, 7), // "address"
48 QT_MOC_LITERAL(14, 219, 28), // "on_addressBookButton_clicked"
49 QT_MOC_LITERAL(15, 248, 22), // "on_pasteButton_clicked"
50 QT_MOC_LITERAL(16, 271, 17) // "updateDisplayUnit"
51 
52  },
53  "SendCoinsEntry\0removeEntry\0\0SendCoinsEntry*\0"
54  "entry\0useAvailableBalance\0payAmountChanged\0"
55  "subtractFeeFromAmountChanged\0clear\0"
56  "checkSubtractFeeFromAmount\0deleteClicked\0"
57  "useAvailableBalanceClicked\0"
58  "on_payTo_textChanged\0address\0"
59  "on_addressBookButton_clicked\0"
60  "on_pasteButton_clicked\0updateDisplayUnit"
61 };
62 #undef QT_MOC_LITERAL
63 
64 static const uint qt_meta_data_SendCoinsEntry[] = {
65 
66  // content:
67  8, // revision
68  0, // classname
69  0, 0, // classinfo
70  12, 14, // methods
71  0, 0, // properties
72  0, 0, // enums/sets
73  0, 0, // constructors
74  0, // flags
75  4, // signalCount
76 
77  // signals: name, argc, parameters, tag, flags
78  1, 1, 74, 2, 0x06 /* Public */,
79  5, 1, 77, 2, 0x06 /* Public */,
80  6, 0, 80, 2, 0x06 /* Public */,
81  7, 0, 81, 2, 0x06 /* Public */,
82 
83  // slots: name, argc, parameters, tag, flags
84  8, 0, 82, 2, 0x0a /* Public */,
85  9, 0, 83, 2, 0x0a /* Public */,
86  10, 0, 84, 2, 0x08 /* Private */,
87  11, 0, 85, 2, 0x08 /* Private */,
88  12, 1, 86, 2, 0x08 /* Private */,
89  14, 0, 89, 2, 0x08 /* Private */,
90  15, 0, 90, 2, 0x08 /* Private */,
91  16, 0, 91, 2, 0x08 /* Private */,
92 
93  // signals: parameters
94  QMetaType::Void, 0x80000000 | 3, 4,
95  QMetaType::Void, 0x80000000 | 3, 4,
96  QMetaType::Void,
97  QMetaType::Void,
98 
99  // slots: parameters
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void,
103  QMetaType::Void,
104  QMetaType::Void, QMetaType::QString, 13,
105  QMetaType::Void,
106  QMetaType::Void,
107  QMetaType::Void,
108 
109  0 // eod
110 };
111 
112 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
113 {
114  if (_c == QMetaObject::InvokeMetaMethod) {
115  auto *_t = static_cast<SendCoinsEntry *>(_o);
116  Q_UNUSED(_t)
117  switch (_id) {
118  case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
119  case 1: _t->useAvailableBalance((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
120  case 2: _t->payAmountChanged(); break;
121  case 3: _t->subtractFeeFromAmountChanged(); break;
122  case 4: _t->clear(); break;
123  case 5: _t->checkSubtractFeeFromAmount(); break;
124  case 6: _t->deleteClicked(); break;
125  case 7: _t->useAvailableBalanceClicked(); break;
126  case 8: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
127  case 9: _t->on_addressBookButton_clicked(); break;
128  case 10: _t->on_pasteButton_clicked(); break;
129  case 11: _t->updateDisplayUnit(); break;
130  default: ;
131  }
132  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133  switch (_id) {
134  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
135  case 0:
136  switch (*reinterpret_cast<int*>(_a[1])) {
137  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
138  case 0:
139  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
140  }
141  break;
142  case 1:
143  switch (*reinterpret_cast<int*>(_a[1])) {
144  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
145  case 0:
146  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
147  }
148  break;
149  }
150  } else if (_c == QMetaObject::IndexOfMethod) {
151  int *result = reinterpret_cast<int *>(_a[0]);
152  {
153  using _t = void (SendCoinsEntry::*)(SendCoinsEntry * );
154  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::removeEntry)) {
155  *result = 0;
156  return;
157  }
158  }
159  {
160  using _t = void (SendCoinsEntry::*)(SendCoinsEntry * );
161  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::useAvailableBalance)) {
162  *result = 1;
163  return;
164  }
165  }
166  {
167  using _t = void (SendCoinsEntry::*)();
168  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::payAmountChanged)) {
169  *result = 2;
170  return;
171  }
172  }
173  {
174  using _t = void (SendCoinsEntry::*)();
175  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::subtractFeeFromAmountChanged)) {
176  *result = 3;
177  return;
178  }
179  }
180  }
181 }
182 
183 QT_INIT_METAOBJECT const QMetaObject SendCoinsEntry::staticMetaObject = { {
184  &QWidget::staticMetaObject,
187  qt_static_metacall,
188  nullptr,
189  nullptr
190 } };
191 
192 
193 const QMetaObject *SendCoinsEntry::metaObject() const
194 {
195  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
196 }
197 
198 void *SendCoinsEntry::qt_metacast(const char *_clname)
199 {
200  if (!_clname) return nullptr;
201  if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.stringdata0))
202  return static_cast<void*>(this);
203  return QWidget::qt_metacast(_clname);
204 }
205 
206 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
207 {
208  _id = QWidget::qt_metacall(_c, _id, _a);
209  if (_id < 0)
210  return _id;
211  if (_c == QMetaObject::InvokeMetaMethod) {
212  if (_id < 12)
213  qt_static_metacall(this, _c, _id, _a);
214  _id -= 12;
215  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
216  if (_id < 12)
217  qt_static_metacall(this, _c, _id, _a);
218  _id -= 12;
219  }
220  return _id;
221 }
222 
223 // SIGNAL 0
225 {
226  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
227  QMetaObject::activate(this, &staticMetaObject, 0, _a);
228 }
229 
230 // SIGNAL 1
232 {
233  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
234  QMetaObject::activate(this, &staticMetaObject, 1, _a);
235 }
236 
237 // SIGNAL 2
239 {
240  QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
241 }
242 
243 // SIGNAL 3
245 {
246  QMetaObject::activate(this, &staticMetaObject, 3, nullptr);
247 }
248 QT_WARNING_POP
249 QT_END_MOC_NAMESPACE
void payAmountChanged()
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)
#define QT_MOC_LITERAL(idx, ofs, len)
void subtractFeeFromAmountChanged()
void useAvailableBalance(SendCoinsEntry *entry)
QByteArrayData data[17]
char stringdata0[289]