LCOV - code coverage report
Current view: top level - src/qt - moc_coincontroldialog.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 42 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 'coincontroldialog.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include "qt/coincontroldialog.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'coincontroldialog.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_CoinControlDialog[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :       22,   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             :       19,   18,   18,   18, 0x08,
      33             :       36,   18,   18,   18, 0x08,
      34             :       49,   18,   18,   18, 0x08,
      35             :       61,   18,   18,   18, 0x08,
      36             :       75,   18,   18,   18, 0x08,
      37             :       97,   18,   18,   18, 0x08,
      38             :      108,   18,   18,   18, 0x08,
      39             :      121,   18,   18,   18, 0x08,
      40             :      141,   18,   18,   18, 0x08,
      41             :      159,   18,   18,   18, 0x08,
      42             :      174,   18,   18,   18, 0x08,
      43             :      194,   18,   18,   18, 0x08,
      44             :      211,   18,   18,   18, 0x08,
      45             :      231,   18,   18,   18, 0x08,
      46             :      252,   18,   18,   18, 0x08,
      47             :      270,   18,   18,   18, 0x08,
      48             :      290,   18,   18,   18, 0x08,
      49             :      312,  310,   18,   18, 0x08,
      50             :      350,   18,   18,   18, 0x08,
      51             :      376,   18,   18,   18, 0x08,
      52             :      411,   18,   18,   18, 0x08,
      53             :      436,   18,   18,   18, 0x08,
      54             : 
      55             :        0        // eod
      56             : };
      57             : 
      58             : static const char qt_meta_stringdata_CoinControlDialog[] = {
      59             :     "CoinControlDialog\0\0showMenu(QPoint)\0"
      60             :     "copyAmount()\0copyLabel()\0copyAddress()\0"
      61             :     "copyTransactionHash()\0lockCoin()\0"
      62             :     "unlockCoin()\0clipboardQuantity()\0"
      63             :     "clipboardAmount()\0clipboardFee()\0"
      64             :     "clipboardAfterFee()\0clipboardBytes()\0"
      65             :     "clipboardPriority()\0clipboardLowOutput()\0"
      66             :     "clipboardChange()\0radioTreeMode(bool)\0"
      67             :     "radioListMode(bool)\0,\0"
      68             :     "viewItemChanged(QTreeWidgetItem*,int)\0"
      69             :     "headerSectionClicked(int)\0"
      70             :     "buttonBoxClicked(QAbstractButton*)\0"
      71             :     "buttonSelectAllClicked()\0updateLabelLocked()\0"
      72             : };
      73             : 
      74           0 : void CoinControlDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      75             : {
      76           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      77           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      78           0 :         CoinControlDialog *_t = static_cast<CoinControlDialog *>(_o);
      79           0 :         switch (_id) {
      80           0 :         case 0: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
      81           0 :         case 1: _t->copyAmount(); break;
      82           0 :         case 2: _t->copyLabel(); break;
      83           0 :         case 3: _t->copyAddress(); break;
      84           0 :         case 4: _t->copyTransactionHash(); break;
      85           0 :         case 5: _t->lockCoin(); break;
      86           0 :         case 6: _t->unlockCoin(); break;
      87           0 :         case 7: _t->clipboardQuantity(); break;
      88           0 :         case 8: _t->clipboardAmount(); break;
      89           0 :         case 9: _t->clipboardFee(); break;
      90           0 :         case 10: _t->clipboardAfterFee(); break;
      91           0 :         case 11: _t->clipboardBytes(); break;
      92           0 :         case 12: _t->clipboardPriority(); break;
      93           0 :         case 13: _t->clipboardLowOutput(); break;
      94           0 :         case 14: _t->clipboardChange(); break;
      95           0 :         case 15: _t->radioTreeMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
      96           0 :         case 16: _t->radioListMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
      97           0 :         case 17: _t->viewItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
      98           0 :         case 18: _t->headerSectionClicked((*reinterpret_cast< int(*)>(_a[1]))); break;
      99           0 :         case 19: _t->buttonBoxClicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
     100           0 :         case 20: _t->buttonSelectAllClicked(); break;
     101           0 :         case 21: _t->updateLabelLocked(); break;
     102             :         default: ;
     103             :         }
     104             :     }
     105           0 : }
     106             : 
     107             : const QMetaObjectExtraData CoinControlDialog::staticMetaObjectExtraData = {
     108             :     0,  qt_static_metacall 
     109             : };
     110             : 
     111             : const QMetaObject CoinControlDialog::staticMetaObject = {
     112             :     { &QDialog::staticMetaObject, qt_meta_stringdata_CoinControlDialog,
     113             :       qt_meta_data_CoinControlDialog, &staticMetaObjectExtraData }
     114             : };
     115             : 
     116             : #ifdef Q_NO_DATA_RELOCATION
     117             : const QMetaObject &CoinControlDialog::getStaticMetaObject() { return staticMetaObject; }
     118             : #endif //Q_NO_DATA_RELOCATION
     119             : 
     120           0 : const QMetaObject *CoinControlDialog::metaObject() const
     121             : {
     122           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
     123             : }
     124             : 
     125           0 : void *CoinControlDialog::qt_metacast(const char *_clname)
     126             : {
     127           0 :     if (!_clname) return 0;
     128           0 :     if (!strcmp(_clname, qt_meta_stringdata_CoinControlDialog))
     129             :         return static_cast<void*>(const_cast< CoinControlDialog*>(this));
     130           0 :     return QDialog::qt_metacast(_clname);
     131             : }
     132             : 
     133           0 : int CoinControlDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     134             : {
     135           0 :     _id = QDialog::qt_metacall(_c, _id, _a);
     136           0 :     if (_id < 0)
     137             :         return _id;
     138           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     139           0 :         if (_id < 22)
     140           0 :             qt_static_metacall(this, _c, _id, _a);
     141           0 :         _id -= 22;
     142             :     }
     143           0 :     return _id;
     144             : }
     145             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11