Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'walletview.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/walletview.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'walletview.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_WalletView[] = {
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 : 4, // signalCount
30 :
31 : // signals: signature, parameters, type, tag, flags
32 : 12, 11, 11, 11, 0x05,
33 : 56, 36, 11, 11, 0x05,
34 : 93, 86, 11, 11, 0x05,
35 : 158, 122, 11, 11, 0x05,
36 :
37 : // slots: signature, parameters, type, tag, flags
38 : 223, 11, 11, 11, 0x0a,
39 : 242, 11, 11, 11, 0x0a,
40 : 260, 11, 11, 11, 0x0a,
41 : 288, 283, 11, 11, 0x0a,
42 : 315, 11, 11, 11, 0x2a,
43 : 335, 283, 11, 11, 0x0a,
44 : 363, 11, 11, 11, 0x2a,
45 : 384, 283, 11, 11, 0x0a,
46 : 414, 11, 11, 11, 0x2a,
47 : 451, 437, 11, 11, 0x0a,
48 : 494, 86, 11, 11, 0x0a,
49 : 514, 11, 11, 11, 0x0a,
50 : 529, 11, 11, 11, 0x0a,
51 : 548, 11, 11, 11, 0x0a,
52 : 563, 11, 11, 11, 0x0a,
53 : 586, 11, 11, 11, 0x0a,
54 : 611, 11, 11, 11, 0x0a,
55 : 652, 636, 11, 11, 0x0a,
56 :
57 : 0 // eod
58 : };
59 :
60 : static const char qt_meta_stringdata_WalletView[] = {
61 : "WalletView\0\0showNormalIfMinimized()\0"
62 : "title,message,style\0message(QString,QString,uint)\0"
63 : "status\0encryptionStatusChanged(int)\0"
64 : "date,unit,amount,type,address,label\0"
65 : "incomingTransaction(QString,int,CAmount,QString,QString,QString)\0"
66 : "gotoOverviewPage()\0gotoHistoryPage()\0"
67 : "gotoReceiveCoinsPage()\0addr\0"
68 : "gotoSendCoinsPage(QString)\0"
69 : "gotoSendCoinsPage()\0gotoSignMessageTab(QString)\0"
70 : "gotoSignMessageTab()\0gotoVerifyMessageTab(QString)\0"
71 : "gotoVerifyMessageTab()\0parent,start,\0"
72 : "processNewTransaction(QModelIndex,int,int)\0"
73 : "encryptWallet(bool)\0backupWallet()\0"
74 : "changePassphrase()\0unlockWallet()\0"
75 : "usedSendingAddresses()\0usedReceivingAddresses()\0"
76 : "updateEncryptionStatus()\0title,nProgress\0"
77 : "showProgress(QString,int)\0"
78 : };
79 :
80 0 : void WalletView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
81 : {
82 0 : if (_c == QMetaObject::InvokeMetaMethod) {
83 0 : Q_ASSERT(staticMetaObject.cast(_o));
84 0 : WalletView *_t = static_cast<WalletView *>(_o);
85 0 : switch (_id) {
86 : case 0: _t->showNormalIfMinimized(); break;
87 0 : case 1: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
88 0 : case 2: _t->encryptionStatusChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
89 0 : case 3: _t->incomingTransaction((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< const CAmount(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5])),(*reinterpret_cast< const QString(*)>(_a[6]))); break;
90 0 : case 4: _t->gotoOverviewPage(); break;
91 0 : case 5: _t->gotoHistoryPage(); break;
92 0 : case 6: _t->gotoReceiveCoinsPage(); break;
93 0 : case 7: _t->gotoSendCoinsPage((*reinterpret_cast< QString(*)>(_a[1]))); break;
94 0 : case 8: _t->gotoSendCoinsPage(); break;
95 0 : case 9: _t->gotoSignMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
96 0 : case 10: _t->gotoSignMessageTab(); break;
97 0 : case 11: _t->gotoVerifyMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
98 0 : case 12: _t->gotoVerifyMessageTab(); break;
99 0 : case 13: _t->processNewTransaction((*reinterpret_cast< const QModelIndex(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
100 0 : case 14: _t->encryptWallet((*reinterpret_cast< bool(*)>(_a[1]))); break;
101 0 : case 15: _t->backupWallet(); break;
102 0 : case 16: _t->changePassphrase(); break;
103 0 : case 17: _t->unlockWallet(); break;
104 0 : case 18: _t->usedSendingAddresses(); break;
105 0 : case 19: _t->usedReceivingAddresses(); break;
106 0 : case 20: _t->updateEncryptionStatus(); break;
107 0 : case 21: _t->showProgress((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
108 : default: ;
109 : }
110 : }
111 0 : }
112 :
113 : const QMetaObjectExtraData WalletView::staticMetaObjectExtraData = {
114 : 0, qt_static_metacall
115 : };
116 :
117 : const QMetaObject WalletView::staticMetaObject = {
118 : { &QStackedWidget::staticMetaObject, qt_meta_stringdata_WalletView,
119 : qt_meta_data_WalletView, &staticMetaObjectExtraData }
120 : };
121 :
122 : #ifdef Q_NO_DATA_RELOCATION
123 : const QMetaObject &WalletView::getStaticMetaObject() { return staticMetaObject; }
124 : #endif //Q_NO_DATA_RELOCATION
125 :
126 0 : const QMetaObject *WalletView::metaObject() const
127 : {
128 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
129 : }
130 :
131 0 : void *WalletView::qt_metacast(const char *_clname)
132 : {
133 0 : if (!_clname) return 0;
134 0 : if (!strcmp(_clname, qt_meta_stringdata_WalletView))
135 : return static_cast<void*>(const_cast< WalletView*>(this));
136 0 : return QStackedWidget::qt_metacast(_clname);
137 : }
138 :
139 0 : int WalletView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
140 : {
141 0 : _id = QStackedWidget::qt_metacall(_c, _id, _a);
142 0 : if (_id < 0)
143 : return _id;
144 0 : if (_c == QMetaObject::InvokeMetaMethod) {
145 0 : if (_id < 22)
146 0 : qt_static_metacall(this, _c, _id, _a);
147 0 : _id -= 22;
148 : }
149 0 : return _id;
150 : }
151 :
152 : // SIGNAL 0
153 0 : void WalletView::showNormalIfMinimized()
154 : {
155 0 : QMetaObject::activate(this, &staticMetaObject, 0, 0);
156 0 : }
157 :
158 : // SIGNAL 1
159 0 : void WalletView::message(const QString & _t1, const QString & _t2, unsigned int _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, 1, _a);
163 0 : }
164 :
165 : // SIGNAL 2
166 0 : void WalletView::encryptionStatusChanged(int _t1)
167 : {
168 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
169 0 : QMetaObject::activate(this, &staticMetaObject, 2, _a);
170 0 : }
171 :
172 : // SIGNAL 3
173 0 : void WalletView::incomingTransaction(const QString & _t1, int _t2, const CAmount & _t3, const QString & _t4, const QString & _t5, const QString & _t6)
174 : {
175 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)) };
176 0 : QMetaObject::activate(this, &staticMetaObject, 3, _a);
177 0 : }
178 : QT_END_MOC_NAMESPACE
|