Bitcoin Core  28.1.0
P2P Digital Currency
moc_paymentserver.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'paymentserver.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.8)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include <memory>
10 #include "qt/paymentserver.h"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'paymentserver.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.8. 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[11];
26  char stringdata0[123];
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_PaymentServer_t, stringdata0) + ofs \
31  - idx * sizeof(QByteArrayData)) \
32  )
34  {
35 QT_MOC_LITERAL(0, 0, 13), // "PaymentServer"
36 QT_MOC_LITERAL(1, 14, 22), // "receivedPaymentRequest"
37 QT_MOC_LITERAL(2, 37, 0), // ""
38 QT_MOC_LITERAL(3, 38, 18), // "SendCoinsRecipient"
39 QT_MOC_LITERAL(4, 57, 7), // "message"
40 QT_MOC_LITERAL(5, 65, 5), // "title"
41 QT_MOC_LITERAL(6, 71, 5), // "style"
42 QT_MOC_LITERAL(7, 77, 7), // "uiReady"
43 QT_MOC_LITERAL(8, 85, 15), // "handleURIOrFile"
44 QT_MOC_LITERAL(9, 101, 1), // "s"
45 QT_MOC_LITERAL(10, 103, 19) // "handleURIConnection"
46 
47  },
48  "PaymentServer\0receivedPaymentRequest\0"
49  "\0SendCoinsRecipient\0message\0title\0"
50  "style\0uiReady\0handleURIOrFile\0s\0"
51  "handleURIConnection"
52 };
53 #undef QT_MOC_LITERAL
54 
55 static const uint qt_meta_data_PaymentServer[] = {
56 
57  // content:
58  8, // revision
59  0, // classname
60  0, 0, // classinfo
61  5, 14, // methods
62  0, 0, // properties
63  0, 0, // enums/sets
64  0, 0, // constructors
65  0, // flags
66  2, // signalCount
67 
68  // signals: name, argc, parameters, tag, flags
69  1, 1, 39, 2, 0x06 /* Public */,
70  4, 3, 42, 2, 0x06 /* Public */,
71 
72  // slots: name, argc, parameters, tag, flags
73  7, 0, 49, 2, 0x0a /* Public */,
74  8, 1, 50, 2, 0x0a /* Public */,
75  10, 0, 53, 2, 0x08 /* Private */,
76 
77  // signals: parameters
78  QMetaType::Void, 0x80000000 | 3, 2,
79  QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 5, 4, 6,
80 
81  // slots: parameters
82  QMetaType::Void,
83  QMetaType::Void, QMetaType::QString, 9,
84  QMetaType::Void,
85 
86  0 // eod
87 };
88 
89 void PaymentServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
90 {
91  if (_c == QMetaObject::InvokeMetaMethod) {
92  auto *_t = static_cast<PaymentServer *>(_o);
93  (void)_t;
94  switch (_id) {
95  case 0: _t->receivedPaymentRequest((*reinterpret_cast< SendCoinsRecipient(*)>(_a[1]))); break;
96  case 1: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
97  case 2: _t->uiReady(); break;
98  case 3: _t->handleURIOrFile((*reinterpret_cast< const QString(*)>(_a[1]))); break;
99  case 4: _t->handleURIConnection(); break;
100  default: ;
101  }
102  } else if (_c == QMetaObject::IndexOfMethod) {
103  int *result = reinterpret_cast<int *>(_a[0]);
104  {
105  using _t = void (PaymentServer::*)(SendCoinsRecipient );
106  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&PaymentServer::receivedPaymentRequest)) {
107  *result = 0;
108  return;
109  }
110  }
111  {
112  using _t = void (PaymentServer::*)(const QString & , const QString & , unsigned int );
113  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&PaymentServer::message)) {
114  *result = 1;
115  return;
116  }
117  }
118  }
119 }
120 
121 QT_INIT_METAOBJECT const QMetaObject PaymentServer::staticMetaObject = { {
122  QMetaObject::SuperData::link<QObject::staticMetaObject>(),
125  qt_static_metacall,
126  nullptr,
127  nullptr
128 } };
129 
130 
131 const QMetaObject *PaymentServer::metaObject() const
132 {
133  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
134 }
135 
136 void *PaymentServer::qt_metacast(const char *_clname)
137 {
138  if (!_clname) return nullptr;
139  if (!strcmp(_clname, qt_meta_stringdata_PaymentServer.stringdata0))
140  return static_cast<void*>(this);
141  return QObject::qt_metacast(_clname);
142 }
143 
144 int PaymentServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
145 {
146  _id = QObject::qt_metacall(_c, _id, _a);
147  if (_id < 0)
148  return _id;
149  if (_c == QMetaObject::InvokeMetaMethod) {
150  if (_id < 5)
151  qt_static_metacall(this, _c, _id, _a);
152  _id -= 5;
153  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
154  if (_id < 5)
155  *reinterpret_cast<int*>(_a[0]) = -1;
156  _id -= 5;
157  }
158  return _id;
159 }
160 
161 // SIGNAL 0
163 {
164  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
165  QMetaObject::activate(this, &staticMetaObject, 0, _a);
166 }
167 
168 // SIGNAL 1
169 void PaymentServer::message(const QString & _t1, const QString & _t2, unsigned int _t3)
170 {
171  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t3))) };
172  QMetaObject::activate(this, &staticMetaObject, 1, _a);
173 }
174 QT_WARNING_POP
175 QT_END_MOC_NAMESPACE
void message(const QString &title, const QString &message, unsigned int style)
void receivedPaymentRequest(SendCoinsRecipient)
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_PaymentServer_t qt_meta_stringdata_PaymentServer
static const uint qt_meta_data_PaymentServer[]