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

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'walletframe.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include "qt/walletframe.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'walletframe.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_WalletFrame[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :       15,   14, // methods
      25             :        0,    0, // properties
      26             :        0,    0, // enums/sets
      27             :        0,    0, // constructors
      28             :        0,       // flags
      29             :        0,       // signalCount
      30             : 
      31             :  // slots: signature, parameters, type, tag, flags
      32             :       13,   12,   12,   12, 0x0a,
      33             :       32,   12,   12,   12, 0x0a,
      34             :       50,   12,   12,   12, 0x0a,
      35             :       78,   73,   12,   12, 0x0a,
      36             :      105,   12,   12,   12, 0x2a,
      37             :      125,   73,   12,   12, 0x0a,
      38             :      153,   12,   12,   12, 0x2a,
      39             :      174,   73,   12,   12, 0x0a,
      40             :      204,   12,   12,   12, 0x2a,
      41             :      234,  227,   12,   12, 0x0a,
      42             :      254,   12,   12,   12, 0x0a,
      43             :      269,   12,   12,   12, 0x0a,
      44             :      288,   12,   12,   12, 0x0a,
      45             :      303,   12,   12,   12, 0x0a,
      46             :      326,   12,   12,   12, 0x0a,
      47             : 
      48             :        0        // eod
      49             : };
      50             : 
      51             : static const char qt_meta_stringdata_WalletFrame[] = {
      52             :     "WalletFrame\0\0gotoOverviewPage()\0"
      53             :     "gotoHistoryPage()\0gotoReceiveCoinsPage()\0"
      54             :     "addr\0gotoSendCoinsPage(QString)\0"
      55             :     "gotoSendCoinsPage()\0gotoSignMessageTab(QString)\0"
      56             :     "gotoSignMessageTab()\0gotoVerifyMessageTab(QString)\0"
      57             :     "gotoVerifyMessageTab()\0status\0"
      58             :     "encryptWallet(bool)\0backupWallet()\0"
      59             :     "changePassphrase()\0unlockWallet()\0"
      60             :     "usedSendingAddresses()\0usedReceivingAddresses()\0"
      61             : };
      62             : 
      63           0 : void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      64             : {
      65           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      66           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      67           0 :         WalletFrame *_t = static_cast<WalletFrame *>(_o);
      68           0 :         switch (_id) {
      69           0 :         case 0: _t->gotoOverviewPage(); break;
      70           0 :         case 1: _t->gotoHistoryPage(); break;
      71           0 :         case 2: _t->gotoReceiveCoinsPage(); break;
      72           0 :         case 3: _t->gotoSendCoinsPage((*reinterpret_cast< QString(*)>(_a[1]))); break;
      73           0 :         case 4: _t->gotoSendCoinsPage(); break;
      74           0 :         case 5: _t->gotoSignMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
      75           0 :         case 6: _t->gotoSignMessageTab(); break;
      76           0 :         case 7: _t->gotoVerifyMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
      77           0 :         case 8: _t->gotoVerifyMessageTab(); break;
      78           0 :         case 9: _t->encryptWallet((*reinterpret_cast< bool(*)>(_a[1]))); break;
      79           0 :         case 10: _t->backupWallet(); break;
      80           0 :         case 11: _t->changePassphrase(); break;
      81           0 :         case 12: _t->unlockWallet(); break;
      82           0 :         case 13: _t->usedSendingAddresses(); break;
      83           0 :         case 14: _t->usedReceivingAddresses(); break;
      84             :         default: ;
      85             :         }
      86             :     }
      87           0 : }
      88             : 
      89             : const QMetaObjectExtraData WalletFrame::staticMetaObjectExtraData = {
      90             :     0,  qt_static_metacall 
      91             : };
      92             : 
      93             : const QMetaObject WalletFrame::staticMetaObject = {
      94             :     { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame,
      95             :       qt_meta_data_WalletFrame, &staticMetaObjectExtraData }
      96             : };
      97             : 
      98             : #ifdef Q_NO_DATA_RELOCATION
      99             : const QMetaObject &WalletFrame::getStaticMetaObject() { return staticMetaObject; }
     100             : #endif //Q_NO_DATA_RELOCATION
     101             : 
     102           0 : const QMetaObject *WalletFrame::metaObject() const
     103             : {
     104           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
     105             : }
     106             : 
     107           0 : void *WalletFrame::qt_metacast(const char *_clname)
     108             : {
     109           0 :     if (!_clname) return 0;
     110           0 :     if (!strcmp(_clname, qt_meta_stringdata_WalletFrame))
     111             :         return static_cast<void*>(const_cast< WalletFrame*>(this));
     112           0 :     return QFrame::qt_metacast(_clname);
     113             : }
     114             : 
     115           0 : int WalletFrame::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     116             : {
     117           0 :     _id = QFrame::qt_metacall(_c, _id, _a);
     118           0 :     if (_id < 0)
     119             :         return _id;
     120           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     121           0 :         if (_id < 15)
     122           0 :             qt_static_metacall(this, _c, _id, _a);
     123           0 :         _id -= 15;
     124             :     }
     125           0 :     return _id;
     126             : }
     127             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11