Dash Core  0.12.2.1
P2P Digital Currency
moc_receivecoinsdialog.cpp
Go to the documentation of this file.
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 
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'receivecoinsdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.5.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[21];
22  char stringdata0[312];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  qptrdiff(offsetof(qt_meta_stringdata_ReceiveCoinsDialog_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
30  {
31 QT_MOC_LITERAL(0, 0, 18), // "ReceiveCoinsDialog"
32 QT_MOC_LITERAL(1, 19, 5), // "clear"
33 QT_MOC_LITERAL(2, 25, 0), // ""
34 QT_MOC_LITERAL(3, 26, 6), // "reject"
35 QT_MOC_LITERAL(4, 33, 6), // "accept"
36 QT_MOC_LITERAL(5, 40, 24), // "on_receiveButton_clicked"
37 QT_MOC_LITERAL(6, 65, 28), // "on_showRequestButton_clicked"
38 QT_MOC_LITERAL(7, 94, 30), // "on_removeRequestButton_clicked"
39 QT_MOC_LITERAL(8, 125, 35), // "on_recentRequestsView_doubleC..."
40 QT_MOC_LITERAL(9, 161, 5), // "index"
41 QT_MOC_LITERAL(10, 167, 35), // "recentRequestsView_selectionC..."
42 QT_MOC_LITERAL(11, 203, 14), // "QItemSelection"
43 QT_MOC_LITERAL(12, 218, 8), // "selected"
44 QT_MOC_LITERAL(13, 227, 10), // "deselected"
45 QT_MOC_LITERAL(14, 238, 17), // "updateDisplayUnit"
46 QT_MOC_LITERAL(15, 256, 8), // "showMenu"
47 QT_MOC_LITERAL(16, 265, 5), // "point"
48 QT_MOC_LITERAL(17, 271, 7), // "copyURI"
49 QT_MOC_LITERAL(18, 279, 9), // "copyLabel"
50 QT_MOC_LITERAL(19, 289, 11), // "copyMessage"
51 QT_MOC_LITERAL(20, 301, 10) // "copyAmount"
52 
53  },
54  "ReceiveCoinsDialog\0clear\0\0reject\0"
55  "accept\0on_receiveButton_clicked\0"
56  "on_showRequestButton_clicked\0"
57  "on_removeRequestButton_clicked\0"
58  "on_recentRequestsView_doubleClicked\0"
59  "index\0recentRequestsView_selectionChanged\0"
60  "QItemSelection\0selected\0deselected\0"
61  "updateDisplayUnit\0showMenu\0point\0"
62  "copyURI\0copyLabel\0copyMessage\0copyAmount"
63 };
64 #undef QT_MOC_LITERAL
65 
66 static const uint qt_meta_data_ReceiveCoinsDialog[] = {
67 
68  // content:
69  7, // revision
70  0, // classname
71  0, 0, // classinfo
72  14, 14, // methods
73  0, 0, // properties
74  0, 0, // enums/sets
75  0, 0, // constructors
76  0, // flags
77  0, // signalCount
78 
79  // slots: name, argc, parameters, tag, flags
80  1, 0, 84, 2, 0x0a /* Public */,
81  3, 0, 85, 2, 0x0a /* Public */,
82  4, 0, 86, 2, 0x0a /* Public */,
83  5, 0, 87, 2, 0x08 /* Private */,
84  6, 0, 88, 2, 0x08 /* Private */,
85  7, 0, 89, 2, 0x08 /* Private */,
86  8, 1, 90, 2, 0x08 /* Private */,
87  10, 2, 93, 2, 0x08 /* Private */,
88  14, 0, 98, 2, 0x08 /* Private */,
89  15, 1, 99, 2, 0x08 /* Private */,
90  17, 0, 102, 2, 0x08 /* Private */,
91  18, 0, 103, 2, 0x08 /* Private */,
92  19, 0, 104, 2, 0x08 /* Private */,
93  20, 0, 105, 2, 0x08 /* Private */,
94 
95  // slots: parameters
96  QMetaType::Void,
97  QMetaType::Void,
98  QMetaType::Void,
99  QMetaType::Void,
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void, QMetaType::QModelIndex, 9,
103  QMetaType::Void, 0x80000000 | 11, 0x80000000 | 11, 12, 13,
104  QMetaType::Void,
105  QMetaType::Void, QMetaType::QPoint, 16,
106  QMetaType::Void,
107  QMetaType::Void,
108  QMetaType::Void,
109  QMetaType::Void,
110 
111  0 // eod
112 };
113 
114 void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
115 {
116  if (_c == QMetaObject::InvokeMetaMethod) {
117  ReceiveCoinsDialog *_t = static_cast<ReceiveCoinsDialog *>(_o);
118  Q_UNUSED(_t)
119  switch (_id) {
120  case 0: _t->clear(); break;
121  case 1: _t->reject(); break;
122  case 2: _t->accept(); break;
123  case 3: _t->on_receiveButton_clicked(); break;
124  case 4: _t->on_showRequestButton_clicked(); break;
125  case 5: _t->on_removeRequestButton_clicked(); break;
126  case 6: _t->on_recentRequestsView_doubleClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
127  case 7: _t->recentRequestsView_selectionChanged((*reinterpret_cast< const QItemSelection(*)>(_a[1])),(*reinterpret_cast< const QItemSelection(*)>(_a[2]))); break;
128  case 8: _t->updateDisplayUnit(); break;
129  case 9: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
130  case 10: _t->copyURI(); break;
131  case 11: _t->copyLabel(); break;
132  case 12: _t->copyMessage(); break;
133  case 13: _t->copyAmount(); break;
134  default: ;
135  }
136  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
137  switch (_id) {
138  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
139  case 7:
140  switch (*reinterpret_cast<int*>(_a[1])) {
141  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
142  case 1:
143  case 0:
144  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QItemSelection >(); break;
145  }
146  break;
147  }
148  }
149 }
150 
151 const QMetaObject ReceiveCoinsDialog::staticMetaObject = {
152  { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveCoinsDialog.data,
153  qt_meta_data_ReceiveCoinsDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
154 };
155 
156 
157 const QMetaObject *ReceiveCoinsDialog::metaObject() const
158 {
159  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
160 }
161 
162 void *ReceiveCoinsDialog::qt_metacast(const char *_clname)
163 {
164  if (!_clname) return Q_NULLPTR;
166  return static_cast<void*>(const_cast< ReceiveCoinsDialog*>(this));
167  return QDialog::qt_metacast(_clname);
168 }
169 
170 int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
171 {
172  _id = QDialog::qt_metacall(_c, _id, _a);
173  if (_id < 0)
174  return _id;
175  if (_c == QMetaObject::InvokeMetaMethod) {
176  if (_id < 14)
177  qt_static_metacall(this, _c, _id, _a);
178  _id -= 14;
179  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
180  if (_id < 14)
181  qt_static_metacall(this, _c, _id, _a);
182  _id -= 14;
183  }
184  return _id;
185 }
186 QT_END_MOC_NAMESPACE
static const uint qt_meta_data_ReceiveCoinsDialog[]
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
void showMenu(const QPoint &point)
#define QT_MOC_LITERAL(idx, ofs, len)
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
static const qt_meta_stringdata_ReceiveCoinsDialog_t qt_meta_stringdata_ReceiveCoinsDialog