Anoncoin  0.9.4
P2P Digital Currency
moc_walletframe.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'walletframe.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/walletframe.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'walletframe.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[16];
22  char stringdata[239];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  offsetof(qt_meta_stringdata_WalletFrame_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_WalletFrame_t qt_meta_stringdata_WalletFrame = {
30  {
31 QT_MOC_LITERAL(0, 0, 11),
32 QT_MOC_LITERAL(1, 12, 16),
33 QT_MOC_LITERAL(2, 29, 0),
34 QT_MOC_LITERAL(3, 30, 15),
35 QT_MOC_LITERAL(4, 46, 20),
36 QT_MOC_LITERAL(5, 67, 17),
37 QT_MOC_LITERAL(6, 85, 4),
38 QT_MOC_LITERAL(7, 90, 18),
39 QT_MOC_LITERAL(8, 109, 20),
40 QT_MOC_LITERAL(9, 130, 13),
41 QT_MOC_LITERAL(10, 144, 6),
42 QT_MOC_LITERAL(11, 151, 12),
43 QT_MOC_LITERAL(12, 164, 16),
44 QT_MOC_LITERAL(13, 181, 12),
45 QT_MOC_LITERAL(14, 194, 20),
46 QT_MOC_LITERAL(15, 215, 22)
47  },
48  "WalletFrame\0gotoOverviewPage\0\0"
49  "gotoHistoryPage\0gotoReceiveCoinsPage\0"
50  "gotoSendCoinsPage\0addr\0gotoSignMessageTab\0"
51  "gotoVerifyMessageTab\0encryptWallet\0"
52  "status\0backupWallet\0changePassphrase\0"
53  "unlockWallet\0usedSendingAddresses\0"
54  "usedReceivingAddresses\0"
55 };
56 #undef QT_MOC_LITERAL
57 
58 static const uint qt_meta_data_WalletFrame[] = {
59 
60  // content:
61  7, // revision
62  0, // classname
63  0, 0, // classinfo
64  15, 14, // methods
65  0, 0, // properties
66  0, 0, // enums/sets
67  0, 0, // constructors
68  0, // flags
69  0, // signalCount
70 
71  // slots: name, argc, parameters, tag, flags
72  1, 0, 89, 2, 0x0a,
73  3, 0, 90, 2, 0x0a,
74  4, 0, 91, 2, 0x0a,
75  5, 1, 92, 2, 0x0a,
76  5, 0, 95, 2, 0x2a,
77  7, 1, 96, 2, 0x0a,
78  7, 0, 99, 2, 0x2a,
79  8, 1, 100, 2, 0x0a,
80  8, 0, 103, 2, 0x2a,
81  9, 1, 104, 2, 0x0a,
82  11, 0, 107, 2, 0x0a,
83  12, 0, 108, 2, 0x0a,
84  13, 0, 109, 2, 0x0a,
85  14, 0, 110, 2, 0x0a,
86  15, 0, 111, 2, 0x0a,
87 
88  // slots: parameters
89  QMetaType::Void,
90  QMetaType::Void,
91  QMetaType::Void,
92  QMetaType::Void, QMetaType::QString, 6,
93  QMetaType::Void,
94  QMetaType::Void, QMetaType::QString, 6,
95  QMetaType::Void,
96  QMetaType::Void, QMetaType::QString, 6,
97  QMetaType::Void,
98  QMetaType::Void, QMetaType::Bool, 10,
99  QMetaType::Void,
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void,
103  QMetaType::Void,
104 
105  0 // eod
106 };
107 
108 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
109 {
110  if (_c == QMetaObject::InvokeMetaMethod) {
111  WalletFrame *_t = static_cast<WalletFrame *>(_o);
112  switch (_id) {
113  case 0: _t->gotoOverviewPage(); break;
114  case 1: _t->gotoHistoryPage(); break;
115  case 2: _t->gotoReceiveCoinsPage(); break;
116  case 3: _t->gotoSendCoinsPage((*reinterpret_cast< QString(*)>(_a[1]))); break;
117  case 4: _t->gotoSendCoinsPage(); break;
118  case 5: _t->gotoSignMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
119  case 6: _t->gotoSignMessageTab(); break;
120  case 7: _t->gotoVerifyMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
121  case 8: _t->gotoVerifyMessageTab(); break;
122  case 9: _t->encryptWallet((*reinterpret_cast< bool(*)>(_a[1]))); break;
123  case 10: _t->backupWallet(); break;
124  case 11: _t->changePassphrase(); break;
125  case 12: _t->unlockWallet(); break;
126  case 13: _t->usedSendingAddresses(); break;
127  case 14: _t->usedReceivingAddresses(); break;
128  default: ;
129  }
130  }
131 }
132 
133 const QMetaObject WalletFrame::staticMetaObject = {
134  { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame.data,
135  qt_meta_data_WalletFrame, qt_static_metacall, 0, 0}
136 };
137 
138 
139 const QMetaObject *WalletFrame::metaObject() const
140 {
141  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
142 }
143 
144 void *WalletFrame::qt_metacast(const char *_clname)
145 {
146  if (!_clname) return 0;
147  if (!strcmp(_clname, qt_meta_stringdata_WalletFrame.stringdata))
148  return static_cast<void*>(const_cast< WalletFrame*>(this));
149  return QFrame::qt_metacast(_clname);
150 }
151 
152 int WalletFrame::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
153 {
154  _id = QFrame::qt_metacall(_c, _id, _a);
155  if (_id < 0)
156  return _id;
157  if (_c == QMetaObject::InvokeMetaMethod) {
158  if (_id < 15)
159  qt_static_metacall(this, _c, _id, _a);
160  _id -= 15;
161  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
162  if (_id < 15)
163  *reinterpret_cast<int*>(_a[0]) = -1;
164  _id -= 15;
165  }
166  return _id;
167 }
168 QT_END_MOC_NAMESPACE
void usedReceivingAddresses()
Show used receiving addresses.
void encryptWallet(bool status)
Encrypt the wallet.
#define QT_MOC_LITERAL(idx, ofs, len)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
void changePassphrase()
Change encrypted wallet passphrase.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
void backupWallet()
Backup the wallet.
void usedSendingAddresses()
Show used sending addresses.