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

          Line data    Source code
       1             : /****************************************************************************
       2             : ** Meta object code from reading C++ file 'sendcoinsentry.h'
       3             : **
       4             : **
       5             : ** WARNING! All changes made in this file will be lost!
       6             : *****************************************************************************/
       7             : 
       8             : #include "qt/sendcoinsentry.h"
       9             : #if !defined(Q_MOC_OUTPUT_REVISION)
      10             : #error "The header file 'sendcoinsentry.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_SendCoinsEntry[] = {
      19             : 
      20             :  // content:
      21             :        6,       // revision
      22             :        0,       // classname
      23             :        0,    0, // classinfo
      24             :        9,   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             :       22,   16,   15,   15, 0x05,
      33             :       51,   15,   15,   15, 0x05,
      34             :       70,   15,   15,   15, 0x05,
      35             : 
      36             :  // slots: signature, parameters, type, tag, flags
      37             :      101,   15,   15,   15, 0x0a,
      38             :      109,   15,   15,   15, 0x08,
      39             :      133,  125,   15,   15, 0x08,
      40             :      163,   15,   15,   15, 0x08,
      41             :      194,   15,   15,   15, 0x08,
      42             :      219,   15,   15,   15, 0x08,
      43             : 
      44             :        0        // eod
      45             : };
      46             : 
      47             : static const char qt_meta_stringdata_SendCoinsEntry[] = {
      48             :     "SendCoinsEntry\0\0entry\0"
      49             :     "removeEntry(SendCoinsEntry*)\0"
      50             :     "payAmountChanged()\0subtractFeeFromAmountChanged()\0"
      51             :     "clear()\0deleteClicked()\0address\0"
      52             :     "on_payTo_textChanged(QString)\0"
      53             :     "on_addressBookButton_clicked()\0"
      54             :     "on_pasteButton_clicked()\0updateDisplayUnit()\0"
      55             : };
      56             : 
      57           0 : void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
      58             : {
      59           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
      60           0 :         Q_ASSERT(staticMetaObject.cast(_o));
      61           0 :         SendCoinsEntry *_t = static_cast<SendCoinsEntry *>(_o);
      62           0 :         switch (_id) {
      63           0 :         case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
      64             :         case 1: _t->payAmountChanged(); break;
      65             :         case 2: _t->subtractFeeFromAmountChanged(); break;
      66           0 :         case 3: _t->clear(); break;
      67           0 :         case 4: _t->deleteClicked(); break;
      68           0 :         case 5: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
      69           0 :         case 6: _t->on_addressBookButton_clicked(); break;
      70           0 :         case 7: _t->on_pasteButton_clicked(); break;
      71           0 :         case 8: _t->updateDisplayUnit(); break;
      72             :         default: ;
      73             :         }
      74             :     }
      75           0 : }
      76             : 
      77             : const QMetaObjectExtraData SendCoinsEntry::staticMetaObjectExtraData = {
      78             :     0,  qt_static_metacall 
      79             : };
      80             : 
      81             : const QMetaObject SendCoinsEntry::staticMetaObject = {
      82             :     { &QStackedWidget::staticMetaObject, qt_meta_stringdata_SendCoinsEntry,
      83             :       qt_meta_data_SendCoinsEntry, &staticMetaObjectExtraData }
      84             : };
      85             : 
      86             : #ifdef Q_NO_DATA_RELOCATION
      87             : const QMetaObject &SendCoinsEntry::getStaticMetaObject() { return staticMetaObject; }
      88             : #endif //Q_NO_DATA_RELOCATION
      89             : 
      90           0 : const QMetaObject *SendCoinsEntry::metaObject() const
      91             : {
      92           0 :     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
      93             : }
      94             : 
      95           0 : void *SendCoinsEntry::qt_metacast(const char *_clname)
      96             : {
      97           0 :     if (!_clname) return 0;
      98           0 :     if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry))
      99             :         return static_cast<void*>(const_cast< SendCoinsEntry*>(this));
     100           0 :     return QStackedWidget::qt_metacast(_clname);
     101             : }
     102             : 
     103           0 : int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     104             : {
     105           0 :     _id = QStackedWidget::qt_metacall(_c, _id, _a);
     106           0 :     if (_id < 0)
     107             :         return _id;
     108           0 :     if (_c == QMetaObject::InvokeMetaMethod) {
     109           0 :         if (_id < 9)
     110           0 :             qt_static_metacall(this, _c, _id, _a);
     111           0 :         _id -= 9;
     112             :     }
     113           0 :     return _id;
     114             : }
     115             : 
     116             : // SIGNAL 0
     117           0 : void SendCoinsEntry::removeEntry(SendCoinsEntry * _t1)
     118             : {
     119           0 :     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
     120           0 :     QMetaObject::activate(this, &staticMetaObject, 0, _a);
     121           0 : }
     122             : 
     123             : // SIGNAL 1
     124           0 : void SendCoinsEntry::payAmountChanged()
     125             : {
     126           0 :     QMetaObject::activate(this, &staticMetaObject, 1, 0);
     127           0 : }
     128             : 
     129             : // SIGNAL 2
     130           0 : void SendCoinsEntry::subtractFeeFromAmountChanged()
     131             : {
     132           0 :     QMetaObject::activate(this, &staticMetaObject, 2, 0);
     133           0 : }
     134             : QT_END_MOC_NAMESPACE

Generated by: LCOV version 1.11