Bitcoin Core  0.21.0rc5
P2P Digital Currency
moc_receivecoinsdialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'receivecoinsdialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include <memory>
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'receivecoinsdialog.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.15.2. 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[22];
25  char stringdata0[324];
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_ReceiveCoinsDialog_t, stringdata0) + ofs \
30  - idx * sizeof(QByteArrayData)) \
31  )
33  {
34 QT_MOC_LITERAL(0, 0, 18), // "ReceiveCoinsDialog"
35 QT_MOC_LITERAL(1, 19, 5), // "clear"
36 QT_MOC_LITERAL(2, 25, 0), // ""
37 QT_MOC_LITERAL(3, 26, 6), // "reject"
38 QT_MOC_LITERAL(4, 33, 6), // "accept"
39 QT_MOC_LITERAL(5, 40, 24), // "on_receiveButton_clicked"
40 QT_MOC_LITERAL(6, 65, 28), // "on_showRequestButton_clicked"
41 QT_MOC_LITERAL(7, 94, 30), // "on_removeRequestButton_clicked"
42 QT_MOC_LITERAL(8, 125, 35), // "on_recentRequestsView_doubleC..."
43 QT_MOC_LITERAL(9, 161, 11), // "QModelIndex"
44 QT_MOC_LITERAL(10, 173, 5), // "index"
45 QT_MOC_LITERAL(11, 179, 35), // "recentRequestsView_selectionC..."
46 QT_MOC_LITERAL(12, 215, 14), // "QItemSelection"
47 QT_MOC_LITERAL(13, 230, 8), // "selected"
48 QT_MOC_LITERAL(14, 239, 10), // "deselected"
49 QT_MOC_LITERAL(15, 250, 17), // "updateDisplayUnit"
50 QT_MOC_LITERAL(16, 268, 8), // "showMenu"
51 QT_MOC_LITERAL(17, 277, 5), // "point"
52 QT_MOC_LITERAL(18, 283, 7), // "copyURI"
53 QT_MOC_LITERAL(19, 291, 9), // "copyLabel"
54 QT_MOC_LITERAL(20, 301, 11), // "copyMessage"
55 QT_MOC_LITERAL(21, 313, 10) // "copyAmount"
56 
57  },
58  "ReceiveCoinsDialog\0clear\0\0reject\0"
59  "accept\0on_receiveButton_clicked\0"
60  "on_showRequestButton_clicked\0"
61  "on_removeRequestButton_clicked\0"
62  "on_recentRequestsView_doubleClicked\0"
63  "QModelIndex\0index\0recentRequestsView_selectionChanged\0"
64  "QItemSelection\0selected\0deselected\0"
65  "updateDisplayUnit\0showMenu\0point\0"
66  "copyURI\0copyLabel\0copyMessage\0copyAmount"
67 };
68 #undef QT_MOC_LITERAL
69 
70 static const uint qt_meta_data_ReceiveCoinsDialog[] = {
71 
72  // content:
73  8, // revision
74  0, // classname
75  0, 0, // classinfo
76  14, 14, // methods
77  0, 0, // properties
78  0, 0, // enums/sets
79  0, 0, // constructors
80  0, // flags
81  0, // signalCount
82 
83  // slots: name, argc, parameters, tag, flags
84  1, 0, 84, 2, 0x0a /* Public */,
85  3, 0, 85, 2, 0x0a /* Public */,
86  4, 0, 86, 2, 0x0a /* Public */,
87  5, 0, 87, 2, 0x08 /* Private */,
88  6, 0, 88, 2, 0x08 /* Private */,
89  7, 0, 89, 2, 0x08 /* Private */,
90  8, 1, 90, 2, 0x08 /* Private */,
91  11, 2, 93, 2, 0x08 /* Private */,
92  15, 0, 98, 2, 0x08 /* Private */,
93  16, 1, 99, 2, 0x08 /* Private */,
94  18, 0, 102, 2, 0x08 /* Private */,
95  19, 0, 103, 2, 0x08 /* Private */,
96  20, 0, 104, 2, 0x08 /* Private */,
97  21, 0, 105, 2, 0x08 /* Private */,
98 
99  // slots: parameters
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void,
103  QMetaType::Void,
104  QMetaType::Void,
105  QMetaType::Void,
106  QMetaType::Void, 0x80000000 | 9, 10,
107  QMetaType::Void, 0x80000000 | 12, 0x80000000 | 12, 13, 14,
108  QMetaType::Void,
109  QMetaType::Void, QMetaType::QPoint, 17,
110  QMetaType::Void,
111  QMetaType::Void,
112  QMetaType::Void,
113  QMetaType::Void,
114 
115  0 // eod
116 };
117 
118 void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
119 {
120  if (_c == QMetaObject::InvokeMetaMethod) {
121  auto *_t = static_cast<ReceiveCoinsDialog *>(_o);
122  Q_UNUSED(_t)
123  switch (_id) {
124  case 0: _t->clear(); break;
125  case 1: _t->reject(); break;
126  case 2: _t->accept(); break;
127  case 3: _t->on_receiveButton_clicked(); break;
128  case 4: _t->on_showRequestButton_clicked(); break;
129  case 5: _t->on_removeRequestButton_clicked(); break;
130  case 6: _t->on_recentRequestsView_doubleClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
131  case 7: _t->recentRequestsView_selectionChanged((*reinterpret_cast< const QItemSelection(*)>(_a[1])),(*reinterpret_cast< const QItemSelection(*)>(_a[2]))); break;
132  case 8: _t->updateDisplayUnit(); break;
133  case 9: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
134  case 10: _t->copyURI(); break;
135  case 11: _t->copyLabel(); break;
136  case 12: _t->copyMessage(); break;
137  case 13: _t->copyAmount(); break;
138  default: ;
139  }
140  }
141 }
142 
143 QT_INIT_METAOBJECT const QMetaObject ReceiveCoinsDialog::staticMetaObject = { {
144  QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
147  qt_static_metacall,
148  nullptr,
149  nullptr
150 } };
151 
152 
153 const QMetaObject *ReceiveCoinsDialog::metaObject() const
154 {
155  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
156 }
157 
158 void *ReceiveCoinsDialog::qt_metacast(const char *_clname)
159 {
160  if (!_clname) return nullptr;
162  return static_cast<void*>(this);
163  return QDialog::qt_metacast(_clname);
164 }
165 
166 int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
167 {
168  _id = QDialog::qt_metacall(_c, _id, _a);
169  if (_id < 0)
170  return _id;
171  if (_c == QMetaObject::InvokeMetaMethod) {
172  if (_id < 14)
173  qt_static_metacall(this, _c, _id, _a);
174  _id -= 14;
175  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
176  if (_id < 14)
177  *reinterpret_cast<int*>(_a[0]) = -1;
178  _id -= 14;
179  }
180  return _id;
181 }
182 QT_WARNING_POP
183 QT_END_MOC_NAMESPACE
Dialog for requesting payment of bitcoins.
static const qt_meta_stringdata_ReceiveCoinsDialog_t qt_meta_stringdata_ReceiveCoinsDialog
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_ReceiveCoinsDialog[]