Anoncoin  0.9.4
P2P Digital Currency
moc_sendcoinsentry.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'sendcoinsentry.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/sendcoinsentry.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'sendcoinsentry.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[13];
22  char stringdata[187];
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_SendCoinsEntry_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_SendCoinsEntry_t qt_meta_stringdata_SendCoinsEntry = {
30  {
31 QT_MOC_LITERAL(0, 0, 14),
32 QT_MOC_LITERAL(1, 15, 11),
33 QT_MOC_LITERAL(2, 27, 0),
34 QT_MOC_LITERAL(3, 28, 15),
35 QT_MOC_LITERAL(4, 44, 5),
36 QT_MOC_LITERAL(5, 50, 16),
37 QT_MOC_LITERAL(6, 67, 5),
38 QT_MOC_LITERAL(7, 73, 13),
39 QT_MOC_LITERAL(8, 87, 20),
40 QT_MOC_LITERAL(9, 108, 7),
41 QT_MOC_LITERAL(10, 116, 28),
42 QT_MOC_LITERAL(11, 145, 22),
43 QT_MOC_LITERAL(12, 168, 17)
44  },
45  "SendCoinsEntry\0removeEntry\0\0SendCoinsEntry*\0"
46  "entry\0payAmountChanged\0clear\0deleteClicked\0"
47  "on_payTo_textChanged\0address\0"
48  "on_addressBookButton_clicked\0"
49  "on_pasteButton_clicked\0updateDisplayUnit\0"
50 };
51 #undef QT_MOC_LITERAL
52 
53 static const uint qt_meta_data_SendCoinsEntry[] = {
54 
55  // content:
56  7, // revision
57  0, // classname
58  0, 0, // classinfo
59  8, 14, // methods
60  0, 0, // properties
61  0, 0, // enums/sets
62  0, 0, // constructors
63  0, // flags
64  2, // signalCount
65 
66  // signals: name, argc, parameters, tag, flags
67  1, 1, 54, 2, 0x06,
68  5, 0, 57, 2, 0x06,
69 
70  // slots: name, argc, parameters, tag, flags
71  6, 0, 58, 2, 0x0a,
72  7, 0, 59, 2, 0x08,
73  8, 1, 60, 2, 0x08,
74  10, 0, 63, 2, 0x08,
75  11, 0, 64, 2, 0x08,
76  12, 0, 65, 2, 0x08,
77 
78  // signals: parameters
79  QMetaType::Void, 0x80000000 | 3, 4,
80  QMetaType::Void,
81 
82  // slots: parameters
83  QMetaType::Void,
84  QMetaType::Void,
85  QMetaType::Void, QMetaType::QString, 9,
86  QMetaType::Void,
87  QMetaType::Void,
88  QMetaType::Void,
89 
90  0 // eod
91 };
92 
93 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
94 {
95  if (_c == QMetaObject::InvokeMetaMethod) {
96  SendCoinsEntry *_t = static_cast<SendCoinsEntry *>(_o);
97  switch (_id) {
98  case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
99  case 1: _t->payAmountChanged(); break;
100  case 2: _t->clear(); break;
101  case 3: _t->deleteClicked(); break;
102  case 4: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
103  case 5: _t->on_addressBookButton_clicked(); break;
104  case 6: _t->on_pasteButton_clicked(); break;
105  case 7: _t->updateDisplayUnit(); break;
106  default: ;
107  }
108  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
109  switch (_id) {
110  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
111  case 0:
112  switch (*reinterpret_cast<int*>(_a[1])) {
113  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
114  case 0:
115  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< SendCoinsEntry* >(); break;
116  }
117  break;
118  }
119  } else if (_c == QMetaObject::IndexOfMethod) {
120  int *result = reinterpret_cast<int *>(_a[0]);
121  void **func = reinterpret_cast<void **>(_a[1]);
122  {
123  typedef void (SendCoinsEntry::*_t)(SendCoinsEntry * );
124  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SendCoinsEntry::removeEntry)) {
125  *result = 0;
126  }
127  }
128  {
129  typedef void (SendCoinsEntry::*_t)();
130  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SendCoinsEntry::payAmountChanged)) {
131  *result = 1;
132  }
133  }
134  }
135 }
136 
137 const QMetaObject SendCoinsEntry::staticMetaObject = {
138  { &QStackedWidget::staticMetaObject, qt_meta_stringdata_SendCoinsEntry.data,
139  qt_meta_data_SendCoinsEntry, qt_static_metacall, 0, 0}
140 };
141 
142 
143 const QMetaObject *SendCoinsEntry::metaObject() const
144 {
145  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
146 }
147 
148 void *SendCoinsEntry::qt_metacast(const char *_clname)
149 {
150  if (!_clname) return 0;
151  if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry.stringdata))
152  return static_cast<void*>(const_cast< SendCoinsEntry*>(this));
153  return QStackedWidget::qt_metacast(_clname);
154 }
155 
156 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
157 {
158  _id = QStackedWidget::qt_metacall(_c, _id, _a);
159  if (_id < 0)
160  return _id;
161  if (_c == QMetaObject::InvokeMetaMethod) {
162  if (_id < 8)
163  qt_static_metacall(this, _c, _id, _a);
164  _id -= 8;
165  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
166  if (_id < 8)
167  qt_static_metacall(this, _c, _id, _a);
168  _id -= 8;
169  }
170  return _id;
171 }
172 
173 // SIGNAL 0
175 {
176  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
177  QMetaObject::activate(this, &staticMetaObject, 0, _a);
178 }
179 
180 // SIGNAL 1
182 {
183  QMetaObject::activate(this, &staticMetaObject, 1, 0);
184 }
185 QT_END_MOC_NAMESPACE
void payAmountChanged()
void deleteClicked()
void on_payTo_textChanged(const QString &address)
void updateDisplayUnit()
A single entry in the dialog for sending anoncoins.
QByteArrayData data[13]
void clear()
void removeEntry(SendCoinsEntry *entry)
#define QT_MOC_LITERAL(idx, ofs, len)
void on_pasteButton_clicked()
void on_addressBookButton_clicked()
char stringdata[187]