Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'sendcoinsentry.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include <memory>
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.15.0. 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
23 : struct qt_meta_stringdata_SendCoinsEntry_t {
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 : )
32 : static const qt_meta_stringdata_SendCoinsEntry_t qt_meta_stringdata_SendCoinsEntry = {
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 0 : void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
113 : {
114 0 : if (_c == QMetaObject::InvokeMetaMethod) {
115 0 : auto *_t = static_cast<SendCoinsEntry *>(_o);
116 : Q_UNUSED(_t)
117 0 : switch (_id) {
118 0 : case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
119 0 : case 1: _t->useAvailableBalance((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
120 0 : case 2: _t->payAmountChanged(); break;
121 0 : case 3: _t->subtractFeeFromAmountChanged(); break;
122 0 : case 4: _t->clear(); break;
123 0 : case 5: _t->checkSubtractFeeFromAmount(); break;
124 0 : case 6: _t->deleteClicked(); break;
125 0 : case 7: _t->useAvailableBalanceClicked(); break;
126 0 : case 8: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
127 0 : case 9: _t->on_addressBookButton_clicked(); break;
128 0 : case 10: _t->on_pasteButton_clicked(); break;
129 0 : case 11: _t->updateDisplayUnit(); break;
130 : default: ;
131 : }
132 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133 0 : switch (_id) {
134 0 : default: *reinterpret_cast<int*>(_a[0]) = -1; break;
135 : case 0:
136 0 : switch (*reinterpret_cast<int*>(_a[1])) {
137 0 : default: *reinterpret_cast<int*>(_a[0]) = -1; break;
138 : case 0:
139 0 : *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
140 : }
141 : break;
142 : case 1:
143 0 : switch (*reinterpret_cast<int*>(_a[1])) {
144 0 : default: *reinterpret_cast<int*>(_a[0]) = -1; break;
145 : case 0:
146 0 : *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
147 : }
148 : break;
149 : }
150 0 : } else if (_c == QMetaObject::IndexOfMethod) {
151 0 : int *result = reinterpret_cast<int *>(_a[0]);
152 : {
153 : using _t = void (SendCoinsEntry::*)(SendCoinsEntry * );
154 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::removeEntry)) {
155 0 : *result = 0;
156 0 : return;
157 : }
158 : }
159 : {
160 : using _t = void (SendCoinsEntry::*)(SendCoinsEntry * );
161 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::useAvailableBalance)) {
162 0 : *result = 1;
163 0 : return;
164 : }
165 : }
166 : {
167 : using _t = void (SendCoinsEntry::*)();
168 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::payAmountChanged)) {
169 0 : *result = 2;
170 0 : return;
171 : }
172 : }
173 : {
174 : using _t = void (SendCoinsEntry::*)();
175 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SendCoinsEntry::subtractFeeFromAmountChanged)) {
176 0 : *result = 3;
177 0 : return;
178 : }
179 : }
180 0 : }
181 0 : }
182 :
183 : QT_INIT_METAOBJECT const QMetaObject SendCoinsEntry::staticMetaObject = { {
184 : QMetaObject::SuperData::link<QStackedWidget::staticMetaObject>(),
185 : qt_meta_stringdata_SendCoinsEntry.data,
186 : qt_meta_data_SendCoinsEntry,
187 : qt_static_metacall,
188 : nullptr,
189 : nullptr
190 : } };
191 :
192 :
193 0 : const QMetaObject *SendCoinsEntry::metaObject() const
194 : {
195 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
196 : }
197 :
198 0 : void *SendCoinsEntry::qt_metacast(const char *_clname)
199 : {
200 0 : if (!_clname) return nullptr;
201 0 : if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.stringdata0))
202 0 : return static_cast<void*>(this);
203 0 : return QStackedWidget::qt_metacast(_clname);
204 0 : }
205 :
206 0 : int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
207 : {
208 0 : _id = QStackedWidget::qt_metacall(_c, _id, _a);
209 0 : if (_id < 0)
210 0 : return _id;
211 0 : if (_c == QMetaObject::InvokeMetaMethod) {
212 0 : if (_id < 12)
213 0 : qt_static_metacall(this, _c, _id, _a);
214 0 : _id -= 12;
215 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
216 0 : if (_id < 12)
217 0 : qt_static_metacall(this, _c, _id, _a);
218 0 : _id -= 12;
219 0 : }
220 0 : return _id;
221 0 : }
222 :
223 : // SIGNAL 0
224 0 : void SendCoinsEntry::removeEntry(SendCoinsEntry * _t1)
225 : {
226 0 : void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
227 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
228 0 : }
229 :
230 : // SIGNAL 1
231 0 : void SendCoinsEntry::useAvailableBalance(SendCoinsEntry * _t1)
232 : {
233 0 : void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
234 0 : QMetaObject::activate(this, &staticMetaObject, 1, _a);
235 0 : }
236 :
237 : // SIGNAL 2
238 0 : void SendCoinsEntry::payAmountChanged()
239 : {
240 0 : QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
241 0 : }
242 :
243 : // SIGNAL 3
244 0 : void SendCoinsEntry::subtractFeeFromAmountChanged()
245 : {
246 0 : QMetaObject::activate(this, &staticMetaObject, 3, nullptr);
247 0 : }
248 : QT_WARNING_POP
249 : QT_END_MOC_NAMESPACE
|