Fabcoin Core  0.16.2
P2P Digital Currency
moc_receiverequestdialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'receiverequestdialog.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 'receiverequestdialog.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[4];
22  char stringdata0[35];
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_QRImageWidget_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
29 static const qt_meta_stringdata_QRImageWidget_t qt_meta_stringdata_QRImageWidget = {
30  {
31 QT_MOC_LITERAL(0, 0, 13), // "QRImageWidget"
32 QT_MOC_LITERAL(1, 14, 9), // "saveImage"
33 QT_MOC_LITERAL(2, 24, 0), // ""
34 QT_MOC_LITERAL(3, 25, 9) // "copyImage"
35 
36  },
37  "QRImageWidget\0saveImage\0\0copyImage"
38 };
39 #undef QT_MOC_LITERAL
40 
41 static const uint qt_meta_data_QRImageWidget[] = {
42 
43  // content:
44  7, // revision
45  0, // classname
46  0, 0, // classinfo
47  2, 14, // methods
48  0, 0, // properties
49  0, 0, // enums/sets
50  0, 0, // constructors
51  0, // flags
52  0, // signalCount
53 
54  // slots: name, argc, parameters, tag, flags
55  1, 0, 24, 2, 0x0a /* Public */,
56  3, 0, 25, 2, 0x0a /* Public */,
57 
58  // slots: parameters
59  QMetaType::Void,
60  QMetaType::Void,
61 
62  0 // eod
63 };
64 
65 void QRImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
66 {
67  if (_c == QMetaObject::InvokeMetaMethod) {
68  QRImageWidget *_t = static_cast<QRImageWidget *>(_o);
69  Q_UNUSED(_t)
70  switch (_id) {
71  case 0: _t->saveImage(); break;
72  case 1: _t->copyImage(); break;
73  default: ;
74  }
75  }
76  Q_UNUSED(_a);
77 }
78 
79 const QMetaObject QRImageWidget::staticMetaObject = {
80  { &QLabel::staticMetaObject, qt_meta_stringdata_QRImageWidget.data,
81  qt_meta_data_QRImageWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
82 };
83 
84 
85 const QMetaObject *QRImageWidget::metaObject() const
86 {
87  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
88 }
89 
90 void *QRImageWidget::qt_metacast(const char *_clname)
91 {
92  if (!_clname) return Q_NULLPTR;
93  if (!strcmp(_clname, qt_meta_stringdata_QRImageWidget.stringdata0))
94  return static_cast<void*>(const_cast< QRImageWidget*>(this));
95  return QLabel::qt_metacast(_clname);
96 }
97 
98 int QRImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
99 {
100  _id = QLabel::qt_metacall(_c, _id, _a);
101  if (_id < 0)
102  return _id;
103  if (_c == QMetaObject::InvokeMetaMethod) {
104  if (_id < 2)
105  qt_static_metacall(this, _c, _id, _a);
106  _id -= 2;
107  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
108  if (_id < 2)
109  *reinterpret_cast<int*>(_a[0]) = -1;
110  _id -= 2;
111  }
112  return _id;
113 }
115  QByteArrayData data[5];
116  char stringdata0[77];
117 };
118 #define QT_MOC_LITERAL(idx, ofs, len) \
119  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
120  qptrdiff(offsetof(qt_meta_stringdata_ReceiveRequestDialog_t, stringdata0) + ofs \
121  - idx * sizeof(QByteArrayData)) \
122  )
123 static const qt_meta_stringdata_ReceiveRequestDialog_t qt_meta_stringdata_ReceiveRequestDialog = {
124  {
125 QT_MOC_LITERAL(0, 0, 20), // "ReceiveRequestDialog"
126 QT_MOC_LITERAL(1, 21, 21), // "on_btnCopyURI_clicked"
127 QT_MOC_LITERAL(2, 43, 0), // ""
128 QT_MOC_LITERAL(3, 44, 25), // "on_btnCopyAddress_clicked"
129 QT_MOC_LITERAL(4, 70, 6) // "update"
130 
131  },
132  "ReceiveRequestDialog\0on_btnCopyURI_clicked\0"
133  "\0on_btnCopyAddress_clicked\0update"
134 };
135 #undef QT_MOC_LITERAL
136 
137 static const uint qt_meta_data_ReceiveRequestDialog[] = {
138 
139  // content:
140  7, // revision
141  0, // classname
142  0, 0, // classinfo
143  3, 14, // methods
144  0, 0, // properties
145  0, 0, // enums/sets
146  0, 0, // constructors
147  0, // flags
148  0, // signalCount
149 
150  // slots: name, argc, parameters, tag, flags
151  1, 0, 29, 2, 0x08 /* Private */,
152  3, 0, 30, 2, 0x08 /* Private */,
153  4, 0, 31, 2, 0x08 /* Private */,
154 
155  // slots: parameters
156  QMetaType::Void,
157  QMetaType::Void,
158  QMetaType::Void,
159 
160  0 // eod
161 };
162 
163 void ReceiveRequestDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
164 {
165  if (_c == QMetaObject::InvokeMetaMethod) {
166  ReceiveRequestDialog *_t = static_cast<ReceiveRequestDialog *>(_o);
167  Q_UNUSED(_t)
168  switch (_id) {
169  case 0: _t->on_btnCopyURI_clicked(); break;
170  case 1: _t->on_btnCopyAddress_clicked(); break;
171  case 2: _t->update(); break;
172  default: ;
173  }
174  }
175  Q_UNUSED(_a);
176 }
177 
178 const QMetaObject ReceiveRequestDialog::staticMetaObject = {
179  { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveRequestDialog.data,
180  qt_meta_data_ReceiveRequestDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
181 };
182 
183 
184 const QMetaObject *ReceiveRequestDialog::metaObject() const
185 {
186  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
187 }
188 
189 void *ReceiveRequestDialog::qt_metacast(const char *_clname)
190 {
191  if (!_clname) return Q_NULLPTR;
192  if (!strcmp(_clname, qt_meta_stringdata_ReceiveRequestDialog.stringdata0))
193  return static_cast<void*>(const_cast< ReceiveRequestDialog*>(this));
194  return QDialog::qt_metacast(_clname);
195 }
196 
197 int ReceiveRequestDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
198 {
199  _id = QDialog::qt_metacall(_c, _id, _a);
200  if (_id < 0)
201  return _id;
202  if (_c == QMetaObject::InvokeMetaMethod) {
203  if (_id < 3)
204  qt_static_metacall(this, _c, _id, _a);
205  _id -= 3;
206  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
207  if (_id < 3)
208  *reinterpret_cast<int*>(_a[0]) = -1;
209  _id -= 3;
210  }
211  return _id;
212 }
213 QT_END_MOC_NAMESPACE
uint32_t uint
Definition: libclwrapper.h:40
#define QT_MOC_LITERAL(idx, ofs, len)