Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 "walletframe.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'walletframe.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_WalletFrame[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  16, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  13, 12, 12, 12, 0x0a,
33  32, 12, 12, 12, 0x0a,
34  51, 12, 12, 12, 0x0a,
35  69, 12, 12, 12, 0x0a,
36  97, 92, 12, 12, 0x0a,
37  124, 12, 12, 12, 0x2a,
38  144, 92, 12, 12, 0x0a,
39  172, 12, 12, 12, 0x2a,
40  193, 92, 12, 12, 0x0a,
41  223, 12, 12, 12, 0x2a,
42  253, 246, 12, 12, 0x0a,
43  273, 12, 12, 12, 0x0a,
44  288, 12, 12, 12, 0x0a,
45  307, 12, 12, 12, 0x0a,
46  322, 12, 12, 12, 0x0a,
47  345, 12, 12, 12, 0x0a,
48 
49  0 // eod
50 };
51 
52 static const char qt_meta_stringdata_WalletFrame[] = {
53  "WalletFrame\0\0gotoOverviewPage()\0"
54  "gotoBalancesPage()\0gotoHistoryPage()\0"
55  "gotoReceiveCoinsPage()\0addr\0"
56  "gotoSendCoinsPage(QString)\0"
57  "gotoSendCoinsPage()\0gotoSignMessageTab(QString)\0"
58  "gotoSignMessageTab()\0gotoVerifyMessageTab(QString)\0"
59  "gotoVerifyMessageTab()\0status\0"
60  "encryptWallet(bool)\0backupWallet()\0"
61  "changePassphrase()\0unlockWallet()\0"
62  "usedSendingAddresses()\0usedReceivingAddresses()\0"
63 };
64 
65 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
66 {
67  if (_c == QMetaObject::InvokeMetaMethod) {
68  Q_ASSERT(staticMetaObject.cast(_o));
69  WalletFrame *_t = static_cast<WalletFrame *>(_o);
70  switch (_id) {
71  case 0: _t->gotoOverviewPage(); break;
72  case 1: _t->gotoBalancesPage(); break;
73  case 2: _t->gotoHistoryPage(); break;
74  case 3: _t->gotoReceiveCoinsPage(); break;
75  case 4: _t->gotoSendCoinsPage((*reinterpret_cast< QString(*)>(_a[1]))); break;
76  case 5: _t->gotoSendCoinsPage(); break;
77  case 6: _t->gotoSignMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
78  case 7: _t->gotoSignMessageTab(); break;
79  case 8: _t->gotoVerifyMessageTab((*reinterpret_cast< QString(*)>(_a[1]))); break;
80  case 9: _t->gotoVerifyMessageTab(); break;
81  case 10: _t->encryptWallet((*reinterpret_cast< bool(*)>(_a[1]))); break;
82  case 11: _t->backupWallet(); break;
83  case 12: _t->changePassphrase(); break;
84  case 13: _t->unlockWallet(); break;
85  case 14: _t->usedSendingAddresses(); break;
86  case 15: _t->usedReceivingAddresses(); break;
87  default: ;
88  }
89  }
90 }
91 
92 const QMetaObjectExtraData WalletFrame::staticMetaObjectExtraData = {
93  0, qt_static_metacall
94 };
95 
96 const QMetaObject WalletFrame::staticMetaObject = {
97  { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame,
98  qt_meta_data_WalletFrame, &staticMetaObjectExtraData }
99 };
100 
101 #ifdef Q_NO_DATA_RELOCATION
102 const QMetaObject &WalletFrame::getStaticMetaObject() { return staticMetaObject; }
103 #endif //Q_NO_DATA_RELOCATION
104 
105 const QMetaObject *WalletFrame::metaObject() const
106 {
107  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
108 }
109 
110 void *WalletFrame::qt_metacast(const char *_clname)
111 {
112  if (!_clname) return 0;
113  if (!strcmp(_clname, qt_meta_stringdata_WalletFrame))
114  return static_cast<void*>(const_cast< WalletFrame*>(this));
115  return QFrame::qt_metacast(_clname);
116 }
117 
118 int WalletFrame::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119 {
120  _id = QFrame::qt_metacall(_c, _id, _a);
121  if (_id < 0)
122  return _id;
123  if (_c == QMetaObject::InvokeMetaMethod) {
124  if (_id < 16)
125  qt_static_metacall(this, _c, _id, _a);
126  _id -= 16;
127  }
128  return _id;
129 }
130 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_WalletFrame[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_WalletFrame[]
void gotoOverviewPage()
Switch to overview (home) page.