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