Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'walletmodel.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/walletmodel.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'walletmodel.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_WalletModel[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 12, 14, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 7, // signalCount
30 :
31 : // signals: signature, parameters, type, tag, flags
32 : 113, 13, 12, 12, 0x05,
33 : 184, 177, 12, 12, 0x05,
34 : 213, 12, 12, 12, 0x05,
35 : 249, 229, 12, 12, 0x05,
36 : 308, 279, 12, 12, 0x05,
37 : 374, 358, 12, 12, 0x05,
38 : 415, 400, 12, 12, 0x05,
39 :
40 : // slots: signature, parameters, type, tag, flags
41 : 444, 12, 12, 12, 0x0a,
42 : 459, 12, 12, 12, 0x0a,
43 : 515, 479, 12, 12, 0x0a,
44 : 567, 400, 12, 12, 0x0a,
45 : 593, 12, 12, 12, 0x0a,
46 :
47 : 0 // eod
48 : };
49 :
50 : static const char qt_meta_stringdata_WalletModel[] = {
51 : "WalletModel\0\0"
52 : "balance,unconfirmedBalance,immatureBalance,watchOnlyBalance,watchUncon"
53 : "fBalance,watchImmatureBalance\0"
54 : "balanceChanged(CAmount,CAmount,CAmount,CAmount,CAmount,CAmount)\0"
55 : "status\0encryptionStatusChanged(int)\0"
56 : "requireUnlock()\0title,message,style\0"
57 : "message(QString,QString,uint)\0"
58 : "wallet,recipient,transaction\0"
59 : "coinsSent(CWallet*,SendCoinsRecipient,QByteArray)\0"
60 : "title,nProgress\0showProgress(QString,int)\0"
61 : "fHaveWatchonly\0notifyWatchonlyChanged(bool)\0"
62 : "updateStatus()\0updateTransaction()\0"
63 : "address,label,isMine,purpose,status\0"
64 : "updateAddressBook(QString,QString,bool,QString,int)\0"
65 : "updateWatchOnlyFlag(bool)\0"
66 : "pollBalanceChanged()\0"
67 : };
68 :
69 0 : void WalletModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
70 : {
71 0 : if (_c == QMetaObject::InvokeMetaMethod) {
72 0 : Q_ASSERT(staticMetaObject.cast(_o));
73 0 : WalletModel *_t = static_cast<WalletModel *>(_o);
74 0 : switch (_id) {
75 0 : case 0: _t->balanceChanged((*reinterpret_cast< const CAmount(*)>(_a[1])),(*reinterpret_cast< const CAmount(*)>(_a[2])),(*reinterpret_cast< const CAmount(*)>(_a[3])),(*reinterpret_cast< const CAmount(*)>(_a[4])),(*reinterpret_cast< const CAmount(*)>(_a[5])),(*reinterpret_cast< const CAmount(*)>(_a[6]))); break;
76 0 : case 1: _t->encryptionStatusChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
77 : case 2: _t->requireUnlock(); break;
78 0 : case 3: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
79 0 : case 4: _t->coinsSent((*reinterpret_cast< CWallet*(*)>(_a[1])),(*reinterpret_cast< SendCoinsRecipient(*)>(_a[2])),(*reinterpret_cast< QByteArray(*)>(_a[3]))); break;
80 0 : case 5: _t->showProgress((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
81 0 : case 6: _t->notifyWatchonlyChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
82 0 : case 7: _t->updateStatus(); break;
83 0 : case 8: _t->updateTransaction(); break;
84 0 : case 9: _t->updateAddressBook((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< int(*)>(_a[5]))); break;
85 0 : case 10: _t->updateWatchOnlyFlag((*reinterpret_cast< bool(*)>(_a[1]))); break;
86 0 : case 11: _t->pollBalanceChanged(); break;
87 : default: ;
88 : }
89 : }
90 0 : }
91 :
92 : const QMetaObjectExtraData WalletModel::staticMetaObjectExtraData = {
93 : 0, qt_static_metacall
94 : };
95 :
96 : const QMetaObject WalletModel::staticMetaObject = {
97 : { &QObject::staticMetaObject, qt_meta_stringdata_WalletModel,
98 : qt_meta_data_WalletModel, &staticMetaObjectExtraData }
99 : };
100 :
101 : #ifdef Q_NO_DATA_RELOCATION
102 : const QMetaObject &WalletModel::getStaticMetaObject() { return staticMetaObject; }
103 : #endif //Q_NO_DATA_RELOCATION
104 :
105 0 : const QMetaObject *WalletModel::metaObject() const
106 : {
107 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
108 : }
109 :
110 0 : void *WalletModel::qt_metacast(const char *_clname)
111 : {
112 0 : if (!_clname) return 0;
113 0 : if (!strcmp(_clname, qt_meta_stringdata_WalletModel))
114 : return static_cast<void*>(const_cast< WalletModel*>(this));
115 0 : return QObject::qt_metacast(_clname);
116 : }
117 :
118 0 : int WalletModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119 : {
120 0 : _id = QObject::qt_metacall(_c, _id, _a);
121 0 : if (_id < 0)
122 : return _id;
123 0 : if (_c == QMetaObject::InvokeMetaMethod) {
124 0 : if (_id < 12)
125 0 : qt_static_metacall(this, _c, _id, _a);
126 0 : _id -= 12;
127 : }
128 0 : return _id;
129 : }
130 :
131 : // SIGNAL 0
132 0 : void WalletModel::balanceChanged(const CAmount & _t1, const CAmount & _t2, const CAmount & _t3, const CAmount & _t4, const CAmount & _t5, const CAmount & _t6)
133 : {
134 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)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)), const_cast<void*>(reinterpret_cast<const void*>(&_t6)) };
135 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
136 0 : }
137 :
138 : // SIGNAL 1
139 0 : void WalletModel::encryptionStatusChanged(int _t1)
140 : {
141 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
142 0 : QMetaObject::activate(this, &staticMetaObject, 1, _a);
143 0 : }
144 :
145 : // SIGNAL 2
146 0 : void WalletModel::requireUnlock()
147 : {
148 0 : QMetaObject::activate(this, &staticMetaObject, 2, 0);
149 0 : }
150 :
151 : // SIGNAL 3
152 0 : void WalletModel::message(const QString & _t1, const QString & _t2, unsigned int _t3)
153 : {
154 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)) };
155 0 : QMetaObject::activate(this, &staticMetaObject, 3, _a);
156 0 : }
157 :
158 : // SIGNAL 4
159 0 : void WalletModel::coinsSent(CWallet * _t1, SendCoinsRecipient _t2, QByteArray _t3)
160 : {
161 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)) };
162 0 : QMetaObject::activate(this, &staticMetaObject, 4, _a);
163 0 : }
164 :
165 : // SIGNAL 5
166 0 : void WalletModel::showProgress(const QString & _t1, int _t2)
167 : {
168 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
169 0 : QMetaObject::activate(this, &staticMetaObject, 5, _a);
170 0 : }
171 :
172 : // SIGNAL 6
173 0 : void WalletModel::notifyWatchonlyChanged(bool _t1)
174 : {
175 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
176 0 : QMetaObject::activate(this, &staticMetaObject, 6, _a);
177 0 : }
178 : QT_END_MOC_NAMESPACE
|