9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #include <QtCore/QList> 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.5.1. It" 16 #error "cannot be used with the include files from this version of Qt." 17 #error "(The moc has changed too much.)" 20 QT_BEGIN_MOC_NAMESPACE
25 #define QT_MOC_LITERAL(idx, ofs, len) \ 26 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 27 qptrdiff(offsetof(qt_meta_stringdata_PaymentServer_t, stringdata0) + ofs \ 28 - idx * sizeof(QByteArrayData)) \ 57 "PaymentServer\0receivedPaymentRequest\0" 58 "\0SendCoinsRecipient\0receivedPaymentACK\0" 59 "paymentACKMsg\0message\0title\0style\0" 60 "uiReady\0fetchPaymentACK\0CWallet*\0" 61 "wallet\0recipient\0transaction\0" 62 "handleURIOrFile\0s\0handleURIConnection\0" 63 "netRequestFinished\0QNetworkReply*\0" 64 "reportSslErrors\0QList<QSslError>\0" 69 static const uint qt_meta_data_PaymentServer[] = {
97 QMetaType::Void, 0x80000000 | 3, 2,
98 QMetaType::Void, QMetaType::QString, 5,
99 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 7, 6, 8,
103 QMetaType::Void, 0x80000000 | 11, 0x80000000 | 3, QMetaType::QByteArray, 12, 13, 14,
104 QMetaType::Void, QMetaType::QString, 16,
106 QMetaType::Void, 0x80000000 | 19, 2,
107 QMetaType::Void, 0x80000000 | 19, 0x80000000 | 21, 2, 2,
108 QMetaType::Void, QMetaType::QString, 5,
113 void PaymentServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
115 if (_c == QMetaObject::InvokeMetaMethod) {
121 case 2: _t->
message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
124 case 5: _t->
handleURIOrFile((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
126 case 7: _t->
netRequestFinished((*
reinterpret_cast< QNetworkReply*(*)
>(_a[1])));
break;
127 case 8: _t->
reportSslErrors((*
reinterpret_cast< QNetworkReply*(*)
>(_a[1])),(*
reinterpret_cast< const QList<QSslError>(*)
>(_a[2])));
break;
128 case 9: _t->
handlePaymentACK((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
131 }
else if (_c == QMetaObject::IndexOfMethod) {
132 int *result =
reinterpret_cast<int *
>(_a[0]);
133 void **func =
reinterpret_cast<void **
>(_a[1]);
147 typedef void (
PaymentServer::*_t)(
const QString & ,
const QString & ,
unsigned int );
155 const QMetaObject PaymentServer::staticMetaObject = {
156 { &QObject::staticMetaObject, qt_meta_stringdata_PaymentServer.
data,
157 qt_meta_data_PaymentServer, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
161 const QMetaObject *PaymentServer::metaObject()
const 163 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
166 void *PaymentServer::qt_metacast(
const char *_clname)
168 if (!_clname)
return Q_NULLPTR;
169 if (!strcmp(_clname, qt_meta_stringdata_PaymentServer.
stringdata0))
170 return static_cast<void*
>(
const_cast< PaymentServer*
>(
this));
171 return QObject::qt_metacast(_clname);
174 int PaymentServer::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
176 _id = QObject::qt_metacall(_c, _id, _a);
179 if (_c == QMetaObject::InvokeMetaMethod) {
181 qt_static_metacall(
this, _c, _id, _a);
183 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
185 *
reinterpret_cast<int*
>(_a[0]) = -1;
194 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
195 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
201 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
202 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
208 void *_a[] = { Q_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)) };
209 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
void message(const QString &title, const QString &message, unsigned int style)
void handlePaymentACK(const QString &paymentACKMsg)
void receivedPaymentACK(const QString &paymentACKMsg)
void receivedPaymentRequest(SendCoinsRecipient)
void handleURIOrFile(const QString &s)
void netRequestFinished(QNetworkReply *)
#define QT_MOC_LITERAL(idx, ofs, len)
void reportSslErrors(QNetworkReply *, const QList< QSslError > &)
void fetchPaymentACK(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
void handleURIConnection()