LCOV - code coverage report
Current view: top level - src/qt - moc_paymentserver.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 50 0.0 %
Date: 2020-09-26 01:30:44 Functions: 0 6 0.0 %

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'paymentserver.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include <memory>
       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.15.0. 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
      23             : struct qt_meta_stringdata_PaymentServer_t {
      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             :     )
      32             : static const qt_meta_stringdata_PaymentServer_t qt_meta_stringdata_PaymentServer = {
      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           0 : void PaymentServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      89             : {
      90           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      91           0 :         auto *_t = static_cast<PaymentServer *>(_o);
      92             :         Q_UNUSED(_t)
      93           0 :         switch (_id) {
      94           0 :         case 0: _t->receivedPaymentRequest((*reinterpret_cast< SendCoinsRecipient(*)>(_a[1]))); break;
      95           0 :         case 1: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
      96           0 :         case 2: _t->uiReady(); break;
      97           0 :         case 3: _t->handleURIOrFile((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      98           0 :         case 4: _t->handleURIConnection(); break;
      99             :         default: ;
     100             :         }
     101           0 :     } else if (_c == QMetaObject::IndexOfMethod) {
     102           0 :         int *result = reinterpret_cast<int *>(_a[0]);
     103             :         {
     104             :             using _t = void (PaymentServer::*)(SendCoinsRecipient );
     105           0 :             if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&PaymentServer::receivedPaymentRequest)) {
     106           0 :                 *result = 0;
     107           0 :                 return;
     108             :             }
     109             :         }
     110             :         {
     111             :             using _t = void (PaymentServer::*)(const QString & , const QString & , unsigned int );
     112           0 :             if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&PaymentServer::message)) {
     113           0 :                 *result = 1;
     114           0 :                 return;
     115             :             }
     116             :         }
     117           0 :     }
     118           0 : }
     119             : 
     120             : QT_INIT_METAOBJECT const QMetaObject PaymentServer::staticMetaObject = { {
     121             :     QMetaObject::SuperData::link<QObject::staticMetaObject>(),
     122             :     qt_meta_stringdata_PaymentServer.data,
     123             :     qt_meta_data_PaymentServer,
     124             :     qt_static_metacall,
     125             :     nullptr,
     126             :     nullptr
     127             : } };
     128             : 
     129             : 
     130           0 : const QMetaObject *PaymentServer::metaObject() const
     131             : {
     132           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
     133             : }
     134             : 
     135           0 : void *PaymentServer::qt_metacast(const char *_clname)
     136             : {
     137           0 :     if (!_clname) return nullptr;
     138           0 :     if (!strcmp(_clname, qt_meta_stringdata_PaymentServer.stringdata0))
     139           0 :         return static_cast<void*>(this);
     140           0 :     return QObject::qt_metacast(_clname);
     141           0 : }
     142             : 
     143           0 : int PaymentServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     144             : {
     145           0 :     _id = QObject::qt_metacall(_c, _id, _a);
     146           0 :     if (_id < 0)
     147           0 :         return _id;
     148           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     149           0 :         if (_id < 5)
     150           0 :             qt_static_metacall(this, _c, _id, _a);
     151           0 :         _id -= 5;
     152           0 :     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
     153           0 :         if (_id < 5)
     154           0 :             *reinterpret_cast<int*>(_a[0]) = -1;
     155           0 :         _id -= 5;
     156           0 :     }
     157           0 :     return _id;
     158           0 : }
     159             : 
     160             : // SIGNAL 0
     161           0 : void PaymentServer::receivedPaymentRequest(SendCoinsRecipient _t1)
     162             : {
     163           0 :     void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
     164           0 :     QMetaObject::activate(this, &staticMetaObject, 0, _a);
     165           0 : }
     166             : 
     167             : // SIGNAL 1
     168           0 : void PaymentServer::message(const QString & _t1, const QString & _t2, unsigned int _t3)
     169             : {
     170           0 :     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))) };
     171           0 :     QMetaObject::activate(this, &staticMetaObject, 1, _a);
     172           0 : }
     173             : QT_WARNING_POP
     174             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.15