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