LCOV - code coverage report
Current view: top level - src/qt - moc_paymentserver.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 7 42 16.7 %
Date: 2015-10-12 22:39:14 Functions: 4 9 44.4 %
Legend: Lines: hit not hit

          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 "qt/paymentserver.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'paymentserver.h' doesn't include <QObject>."
      11             : #elif Q_MOC_OUTPUT_REVISION != 63
      12             : #error "This file was generated using the moc from 4.8.6. It"
      13             : #error "cannot be used with the include files from this version of Qt."
      14             : #error "(The moc has changed too much.)"
      15             : #endif
      16             : 
      17             : QT_BEGIN_MOC_NAMESPACE
      18             : static const uint qt_meta_data_PaymentServer[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :       10,   14, // methods
      25             :        0,    0, // properties
      26             :        0,    0, // enums/sets
      27             :        0,    0, // constructors
      28             :        0,       // flags
      29             :        3,       // signalCount
      30             : 
      31             :  // signals: signature, parameters, type, tag, flags
      32             :       15,   14,   14,   14, 0x05,
      33             :       72,   58,   14,   14, 0x05,
      34             :      120,  100,   14,   14, 0x05,
      35             : 
      36             :  // slots: signature, parameters, type, tag, flags
      37             :      150,   14,   14,   14, 0x0a,
      38             :      189,  160,   14,   14, 0x0a,
      39             :      247,  245,   14,   14, 0x0a,
      40             :      272,   14,   14,   14, 0x08,
      41             :      294,   14,   14,   14, 0x08,
      42             :      331,  329,   14,   14, 0x08,
      43             :      380,   58,   14,   14, 0x08,
      44             : 
      45             :        0        // eod
      46             : };
      47             : 
      48             : static const char qt_meta_stringdata_PaymentServer[] = {
      49             :     "PaymentServer\0\0"
      50             :     "receivedPaymentRequest(SendCoinsRecipient)\0"
      51             :     "paymentACKMsg\0receivedPaymentACK(QString)\0"
      52             :     "title,message,style\0message(QString,QString,uint)\0"
      53             :     "uiReady()\0wallet,recipient,transaction\0"
      54             :     "fetchPaymentACK(CWallet*,SendCoinsRecipient,QByteArray)\0"
      55             :     "s\0handleURIOrFile(QString)\0"
      56             :     "handleURIConnection()\0"
      57             :     "netRequestFinished(QNetworkReply*)\0,\0"
      58             :     "reportSslErrors(QNetworkReply*,QList<QSslError>)\0"
      59             :     "handlePaymentACK(QString)\0"
      60             : };
      61             : 
      62           0 : void PaymentServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      63             : {
      64           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      65           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      66           0 :         PaymentServer *_t = static_cast<PaymentServer *>(_o);
      67           0 :         switch (_id) {
      68           0 :         case 0: _t->receivedPaymentRequest((*reinterpret_cast< SendCoinsRecipient(*)>(_a[1]))); break;
      69           0 :         case 1: _t->receivedPaymentACK((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      70           0 :         case 2: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
      71           0 :         case 3: _t->uiReady(); break;
      72           0 :         case 4: _t->fetchPaymentACK((*reinterpret_cast< CWallet*(*)>(_a[1])),(*reinterpret_cast< SendCoinsRecipient(*)>(_a[2])),(*reinterpret_cast< QByteArray(*)>(_a[3]))); break;
      73           0 :         case 5: _t->handleURIOrFile((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      74           0 :         case 6: _t->handleURIConnection(); break;
      75           0 :         case 7: _t->netRequestFinished((*reinterpret_cast< QNetworkReply*(*)>(_a[1]))); break;
      76           0 :         case 8: _t->reportSslErrors((*reinterpret_cast< QNetworkReply*(*)>(_a[1])),(*reinterpret_cast< const QList<QSslError>(*)>(_a[2]))); break;
      77           0 :         case 9: _t->handlePaymentACK((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      78             :         default: ;
      79             :         }
      80             :     }
      81           0 : }
      82             : 
      83             : const QMetaObjectExtraData PaymentServer::staticMetaObjectExtraData = {
      84             :     0,  qt_static_metacall 
      85             : };
      86             : 
      87             : const QMetaObject PaymentServer::staticMetaObject = {
      88             :     { &QObject::staticMetaObject, qt_meta_stringdata_PaymentServer,
      89             :       qt_meta_data_PaymentServer, &staticMetaObjectExtraData }
      90             : };
      91             : 
      92             : #ifdef Q_NO_DATA_RELOCATION
      93             : const QMetaObject &PaymentServer::getStaticMetaObject() { return staticMetaObject; }
      94             : #endif //Q_NO_DATA_RELOCATION
      95             : 
      96          15 : const QMetaObject *PaymentServer::metaObject() const
      97             : {
      98          30 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
      99             : }
     100             : 
     101           0 : void *PaymentServer::qt_metacast(const char *_clname)
     102             : {
     103           0 :     if (!_clname) return 0;
     104           0 :     if (!strcmp(_clname, qt_meta_stringdata_PaymentServer))
     105             :         return static_cast<void*>(const_cast< PaymentServer*>(this));
     106           0 :     return QObject::qt_metacast(_clname);
     107             : }
     108             : 
     109           0 : int PaymentServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     110             : {
     111           0 :     _id = QObject::qt_metacall(_c, _id, _a);
     112           0 :     if (_id < 0)
     113             :         return _id;
     114           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     115           0 :         if (_id < 10)
     116           0 :             qt_static_metacall(this, _c, _id, _a);
     117           0 :         _id -= 10;
     118             :     }
     119           0 :     return _id;
     120             : }
     121             : 
     122             : // SIGNAL 0
     123           6 : void PaymentServer::receivedPaymentRequest(SendCoinsRecipient _t1)
     124             : {
     125           6 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     126           6 :     QMetaObject::activate(this, &staticMetaObject, 0, _a);
     127           6 : }
     128             : 
     129             : // SIGNAL 1
     130           0 : void PaymentServer::receivedPaymentACK(const QString & _t1)
     131             : {
     132           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     133           0 :     QMetaObject::activate(this, &staticMetaObject, 1, _a);
     134           0 : }
     135             : 
     136             : // SIGNAL 2
     137           0 : void PaymentServer::message(const QString & _t1, const QString & _t2, unsigned int _t3)
     138             : {
     139           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
     140           0 :     QMetaObject::activate(this, &staticMetaObject, 2, _a);
     141           3 : }
     142             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11