Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_walletview.cpp
Go to the documentation of this file.
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 "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  23, 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  152, 122, 11, 11, 0x05,
36 
37  // slots: signature, parameters, type, tag, flags
38  208, 11, 11, 11, 0x0a,
39  227, 11, 11, 11, 0x0a,
40  246, 11, 11, 11, 0x0a,
41  264, 11, 11, 11, 0x0a,
42  292, 287, 11, 11, 0x0a,
43  319, 11, 11, 11, 0x2a,
44  339, 287, 11, 11, 0x0a,
45  367, 11, 11, 11, 0x2a,
46  388, 287, 11, 11, 0x0a,
47  418, 11, 11, 11, 0x2a,
48  455, 441, 11, 11, 0x0a,
49  498, 86, 11, 11, 0x0a,
50  518, 11, 11, 11, 0x0a,
51  533, 11, 11, 11, 0x0a,
52  552, 11, 11, 11, 0x0a,
53  567, 11, 11, 11, 0x0a,
54  590, 11, 11, 11, 0x0a,
55  615, 11, 11, 11, 0x0a,
56  656, 640, 11, 11, 0x0a,
57 
58  0 // eod
59 };
60 
61 static const char qt_meta_stringdata_WalletView[] = {
62  "WalletView\0\0showNormalIfMinimized()\0"
63  "title,message,style\0message(QString,QString,uint)\0"
64  "status\0encryptionStatusChanged(int)\0"
65  "date,unit,amount,type,address\0"
66  "incomingTransaction(QString,int,qint64,QString,QString)\0"
67  "gotoOverviewPage()\0gotoBalancesPage()\0"
68  "gotoHistoryPage()\0gotoReceiveCoinsPage()\0"
69  "addr\0gotoSendCoinsPage(QString)\0"
70  "gotoSendCoinsPage()\0gotoSignMessageTab(QString)\0"
71  "gotoSignMessageTab()\0gotoVerifyMessageTab(QString)\0"
72  "gotoVerifyMessageTab()\0parent,start,\0"
73  "processNewTransaction(QModelIndex,int,int)\0"
74  "encryptWallet(bool)\0backupWallet()\0"
75  "changePassphrase()\0unlockWallet()\0"
76  "usedSendingAddresses()\0usedReceivingAddresses()\0"
77  "updateEncryptionStatus()\0title,nProgress\0"
78  "showProgress(QString,int)\0"
79 };
80 
81 void WalletView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
82 {
83  if (_c == QMetaObject::InvokeMetaMethod) {
84  Q_ASSERT(staticMetaObject.cast(_o));
85  WalletView *_t = static_cast<WalletView *>(_o);
86  switch (_id) {
87  case 0: _t->showNormalIfMinimized(); break;
88  case 1: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
89  case 2: _t->encryptionStatusChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
90  case 3: _t->incomingTransaction((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< qint64(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5]))); break;
91  case 4: _t->gotoOverviewPage(); break;
92  case 5: _t->gotoBalancesPage(); break;
93  case 6: _t->gotoHistoryPage(); break;
94  case 7: _t->gotoReceiveCoinsPage(); break;
95  case 8: _t->gotoSendCoinsPage((*reinterpret_cast< QString(*)>(_a[1]))); break;
96  case 9: _t->gotoSendCoinsPage(); break;
97  case 10: _t->gotoSignMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
98  case 11: _t->gotoSignMessageTab(); break;
99  case 12: _t->gotoVerifyMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
100  case 13: _t->gotoVerifyMessageTab(); break;
101  case 14: _t->processNewTransaction((*reinterpret_cast< const QModelIndex(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
102  case 15: _t->encryptWallet((*reinterpret_cast< bool(*)>(_a[1]))); break;
103  case 16: _t->backupWallet(); break;
104  case 17: _t->changePassphrase(); break;
105  case 18: _t->unlockWallet(); break;
106  case 19: _t->usedSendingAddresses(); break;
107  case 20: _t->usedReceivingAddresses(); break;
108  case 21: _t->updateEncryptionStatus(); break;
109  case 22: _t->showProgress((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
110  default: ;
111  }
112  }
113 }
114 
115 const QMetaObjectExtraData WalletView::staticMetaObjectExtraData = {
116  0, qt_static_metacall
117 };
118 
119 const QMetaObject WalletView::staticMetaObject = {
120  { &QStackedWidget::staticMetaObject, qt_meta_stringdata_WalletView,
121  qt_meta_data_WalletView, &staticMetaObjectExtraData }
122 };
123 
124 #ifdef Q_NO_DATA_RELOCATION
125 const QMetaObject &WalletView::getStaticMetaObject() { return staticMetaObject; }
126 #endif //Q_NO_DATA_RELOCATION
127 
128 const QMetaObject *WalletView::metaObject() const
129 {
130  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
131 }
132 
133 void *WalletView::qt_metacast(const char *_clname)
134 {
135  if (!_clname) return 0;
136  if (!strcmp(_clname, qt_meta_stringdata_WalletView))
137  return static_cast<void*>(const_cast< WalletView*>(this));
138  return QStackedWidget::qt_metacast(_clname);
139 }
140 
141 int WalletView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
142 {
143  _id = QStackedWidget::qt_metacall(_c, _id, _a);
144  if (_id < 0)
145  return _id;
146  if (_c == QMetaObject::InvokeMetaMethod) {
147  if (_id < 23)
148  qt_static_metacall(this, _c, _id, _a);
149  _id -= 23;
150  }
151  return _id;
152 }
153 
154 // SIGNAL 0
156 {
157  QMetaObject::activate(this, &staticMetaObject, 0, 0);
158 }
159 
160 // SIGNAL 1
161 void WalletView::message(const QString & _t1, const QString & _t2, unsigned int _t3)
162 {
163  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)) };
164  QMetaObject::activate(this, &staticMetaObject, 1, _a);
165 }
166 
167 // SIGNAL 2
169 {
170  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
171  QMetaObject::activate(this, &staticMetaObject, 2, _a);
172 }
173 
174 // SIGNAL 3
175 void WalletView::incomingTransaction(const QString & _t1, int _t2, qint64 _t3, const QString & _t4, const QString & _t5)
176 {
177  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)) };
178  QMetaObject::activate(this, &staticMetaObject, 3, _a);
179 }
180 QT_END_MOC_NAMESPACE
void incomingTransaction(const QString &date, int unit, qint64 amount, const QString &type, const QString &address)
Notify that a new transaction appeared.
void encryptionStatusChanged(int status)
Encryption status of wallet changed.
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
void showNormalIfMinimized()
Signal that we want to show the main window.
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_WalletView[]
static const char qt_meta_stringdata_WalletView[]