9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'bitcoingui.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.)"
17 QT_BEGIN_MOC_NAMESPACE
37 108, 84, 11, 11, 0x0a,
38 164, 144, 11, 11, 0x2a,
39 201, 194, 11, 11, 0x0a,
40 241, 231, 226, 11, 0x0a,
41 312, 282, 11, 11, 0x0a,
42 368, 11, 11, 11, 0x08,
43 387, 11, 11, 11, 0x08,
44 406, 11, 11, 11, 0x08,
45 424, 11, 11, 11, 0x08,
46 452, 447, 11, 11, 0x08,
47 479, 11, 11, 11, 0x28,
48 499, 447, 11, 11, 0x08,
49 527, 11, 11, 11, 0x28,
50 548, 447, 11, 11, 0x08,
51 578, 11, 11, 11, 0x28,
52 601, 11, 11, 11, 0x08,
53 615, 11, 11, 11, 0x08,
54 632, 11, 11, 11, 0x08,
55 647, 11, 11, 11, 0x08,
56 679, 672, 11, 11, 0x08,
57 746, 732, 11, 11, 0x08,
58 774, 11, 11, 11, 0x28,
59 798, 11, 11, 11, 0x08,
60 813, 11, 11, 11, 0x08,
66 "BitcoinGUI\0\0uri\0receivedURI(QString)\0"
67 "count\0setNumConnections(int)\0"
68 "setNumBlocks(int)\0title,message,style,ret\0"
69 "message(QString,QString,uint,bool*)\0"
70 "title,message,style\0message(QString,QString,uint)\0"
71 "status\0setEncryptionStatus(int)\0bool\0"
72 "recipient\0handlePaymentRequest(SendCoinsRecipient)\0"
73 "date,unit,amount,type,address\0"
74 "incomingTransaction(QString,int,qint64,QString,QString)\0"
75 "gotoOverviewPage()\0gotoBalancesPage()\0"
76 "gotoHistoryPage()\0gotoReceiveCoinsPage()\0"
77 "addr\0gotoSendCoinsPage(QString)\0"
78 "gotoSendCoinsPage()\0gotoSignMessageTab(QString)\0"
79 "gotoSignMessageTab()\0gotoVerifyMessageTab(QString)\0"
80 "gotoVerifyMessageTab()\0openClicked()\0"
81 "optionsClicked()\0aboutClicked()\0"
82 "showHelpMessageClicked()\0reason\0"
83 "trayIconActivated(QSystemTrayIcon::ActivationReason)\0"
84 "fToggleHidden\0showNormalIfMinimized(bool)\0"
85 "showNormalIfMinimized()\0toggleHidden()\0"
89 void BitcoinGUI::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
91 if (_c == QMetaObject::InvokeMetaMethod) {
92 Q_ASSERT(staticMetaObject.cast(_o));
95 case 0: _t->
receivedURI((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
96 case 1: _t->setNumConnections((*
reinterpret_cast< int(*)
>(_a[1])));
break;
97 case 2: _t->setNumBlocks((*
reinterpret_cast< int(*)
>(_a[1])));
break;
98 case 3: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])),(*
reinterpret_cast< bool*(*)
>(_a[4])));
break;
99 case 4: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
100 case 5: _t->setEncryptionStatus((*
reinterpret_cast< int(*)
>(_a[1])));
break;
101 case 6: {
bool _r = _t->handlePaymentRequest((*
reinterpret_cast< const SendCoinsRecipient(*)
>(_a[1])));
102 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = _r; }
break;
103 case 7: _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;
104 case 8: _t->gotoOverviewPage();
break;
105 case 9: _t->gotoBalancesPage();
break;
106 case 10: _t->gotoHistoryPage();
break;
107 case 11: _t->gotoReceiveCoinsPage();
break;
108 case 12: _t->gotoSendCoinsPage((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
109 case 13: _t->gotoSendCoinsPage();
break;
110 case 14: _t->gotoSignMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
111 case 15: _t->gotoSignMessageTab();
break;
112 case 16: _t->gotoVerifyMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
113 case 17: _t->gotoVerifyMessageTab();
break;
114 case 18: _t->openClicked();
break;
115 case 19: _t->optionsClicked();
break;
116 case 20: _t->aboutClicked();
break;
117 case 21: _t->showHelpMessageClicked();
break;
118 case 22: _t->trayIconActivated((*
reinterpret_cast< QSystemTrayIcon::ActivationReason(*)
>(_a[1])));
break;
119 case 23: _t->showNormalIfMinimized((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
120 case 24: _t->showNormalIfMinimized();
break;
121 case 25: _t->toggleHidden();
break;
122 case 26: _t->detectShutdown();
break;
128 const QMetaObjectExtraData BitcoinGUI::staticMetaObjectExtraData = {
129 0, qt_static_metacall
132 const QMetaObject BitcoinGUI::staticMetaObject = {
137 #ifdef Q_NO_DATA_RELOCATION
138 const QMetaObject &BitcoinGUI::getStaticMetaObject() {
return staticMetaObject; }
139 #endif //Q_NO_DATA_RELOCATION
141 const QMetaObject *BitcoinGUI::metaObject()
const
143 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
146 void *BitcoinGUI::qt_metacast(
const char *_clname)
148 if (!_clname)
return 0;
150 return static_cast<void*
>(
const_cast< BitcoinGUI*
>(
this));
151 return QMainWindow::qt_metacast(_clname);
154 int BitcoinGUI::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
156 _id = QMainWindow::qt_metacall(_c, _id, _a);
159 if (_c == QMetaObject::InvokeMetaMethod) {
161 qt_static_metacall(
this, _c, _id, _a);
170 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
171 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
void receivedURI(const QString &uri)
Signal raised when a URI was entered or dragged to the GUI.
static const char qt_meta_stringdata_BitcoinGUI[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_BitcoinGUI[]