Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'paymentservertests.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/test/paymentservertests.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'paymentservertests.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_PaymentServerTests[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 1, 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 : 20, 19, 19, 19, 0x08,
33 :
34 : 0 // eod
35 : };
36 :
37 : static const char qt_meta_stringdata_PaymentServerTests[] = {
38 : "PaymentServerTests\0\0paymentServerTests()\0"
39 : };
40 :
41 1 : void PaymentServerTests::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
42 : {
43 1 : if (_c == QMetaObject::InvokeMetaMethod) {
44 1 : Q_ASSERT(staticMetaObject.cast(_o));
45 1 : PaymentServerTests *_t = static_cast<PaymentServerTests *>(_o);
46 1 : switch (_id) {
47 1 : case 0: _t->paymentServerTests(); break;
48 : default: ;
49 : }
50 : }
51 : Q_UNUSED(_a);
52 1 : }
53 :
54 : const QMetaObjectExtraData PaymentServerTests::staticMetaObjectExtraData = {
55 : 0, qt_static_metacall
56 : };
57 :
58 : const QMetaObject PaymentServerTests::staticMetaObject = {
59 : { &QObject::staticMetaObject, qt_meta_stringdata_PaymentServerTests,
60 : qt_meta_data_PaymentServerTests, &staticMetaObjectExtraData }
61 : };
62 :
63 : #ifdef Q_NO_DATA_RELOCATION
64 : const QMetaObject &PaymentServerTests::getStaticMetaObject() { return staticMetaObject; }
65 : #endif //Q_NO_DATA_RELOCATION
66 :
67 12 : const QMetaObject *PaymentServerTests::metaObject() const
68 : {
69 24 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
70 : }
71 :
72 0 : void *PaymentServerTests::qt_metacast(const char *_clname)
73 : {
74 0 : if (!_clname) return 0;
75 0 : if (!strcmp(_clname, qt_meta_stringdata_PaymentServerTests))
76 : return static_cast<void*>(const_cast< PaymentServerTests*>(this));
77 0 : return QObject::qt_metacast(_clname);
78 : }
79 :
80 0 : int PaymentServerTests::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
81 : {
82 0 : _id = QObject::qt_metacall(_c, _id, _a);
83 0 : if (_id < 0)
84 : return _id;
85 0 : if (_c == QMetaObject::InvokeMetaMethod) {
86 0 : if (_id < 1)
87 0 : qt_static_metacall(this, _c, _id, _a);
88 0 : _id -= 1;
89 : }
90 0 : return _id;
91 : }
92 : static const uint qt_meta_data_RecipientCatcher[] = {
93 :
94 : // content:
95 : 6, // revision
96 : 0, // classname
97 : 0, 0, // classinfo
98 : 1, 14, // methods
99 : 0, 0, // properties
100 : 0, 0, // enums/sets
101 : 0, 0, // constructors
102 : 0, // flags
103 : 0, // signalCount
104 :
105 : // slots: signature, parameters, type, tag, flags
106 : 20, 18, 17, 17, 0x0a,
107 :
108 : 0 // eod
109 : };
110 :
111 : static const char qt_meta_stringdata_RecipientCatcher[] = {
112 : "RecipientCatcher\0\0r\0"
113 : "getRecipient(SendCoinsRecipient)\0"
114 : };
115 :
116 6 : void RecipientCatcher::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
117 : {
118 6 : if (_c == QMetaObject::InvokeMetaMethod) {
119 6 : Q_ASSERT(staticMetaObject.cast(_o));
120 6 : RecipientCatcher *_t = static_cast<RecipientCatcher *>(_o);
121 6 : switch (_id) {
122 6 : case 0: _t->getRecipient((*reinterpret_cast< SendCoinsRecipient(*)>(_a[1]))); break;
123 : default: ;
124 : }
125 : }
126 6 : }
127 :
128 : const QMetaObjectExtraData RecipientCatcher::staticMetaObjectExtraData = {
129 : 0, qt_static_metacall
130 : };
131 :
132 : const QMetaObject RecipientCatcher::staticMetaObject = {
133 : { &QObject::staticMetaObject, qt_meta_stringdata_RecipientCatcher,
134 : qt_meta_data_RecipientCatcher, &staticMetaObjectExtraData }
135 : };
136 :
137 : #ifdef Q_NO_DATA_RELOCATION
138 : const QMetaObject &RecipientCatcher::getStaticMetaObject() { return staticMetaObject; }
139 : #endif //Q_NO_DATA_RELOCATION
140 :
141 24 : const QMetaObject *RecipientCatcher::metaObject() const
142 : {
143 48 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
144 : }
145 :
146 0 : void *RecipientCatcher::qt_metacast(const char *_clname)
147 : {
148 0 : if (!_clname) return 0;
149 0 : if (!strcmp(_clname, qt_meta_stringdata_RecipientCatcher))
150 : return static_cast<void*>(const_cast< RecipientCatcher*>(this));
151 0 : return QObject::qt_metacast(_clname);
152 : }
153 :
154 0 : int RecipientCatcher::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
155 : {
156 0 : _id = QObject::qt_metacall(_c, _id, _a);
157 0 : if (_id < 0)
158 : return _id;
159 0 : if (_c == QMetaObject::InvokeMetaMethod) {
160 0 : if (_id < 1)
161 0 : qt_static_metacall(this, _c, _id, _a);
162 0 : _id -= 1;
163 : }
164 0 : return _id;
165 3 : }
166 : QT_END_MOC_NAMESPACE
|