LCOV - code coverage report
Current view: top level - src/qt - bitcoin.moc (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 74 0.0 %
Date: 2015-10-12 22:39:14 Functions: 0 15 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'bitcoin.cpp'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #if !defined(Q_MOC_OUTPUT_REVISION)
       9             : #error "The header file 'bitcoin.cpp' doesn't include <QObject>."
      10             : #elif Q_MOC_OUTPUT_REVISION != 63
      11             : #error "This file was generated using the moc from 4.8.6. It"
      12             : #error "cannot be used with the include files from this version of Qt."
      13             : #error "(The moc has changed too much.)"
      14             : #endif
      15             : 
      16             : QT_BEGIN_MOC_NAMESPACE
      17             : static const uint qt_meta_data_BitcoinCore[] = {
      18             : 
      19             :  // content:
      20             :        6,       // revision
      21             :        0,       // classname
      22             :        0,    0, // classinfo
      23             :        5,   14, // methods
      24             :        0,    0, // properties
      25             :        0,    0, // enums/sets
      26             :        0,    0, // constructors
      27             :        0,       // flags
      28             :        3,       // signalCount
      29             : 
      30             :  // signals: signature, parameters, type, tag, flags
      31             :       20,   13,   12,   12, 0x05,
      32             :       42,   13,   12,   12, 0x05,
      33             :       70,   62,   12,   12, 0x05,
      34             : 
      35             :  // slots: signature, parameters, type, tag, flags
      36             :       96,   12,   12,   12, 0x0a,
      37             :      109,   12,   12,   12, 0x0a,
      38             : 
      39             :        0        // eod
      40             : };
      41             : 
      42             : static const char qt_meta_stringdata_BitcoinCore[] = {
      43             :     "BitcoinCore\0\0retval\0initializeResult(int)\0"
      44             :     "shutdownResult(int)\0message\0"
      45             :     "runawayException(QString)\0initialize()\0"
      46             :     "shutdown()\0"
      47             : };
      48             : 
      49           0 : void BitcoinCore::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      50             : {
      51           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      52           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      53           0 :         BitcoinCore *_t = static_cast<BitcoinCore *>(_o);
      54           0 :         switch (_id) {
      55           0 :         case 0: _t->initializeResult((*reinterpret_cast< int(*)>(_a[1]))); break;
      56           0 :         case 1: _t->shutdownResult((*reinterpret_cast< int(*)>(_a[1]))); break;
      57           0 :         case 2: _t->runawayException((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      58           0 :         case 3: _t->initialize(); break;
      59           0 :         case 4: _t->shutdown(); break;
      60             :         default: ;
      61             :         }
      62             :     }
      63           0 : }
      64             : 
      65             : const QMetaObjectExtraData BitcoinCore::staticMetaObjectExtraData = {
      66             :     0,  qt_static_metacall 
      67             : };
      68             : 
      69             : const QMetaObject BitcoinCore::staticMetaObject = {
      70             :     { &QObject::staticMetaObject, qt_meta_stringdata_BitcoinCore,
      71             :       qt_meta_data_BitcoinCore, &staticMetaObjectExtraData }
      72             : };
      73             : 
      74             : #ifdef Q_NO_DATA_RELOCATION
      75             : const QMetaObject &BitcoinCore::getStaticMetaObject() { return staticMetaObject; }
      76             : #endif //Q_NO_DATA_RELOCATION
      77             : 
      78           0 : const QMetaObject *BitcoinCore::metaObject() const
      79             : {
      80           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
      81             : }
      82             : 
      83           0 : void *BitcoinCore::qt_metacast(const char *_clname)
      84             : {
      85           0 :     if (!_clname) return 0;
      86           0 :     if (!strcmp(_clname, qt_meta_stringdata_BitcoinCore))
      87             :         return static_cast<void*>(const_cast< BitcoinCore*>(this));
      88           0 :     return QObject::qt_metacast(_clname);
      89             : }
      90             : 
      91           0 : int BitcoinCore::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
      92             : {
      93           0 :     _id = QObject::qt_metacall(_c, _id, _a);
      94           0 :     if (_id < 0)
      95             :         return _id;
      96           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      97           0 :         if (_id < 5)
      98           0 :             qt_static_metacall(this, _c, _id, _a);
      99           0 :         _id -= 5;
     100             :     }
     101           0 :     return _id;
     102             : }
     103             : 
     104             : // SIGNAL 0
     105           0 : void BitcoinCore::initializeResult(int _t1)
     106             : {
     107           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     108           0 :     QMetaObject::activate(this, &staticMetaObject, 0, _a);
     109           0 : }
     110             : 
     111             : // SIGNAL 1
     112           0 : void BitcoinCore::shutdownResult(int _t1)
     113             : {
     114           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     115           0 :     QMetaObject::activate(this, &staticMetaObject, 1, _a);
     116           0 : }
     117             : 
     118             : // SIGNAL 2
     119           0 : void BitcoinCore::runawayException(const QString & _t1)
     120             : {
     121           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     122           0 :     QMetaObject::activate(this, &staticMetaObject, 2, _a);
     123           0 : }
     124             : static const uint qt_meta_data_BitcoinApplication[] = {
     125             : 
     126             :  // content:
     127             :        6,       // revision
     128             :        0,       // classname
     129             :        0,    0, // classinfo
     130             :        7,   14, // methods
     131             :        0,    0, // properties
     132             :        0,    0, // enums/sets
     133             :        0,    0, // constructors
     134             :        0,       // flags
     135             :        4,       // signalCount
     136             : 
     137             :  // signals: signature, parameters, type, tag, flags
     138             :       20,   19,   19,   19, 0x05,
     139             :       42,   19,   19,   19, 0x05,
     140             :       62,   19,   19,   19, 0x05,
     141             :       82,   75,   19,   19, 0x05,
     142             : 
     143             :  // slots: signature, parameters, type, tag, flags
     144             :      114,  107,   19,   19, 0x0a,
     145             :      136,  107,   19,   19, 0x0a,
     146             :      164,  156,   19,   19, 0x0a,
     147             : 
     148             :        0        // eod
     149             : };
     150             : 
     151             : static const char qt_meta_stringdata_BitcoinApplication[] = {
     152             :     "BitcoinApplication\0\0requestedInitialize()\0"
     153             :     "requestedShutdown()\0stopThread()\0"
     154             :     "window\0splashFinished(QWidget*)\0retval\0"
     155             :     "initializeResult(int)\0shutdownResult(int)\0"
     156             :     "message\0handleRunawayException(QString)\0"
     157             : };
     158             : 
     159           0 : void BitcoinApplication::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
     160             : {
     161           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     162           0 :         Q_ASSERT(staticMetaObject.cast(_o));
     163           0 :         BitcoinApplication *_t = static_cast<BitcoinApplication *>(_o);
     164           0 :         switch (_id) {
     165             :         case 0: _t->requestedInitialize(); break;
     166             :         case 1: _t->requestedShutdown(); break;
     167             :         case 2: _t->stopThread(); break;
     168           0 :         case 3: _t->splashFinished((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
     169           0 :         case 4: _t->initializeResult((*reinterpret_cast< int(*)>(_a[1]))); break;
     170           0 :         case 5: _t->shutdownResult((*reinterpret_cast< int(*)>(_a[1]))); break;
     171           0 :         case 6: _t->handleRunawayException((*reinterpret_cast< const QString(*)>(_a[1]))); break;
     172             :         default: ;
     173             :         }
     174             :     }
     175           0 : }
     176             : 
     177             : const QMetaObjectExtraData BitcoinApplication::staticMetaObjectExtraData = {
     178             :     0,  qt_static_metacall 
     179             : };
     180             : 
     181             : const QMetaObject BitcoinApplication::staticMetaObject = {
     182             :     { &QApplication::staticMetaObject, qt_meta_stringdata_BitcoinApplication,
     183             :       qt_meta_data_BitcoinApplication, &staticMetaObjectExtraData }
     184             : };
     185             : 
     186             : #ifdef Q_NO_DATA_RELOCATION
     187             : const QMetaObject &BitcoinApplication::getStaticMetaObject() { return staticMetaObject; }
     188             : #endif //Q_NO_DATA_RELOCATION
     189             : 
     190           0 : const QMetaObject *BitcoinApplication::metaObject() const
     191             : {
     192           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
     193             : }
     194             : 
     195           0 : void *BitcoinApplication::qt_metacast(const char *_clname)
     196             : {
     197           0 :     if (!_clname) return 0;
     198           0 :     if (!strcmp(_clname, qt_meta_stringdata_BitcoinApplication))
     199             :         return static_cast<void*>(const_cast< BitcoinApplication*>(this));
     200           0 :     return QApplication::qt_metacast(_clname);
     201             : }
     202             : 
     203           0 : int BitcoinApplication::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     204             : {
     205           0 :     _id = QApplication::qt_metacall(_c, _id, _a);
     206           0 :     if (_id < 0)
     207             :         return _id;
     208           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     209           0 :         if (_id < 7)
     210           0 :             qt_static_metacall(this, _c, _id, _a);
     211           0 :         _id -= 7;
     212             :     }
     213           0 :     return _id;
     214             : }
     215             : 
     216             : // SIGNAL 0
     217           0 : void BitcoinApplication::requestedInitialize()
     218             : {
     219           0 :     QMetaObject::activate(this, &staticMetaObject, 0, 0);
     220           0 : }
     221             : 
     222             : // SIGNAL 1
     223           0 : void BitcoinApplication::requestedShutdown()
     224             : {
     225           0 :     QMetaObject::activate(this, &staticMetaObject, 1, 0);
     226           0 : }
     227             : 
     228             : // SIGNAL 2
     229           0 : void BitcoinApplication::stopThread()
     230             : {
     231           0 :     QMetaObject::activate(this, &staticMetaObject, 2, 0);
     232           0 : }
     233             : 
     234             : // SIGNAL 3
     235           0 : void BitcoinApplication::splashFinished(QWidget * _t1)
     236             : {
     237           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     238           0 :     QMetaObject::activate(this, &staticMetaObject, 3, _a);
     239           0 : }
     240             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11