Anoncoin  0.9.4
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.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[20];
22  char stringdata[305];
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_ReceiveCoinsDialog_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_ReceiveCoinsDialog_t qt_meta_stringdata_ReceiveCoinsDialog = {
30  {
31 QT_MOC_LITERAL(0, 0, 18),
32 QT_MOC_LITERAL(1, 19, 5),
33 QT_MOC_LITERAL(2, 25, 0),
34 QT_MOC_LITERAL(3, 26, 6),
35 QT_MOC_LITERAL(4, 33, 6),
36 QT_MOC_LITERAL(5, 40, 24),
37 QT_MOC_LITERAL(6, 65, 28),
38 QT_MOC_LITERAL(7, 94, 30),
39 QT_MOC_LITERAL(8, 125, 35),
40 QT_MOC_LITERAL(9, 161, 5),
41 QT_MOC_LITERAL(10, 167, 35),
42 QT_MOC_LITERAL(11, 203, 14),
43 QT_MOC_LITERAL(12, 218, 8),
44 QT_MOC_LITERAL(13, 227, 10),
45 QT_MOC_LITERAL(14, 238, 17),
46 QT_MOC_LITERAL(15, 256, 8),
47 QT_MOC_LITERAL(16, 265, 5),
48 QT_MOC_LITERAL(17, 271, 9),
49 QT_MOC_LITERAL(18, 281, 11),
50 QT_MOC_LITERAL(19, 293, 10)
51  },
52  "ReceiveCoinsDialog\0clear\0\0reject\0"
53  "accept\0on_receiveButton_clicked\0"
54  "on_showRequestButton_clicked\0"
55  "on_removeRequestButton_clicked\0"
56  "on_recentRequestsView_doubleClicked\0"
57  "index\0recentRequestsView_selectionChanged\0"
58  "QItemSelection\0selected\0deselected\0"
59  "updateDisplayUnit\0showMenu\0point\0"
60  "copyLabel\0copyMessage\0copyAmount\0"
61 };
62 #undef QT_MOC_LITERAL
63 
64 static const uint qt_meta_data_ReceiveCoinsDialog[] = {
65 
66  // content:
67  7, // revision
68  0, // classname
69  0, 0, // classinfo
70  13, 14, // methods
71  0, 0, // properties
72  0, 0, // enums/sets
73  0, 0, // constructors
74  0, // flags
75  0, // signalCount
76 
77  // slots: name, argc, parameters, tag, flags
78  1, 0, 79, 2, 0x0a,
79  3, 0, 80, 2, 0x0a,
80  4, 0, 81, 2, 0x0a,
81  5, 0, 82, 2, 0x08,
82  6, 0, 83, 2, 0x08,
83  7, 0, 84, 2, 0x08,
84  8, 1, 85, 2, 0x08,
85  10, 2, 88, 2, 0x08,
86  14, 0, 93, 2, 0x08,
87  15, 1, 94, 2, 0x08,
88  17, 0, 97, 2, 0x08,
89  18, 0, 98, 2, 0x08,
90  19, 0, 99, 2, 0x08,
91 
92  // slots: parameters
93  QMetaType::Void,
94  QMetaType::Void,
95  QMetaType::Void,
96  QMetaType::Void,
97  QMetaType::Void,
98  QMetaType::Void,
99  QMetaType::Void, QMetaType::QModelIndex, 9,
100  QMetaType::Void, 0x80000000 | 11, 0x80000000 | 11, 12, 13,
101  QMetaType::Void,
102  QMetaType::Void, QMetaType::QPoint, 16,
103  QMetaType::Void,
104  QMetaType::Void,
105  QMetaType::Void,
106 
107  0 // eod
108 };
109 
110 void ReceiveCoinsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
111 {
112  if (_c == QMetaObject::InvokeMetaMethod) {
113  ReceiveCoinsDialog *_t = static_cast<ReceiveCoinsDialog *>(_o);
114  switch (_id) {
115  case 0: _t->clear(); break;
116  case 1: _t->reject(); break;
117  case 2: _t->accept(); break;
118  case 3: _t->on_receiveButton_clicked(); break;
119  case 4: _t->on_showRequestButton_clicked(); break;
120  case 5: _t->on_removeRequestButton_clicked(); break;
121  case 6: _t->on_recentRequestsView_doubleClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
122  case 7: _t->recentRequestsView_selectionChanged((*reinterpret_cast< const QItemSelection(*)>(_a[1])),(*reinterpret_cast< const QItemSelection(*)>(_a[2]))); break;
123  case 8: _t->updateDisplayUnit(); break;
124  case 9: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
125  case 10: _t->copyLabel(); break;
126  case 11: _t->copyMessage(); break;
127  case 12: _t->copyAmount(); break;
128  default: ;
129  }
130  }
131 }
132 
133 const QMetaObject ReceiveCoinsDialog::staticMetaObject = {
134  { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveCoinsDialog.data,
135  qt_meta_data_ReceiveCoinsDialog, qt_static_metacall, 0, 0}
136 };
137 
138 
139 const QMetaObject *ReceiveCoinsDialog::metaObject() const
140 {
141  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
142 }
143 
144 void *ReceiveCoinsDialog::qt_metacast(const char *_clname)
145 {
146  if (!_clname) return 0;
147  if (!strcmp(_clname, qt_meta_stringdata_ReceiveCoinsDialog.stringdata))
148  return static_cast<void*>(const_cast< ReceiveCoinsDialog*>(this));
149  return QDialog::qt_metacast(_clname);
150 }
151 
152 int ReceiveCoinsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
153 {
154  _id = QDialog::qt_metacall(_c, _id, _a);
155  if (_id < 0)
156  return _id;
157  if (_c == QMetaObject::InvokeMetaMethod) {
158  if (_id < 13)
159  qt_static_metacall(this, _c, _id, _a);
160  _id -= 13;
161  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
162  if (_id < 13)
163  *reinterpret_cast<int*>(_a[0]) = -1;
164  _id -= 13;
165  }
166  return _id;
167 }
168 QT_END_MOC_NAMESPACE
Dialog for requesting payment of anoncoins.
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
#define QT_MOC_LITERAL(idx, ofs, len)
void showMenu(const QPoint &point)