Fabcoin Core  0.16.2
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 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/sendcoinsentry.h"
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.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[14];
22  char stringdata0[215];
23 };
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)) \
28  )
29 static const qt_meta_stringdata_SendCoinsEntry_t qt_meta_stringdata_SendCoinsEntry = {
30  {
31 QT_MOC_LITERAL(0, 0, 14), // "SendCoinsEntry"
32 QT_MOC_LITERAL(1, 15, 11), // "removeEntry"
33 QT_MOC_LITERAL(2, 27, 0), // ""
34 QT_MOC_LITERAL(3, 28, 15), // "SendCoinsEntry*"
35 QT_MOC_LITERAL(4, 44, 5), // "entry"
36 QT_MOC_LITERAL(5, 50, 16), // "payAmountChanged"
37 QT_MOC_LITERAL(6, 67, 28), // "subtractFeeFromAmountChanged"
38 QT_MOC_LITERAL(7, 96, 5), // "clear"
39 QT_MOC_LITERAL(8, 102, 13), // "deleteClicked"
40 QT_MOC_LITERAL(9, 116, 20), // "on_payTo_textChanged"
41 QT_MOC_LITERAL(10, 137, 7), // "address"
42 QT_MOC_LITERAL(11, 145, 28), // "on_addressBookButton_clicked"
43 QT_MOC_LITERAL(12, 174, 22), // "on_pasteButton_clicked"
44 QT_MOC_LITERAL(13, 197, 17) // "updateDisplayUnit"
45 
46  },
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"
53 };
54 #undef QT_MOC_LITERAL
55 
56 static const uint qt_meta_data_SendCoinsEntry[] = {
57 
58  // content:
59  7, // revision
60  0, // classname
61  0, 0, // classinfo
62  9, 14, // methods
63  0, 0, // properties
64  0, 0, // enums/sets
65  0, 0, // constructors
66  0, // flags
67  3, // signalCount
68 
69  // signals: name, argc, parameters, tag, flags
70  1, 1, 59, 2, 0x06 /* Public */,
71  5, 0, 62, 2, 0x06 /* Public */,
72  6, 0, 63, 2, 0x06 /* Public */,
73 
74  // slots: name, argc, parameters, tag, flags
75  7, 0, 64, 2, 0x0a /* Public */,
76  8, 0, 65, 2, 0x08 /* Private */,
77  9, 1, 66, 2, 0x08 /* Private */,
78  11, 0, 69, 2, 0x08 /* Private */,
79  12, 0, 70, 2, 0x08 /* Private */,
80  13, 0, 71, 2, 0x08 /* Private */,
81 
82  // signals: parameters
83  QMetaType::Void, 0x80000000 | 3, 4,
84  QMetaType::Void,
85  QMetaType::Void,
86 
87  // slots: parameters
88  QMetaType::Void,
89  QMetaType::Void,
90  QMetaType::Void, QMetaType::QString, 10,
91  QMetaType::Void,
92  QMetaType::Void,
93  QMetaType::Void,
94 
95  0 // eod
96 };
97 
98 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
99 {
100  if (_c == QMetaObject::InvokeMetaMethod) {
101  SendCoinsEntry *_t = static_cast<SendCoinsEntry *>(_o);
102  Q_UNUSED(_t)
103  switch (_id) {
104  case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
105  case 1: _t->payAmountChanged(); break;
106  case 2: _t->subtractFeeFromAmountChanged(); break;
107  case 3: _t->clear(); break;
108  case 4: _t->deleteClicked(); break;
109  case 5: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
110  case 6: _t->on_addressBookButton_clicked(); break;
111  case 7: _t->on_pasteButton_clicked(); break;
112  case 8: _t->updateDisplayUnit(); break;
113  default: ;
114  }
115  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
116  switch (_id) {
117  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
118  case 0:
119  switch (*reinterpret_cast<int*>(_a[1])) {
120  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
121  case 0:
122  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
123  }
124  break;
125  }
126  } else if (_c == QMetaObject::IndexOfMethod) {
127  int *result = reinterpret_cast<int *>(_a[0]);
128  void **func = reinterpret_cast<void **>(_a[1]);
129  {
130  typedef void (SendCoinsEntry::*_t)(SendCoinsEntry * );
131  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SendCoinsEntry::removeEntry)) {
132  *result = 0;
133  }
134  }
135  {
136  typedef void (SendCoinsEntry::*_t)();
137  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SendCoinsEntry::payAmountChanged)) {
138  *result = 1;
139  }
140  }
141  {
142  typedef void (SendCoinsEntry::*_t)();
143  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SendCoinsEntry::subtractFeeFromAmountChanged)) {
144  *result = 2;
145  }
146  }
147  }
148 }
149 
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}
153 };
154 
155 
156 const QMetaObject *SendCoinsEntry::metaObject() const
157 {
158  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
159 }
160 
161 void *SendCoinsEntry::qt_metacast(const char *_clname)
162 {
163  if (!_clname) return Q_NULLPTR;
164  if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.stringdata0))
165  return static_cast<void*>(const_cast< SendCoinsEntry*>(this));
166  return QStackedWidget::qt_metacast(_clname);
167 }
168 
169 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
170 {
171  _id = QStackedWidget::qt_metacall(_c, _id, _a);
172  if (_id < 0)
173  return _id;
174  if (_c == QMetaObject::InvokeMetaMethod) {
175  if (_id < 9)
176  qt_static_metacall(this, _c, _id, _a);
177  _id -= 9;
178  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
179  if (_id < 9)
180  qt_static_metacall(this, _c, _id, _a);
181  _id -= 9;
182  }
183  return _id;
184 }
185 
186 // SIGNAL 0
188 {
189  void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
190  QMetaObject::activate(this, &staticMetaObject, 0, _a);
191 }
192 
193 // SIGNAL 1
195 {
196  QMetaObject::activate(this, &staticMetaObject, 1, Q_NULLPTR);
197 }
198 
199 // SIGNAL 2
201 {
202  QMetaObject::activate(this, &staticMetaObject, 2, Q_NULLPTR);
203 }
204 QT_END_MOC_NAMESPACE
void payAmountChanged()
uint32_t uint
Definition: libclwrapper.h:40
void deleteClicked()
void on_payTo_textChanged(const QString &address)
void updateDisplayUnit()
A single entry in the dialog for sending fabcoins.
void clear()
char stringdata0[215]
void removeEntry(SendCoinsEntry *entry)
#define QT_MOC_LITERAL(idx, ofs, len)
void subtractFeeFromAmountChanged()
void on_pasteButton_clicked()
void on_addressBookButton_clicked()
QByteArrayData data[14]