Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'rpcconsole.cpp'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include <memory>
9 : #include <QtCore/qbytearray.h>
10 : #include <QtCore/qmetatype.h>
11 : #if !defined(Q_MOC_OUTPUT_REVISION)
12 : #error "The header file 'rpcconsole.cpp' doesn't include <QObject>."
13 : #elif Q_MOC_OUTPUT_REVISION != 67
14 : #error "This file was generated using the moc from 5.15.0. 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
20 : QT_WARNING_PUSH
21 : QT_WARNING_DISABLE_DEPRECATED
22 : struct qt_meta_stringdata_RPCExecutor_t {
23 : QByteArrayData data[8];
24 : char stringdata0[76];
25 : };
26 : #define QT_MOC_LITERAL(idx, ofs, len) \
27 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
28 : qptrdiff(offsetof(qt_meta_stringdata_RPCExecutor_t, stringdata0) + ofs \
29 : - idx * sizeof(QByteArrayData)) \
30 : )
31 : static const qt_meta_stringdata_RPCExecutor_t qt_meta_stringdata_RPCExecutor = {
32 : {
33 : QT_MOC_LITERAL(0, 0, 11), // "RPCExecutor"
34 : QT_MOC_LITERAL(1, 12, 5), // "reply"
35 : QT_MOC_LITERAL(2, 18, 0), // ""
36 : QT_MOC_LITERAL(3, 19, 8), // "category"
37 : QT_MOC_LITERAL(4, 28, 7), // "command"
38 : QT_MOC_LITERAL(5, 36, 7), // "request"
39 : QT_MOC_LITERAL(6, 44, 18), // "const WalletModel*"
40 : QT_MOC_LITERAL(7, 63, 12) // "wallet_model"
41 :
42 : },
43 : "RPCExecutor\0reply\0\0category\0command\0"
44 : "request\0const WalletModel*\0wallet_model"
45 : };
46 : #undef QT_MOC_LITERAL
47 :
48 : static const uint qt_meta_data_RPCExecutor[] = {
49 :
50 : // content:
51 : 8, // revision
52 : 0, // classname
53 : 0, 0, // classinfo
54 : 2, 14, // methods
55 : 0, 0, // properties
56 : 0, 0, // enums/sets
57 : 0, 0, // constructors
58 : 0, // flags
59 : 1, // signalCount
60 :
61 : // signals: name, argc, parameters, tag, flags
62 : 1, 2, 24, 2, 0x06 /* Public */,
63 :
64 : // slots: name, argc, parameters, tag, flags
65 : 5, 2, 29, 2, 0x0a /* Public */,
66 :
67 : // signals: parameters
68 : QMetaType::Void, QMetaType::Int, QMetaType::QString, 3, 4,
69 :
70 : // slots: parameters
71 : QMetaType::Void, QMetaType::QString, 0x80000000 | 6, 4, 7,
72 :
73 : 0 // eod
74 : };
75 :
76 0 : void RPCExecutor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77 : {
78 0 : if (_c == QMetaObject::InvokeMetaMethod) {
79 0 : auto *_t = static_cast<RPCExecutor *>(_o);
80 : Q_UNUSED(_t)
81 0 : switch (_id) {
82 0 : case 0: _t->reply((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
83 0 : case 1: _t->request((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const WalletModel*(*)>(_a[2]))); break;
84 : default: ;
85 : }
86 0 : } else if (_c == QMetaObject::IndexOfMethod) {
87 0 : int *result = reinterpret_cast<int *>(_a[0]);
88 : {
89 : using _t = void (RPCExecutor::*)(int , const QString & );
90 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RPCExecutor::reply)) {
91 0 : *result = 0;
92 0 : return;
93 : }
94 : }
95 0 : }
96 0 : }
97 :
98 : QT_INIT_METAOBJECT const QMetaObject RPCExecutor::staticMetaObject = { {
99 : QMetaObject::SuperData::link<QObject::staticMetaObject>(),
100 : qt_meta_stringdata_RPCExecutor.data,
101 : qt_meta_data_RPCExecutor,
102 : qt_static_metacall,
103 : nullptr,
104 : nullptr
105 : } };
106 :
107 :
108 0 : const QMetaObject *RPCExecutor::metaObject() const
109 : {
110 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111 : }
112 :
113 0 : void *RPCExecutor::qt_metacast(const char *_clname)
114 : {
115 0 : if (!_clname) return nullptr;
116 0 : if (!strcmp(_clname, qt_meta_stringdata_RPCExecutor.stringdata0))
117 0 : return static_cast<void*>(this);
118 0 : return QObject::qt_metacast(_clname);
119 0 : }
120 :
121 0 : int RPCExecutor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122 : {
123 0 : _id = QObject::qt_metacall(_c, _id, _a);
124 0 : if (_id < 0)
125 0 : return _id;
126 0 : if (_c == QMetaObject::InvokeMetaMethod) {
127 0 : if (_id < 2)
128 0 : qt_static_metacall(this, _c, _id, _a);
129 0 : _id -= 2;
130 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 0 : if (_id < 2)
132 0 : *reinterpret_cast<int*>(_a[0]) = -1;
133 0 : _id -= 2;
134 0 : }
135 0 : return _id;
136 0 : }
137 :
138 : // SIGNAL 0
139 0 : void RPCExecutor::reply(int _t1, const QString & _t2)
140 : {
141 0 : void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
142 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
143 0 : }
144 : struct qt_meta_stringdata_QtRPCTimerBase_t {
145 : QByteArrayData data[1];
146 : char stringdata0[15];
147 : };
148 : #define QT_MOC_LITERAL(idx, ofs, len) \
149 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
150 : qptrdiff(offsetof(qt_meta_stringdata_QtRPCTimerBase_t, stringdata0) + ofs \
151 : - idx * sizeof(QByteArrayData)) \
152 : )
153 : static const qt_meta_stringdata_QtRPCTimerBase_t qt_meta_stringdata_QtRPCTimerBase = {
154 : {
155 : QT_MOC_LITERAL(0, 0, 14) // "QtRPCTimerBase"
156 :
157 : },
158 : "QtRPCTimerBase"
159 : };
160 : #undef QT_MOC_LITERAL
161 :
162 : static const uint qt_meta_data_QtRPCTimerBase[] = {
163 :
164 : // content:
165 : 8, // revision
166 : 0, // classname
167 : 0, 0, // classinfo
168 : 0, 0, // methods
169 : 0, 0, // properties
170 : 0, 0, // enums/sets
171 : 0, 0, // constructors
172 : 0, // flags
173 : 0, // signalCount
174 :
175 : 0 // eod
176 : };
177 :
178 0 : void QtRPCTimerBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
179 : {
180 : Q_UNUSED(_o);
181 : Q_UNUSED(_id);
182 : Q_UNUSED(_c);
183 : Q_UNUSED(_a);
184 0 : }
185 :
186 : QT_INIT_METAOBJECT const QMetaObject QtRPCTimerBase::staticMetaObject = { {
187 : QMetaObject::SuperData::link<QObject::staticMetaObject>(),
188 : qt_meta_stringdata_QtRPCTimerBase.data,
189 : qt_meta_data_QtRPCTimerBase,
190 : qt_static_metacall,
191 : nullptr,
192 : nullptr
193 : } };
194 :
195 :
196 0 : const QMetaObject *QtRPCTimerBase::metaObject() const
197 : {
198 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
199 : }
200 :
201 0 : void *QtRPCTimerBase::qt_metacast(const char *_clname)
202 : {
203 0 : if (!_clname) return nullptr;
204 0 : if (!strcmp(_clname, qt_meta_stringdata_QtRPCTimerBase.stringdata0))
205 0 : return static_cast<void*>(this);
206 0 : if (!strcmp(_clname, "RPCTimerBase"))
207 0 : return static_cast< RPCTimerBase*>(this);
208 0 : return QObject::qt_metacast(_clname);
209 0 : }
210 :
211 0 : int QtRPCTimerBase::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
212 : {
213 0 : _id = QObject::qt_metacall(_c, _id, _a);
214 0 : return _id;
215 : }
216 : QT_WARNING_POP
217 : QT_END_MOC_NAMESPACE
|