Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
8 #include "receiverequestdialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'receiverequestdialog.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_QRImageWidget[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  2, 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  15, 14, 14, 14, 0x0a,
33  27, 14, 14, 14, 0x0a,
34 
35  0 // eod
36 };
37 
38 static const char qt_meta_stringdata_QRImageWidget[] = {
39  "QRImageWidget\0\0saveImage()\0copyImage()\0"
40 };
41 
42 void QRImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
43 {
44  if (_c == QMetaObject::InvokeMetaMethod) {
45  Q_ASSERT(staticMetaObject.cast(_o));
46  QRImageWidget *_t = static_cast<QRImageWidget *>(_o);
47  switch (_id) {
48  case 0: _t->saveImage(); break;
49  case 1: _t->copyImage(); break;
50  default: ;
51  }
52  }
53  Q_UNUSED(_a);
54 }
55 
56 const QMetaObjectExtraData QRImageWidget::staticMetaObjectExtraData = {
57  0, qt_static_metacall
58 };
59 
60 const QMetaObject QRImageWidget::staticMetaObject = {
61  { &QLabel::staticMetaObject, qt_meta_stringdata_QRImageWidget,
62  qt_meta_data_QRImageWidget, &staticMetaObjectExtraData }
63 };
64 
65 #ifdef Q_NO_DATA_RELOCATION
66 const QMetaObject &QRImageWidget::getStaticMetaObject() { return staticMetaObject; }
67 #endif //Q_NO_DATA_RELOCATION
68 
69 const QMetaObject *QRImageWidget::metaObject() const
70 {
71  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72 }
73 
74 void *QRImageWidget::qt_metacast(const char *_clname)
75 {
76  if (!_clname) return 0;
77  if (!strcmp(_clname, qt_meta_stringdata_QRImageWidget))
78  return static_cast<void*>(const_cast< QRImageWidget*>(this));
79  return QLabel::qt_metacast(_clname);
80 }
81 
82 int QRImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83 {
84  _id = QLabel::qt_metacall(_c, _id, _a);
85  if (_id < 0)
86  return _id;
87  if (_c == QMetaObject::InvokeMetaMethod) {
88  if (_id < 2)
89  qt_static_metacall(this, _c, _id, _a);
90  _id -= 2;
91  }
92  return _id;
93 }
94 static const uint qt_meta_data_ReceiveRequestDialog[] = {
95 
96  // content:
97  6, // revision
98  0, // classname
99  0, 0, // classinfo
100  3, 14, // methods
101  0, 0, // properties
102  0, 0, // enums/sets
103  0, 0, // constructors
104  0, // flags
105  0, // signalCount
106 
107  // slots: signature, parameters, type, tag, flags
108  22, 21, 21, 21, 0x08,
109  46, 21, 21, 21, 0x08,
110  74, 21, 21, 21, 0x08,
111 
112  0 // eod
113 };
114 
116  "ReceiveRequestDialog\0\0on_btnCopyURI_clicked()\0"
117  "on_btnCopyAddress_clicked()\0update()\0"
118 };
119 
120 void ReceiveRequestDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
121 {
122  if (_c == QMetaObject::InvokeMetaMethod) {
123  Q_ASSERT(staticMetaObject.cast(_o));
124  ReceiveRequestDialog *_t = static_cast<ReceiveRequestDialog *>(_o);
125  switch (_id) {
126  case 0: _t->on_btnCopyURI_clicked(); break;
127  case 1: _t->on_btnCopyAddress_clicked(); break;
128  case 2: _t->update(); break;
129  default: ;
130  }
131  }
132  Q_UNUSED(_a);
133 }
134 
135 const QMetaObjectExtraData ReceiveRequestDialog::staticMetaObjectExtraData = {
136  0, qt_static_metacall
137 };
138 
139 const QMetaObject ReceiveRequestDialog::staticMetaObject = {
140  { &QDialog::staticMetaObject, qt_meta_stringdata_ReceiveRequestDialog,
141  qt_meta_data_ReceiveRequestDialog, &staticMetaObjectExtraData }
142 };
143 
144 #ifdef Q_NO_DATA_RELOCATION
145 const QMetaObject &ReceiveRequestDialog::getStaticMetaObject() { return staticMetaObject; }
146 #endif //Q_NO_DATA_RELOCATION
147 
148 const QMetaObject *ReceiveRequestDialog::metaObject() const
149 {
150  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
151 }
152 
153 void *ReceiveRequestDialog::qt_metacast(const char *_clname)
154 {
155  if (!_clname) return 0;
156  if (!strcmp(_clname, qt_meta_stringdata_ReceiveRequestDialog))
157  return static_cast<void*>(const_cast< ReceiveRequestDialog*>(this));
158  return QDialog::qt_metacast(_clname);
159 }
160 
161 int ReceiveRequestDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
162 {
163  _id = QDialog::qt_metacall(_c, _id, _a);
164  if (_id < 0)
165  return _id;
166  if (_c == QMetaObject::InvokeMetaMethod) {
167  if (_id < 3)
168  qt_static_metacall(this, _c, _id, _a);
169  _id -= 3;
170  }
171  return _id;
172 }
173 QT_END_MOC_NAMESPACE
static const uint qt_meta_data_ReceiveRequestDialog[]
static const char qt_meta_stringdata_ReceiveRequestDialog[]
static const char qt_meta_stringdata_QRImageWidget[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QRImageWidget[]