Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'receivecoinsdialog.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/receivecoinsdialog.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'receivecoinsdialog.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_ReceiveCoinsDialog[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 13, 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 : 20, 19, 19, 19, 0x0a,
33 : 28, 19, 19, 19, 0x0a,
34 : 37, 19, 19, 19, 0x0a,
35 : 46, 19, 19, 19, 0x08,
36 : 73, 19, 19, 19, 0x08,
37 : 104, 19, 19, 19, 0x08,
38 : 143, 137, 19, 19, 0x08,
39 : 212, 192, 19, 19, 0x08,
40 : 279, 19, 19, 19, 0x08,
41 : 305, 299, 19, 19, 0x08,
42 : 322, 19, 19, 19, 0x08,
43 : 334, 19, 19, 19, 0x08,
44 : 348, 19, 19, 19, 0x08,
45 :
46 : 0 // eod
47 : };
48 :
49 : static const char qt_meta_stringdata_ReceiveCoinsDialog[] = {
50 : "ReceiveCoinsDialog\0\0clear()\0reject()\0"
51 : "accept()\0on_receiveButton_clicked()\0"
52 : "on_showRequestButton_clicked()\0"
53 : "on_removeRequestButton_clicked()\0index\0"
54 : "on_recentRequestsView_doubleClicked(QModelIndex)\0"
55 : "selected,deselected\0"
56 : "recentRequestsView_selectionChanged(QItemSelection,QItemSelection)\0"
57 : "updateDisplayUnit()\0point\0showMenu(QPoint)\0"
58 : "copyLabel()\0copyMessage()\0copyAmount()\0"
59 : };
60 :
61 0 : void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
62 : {
63 0 : if (_c == QMetaObject::InvokeMetaMethod) {
64 0 : Q_ASSERT(staticMetaObject.cast(_o));
65 0 : ReceiveCoinsDialog *_t = static_cast<ReceiveCoinsDialog *>(_o);
66 0 : switch (_id) {
67 0 : case 0: _t->clear(); break;
68 0 : case 1: _t->reject(); break;
69 0 : case 2: _t->accept(); break;
70 0 : case 3: _t->on_receiveButton_clicked(); break;
71 0 : case 4: _t->on_showRequestButton_clicked(); break;
72 0 : case 5: _t->on_removeRequestButton_clicked(); break;
73 0 : case 6: _t->on_recentRequestsView_doubleClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
74 0 : case 7: _t->recentRequestsView_selectionChanged((*reinterpret_cast< const QItemSelection(*)>(_a[1])),(*reinterpret_cast< const QItemSelection(*)>(_a[2]))); break;
75 0 : case 8: _t->updateDisplayUnit(); break;
76 0 : case 9: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
77 0 : case 10: _t->copyLabel(); break;
78 0 : case 11: _t->copyMessage(); break;
79 0 : case 12: _t->copyAmount(); break;
80 : default: ;
81 : }
82 : }
83 0 : }
84 :
85 : const QMetaObjectExtraData ReceiveCoinsDialog::staticMetaObjectExtraData = {
86 : 0, qt_static_metacall
87 : };
88 :
89 : const QMetaObject ReceiveCoinsDialog::staticMetaObject = {
90 : { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveCoinsDialog,
91 : qt_meta_data_ReceiveCoinsDialog, &staticMetaObjectExtraData }
92 : };
93 :
94 : #ifdef Q_NO_DATA_RELOCATION
95 : const QMetaObject &ReceiveCoinsDialog::getStaticMetaObject() { return staticMetaObject; }
96 : #endif //Q_NO_DATA_RELOCATION
97 :
98 0 : const QMetaObject *ReceiveCoinsDialog::metaObject() const
99 : {
100 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
101 : }
102 :
103 0 : void *ReceiveCoinsDialog::qt_metacast(const char *_clname)
104 : {
105 0 : if (!_clname) return 0;
106 0 : if (!strcmp(_clname, qt_meta_stringdata_ReceiveCoinsDialog))
107 : return static_cast<void*>(const_cast< ReceiveCoinsDialog*>(this));
108 0 : return QDialog::qt_metacast(_clname);
109 : }
110 :
111 0 : int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112 : {
113 0 : _id = QDialog::qt_metacall(_c, _id, _a);
114 0 : if (_id < 0)
115 : return _id;
116 0 : if (_c == QMetaObject::InvokeMetaMethod) {
117 0 : if (_id < 13)
118 0 : qt_static_metacall(this, _c, _id, _a);
119 0 : _id -= 13;
120 : }
121 0 : return _id;
122 0 : }
123 : QT_END_MOC_NAMESPACE
|