Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'bitcoinamountfield.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 'bitcoinamountfield.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_AmountSpinBox_t {
23 : QByteArrayData data[3];
24 : char stringdata0[28];
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_AmountSpinBox_t, stringdata0) + ofs \
29 : - idx * sizeof(QByteArrayData)) \
30 : )
31 : static const qt_meta_stringdata_AmountSpinBox_t qt_meta_stringdata_AmountSpinBox = {
32 : {
33 : QT_MOC_LITERAL(0, 0, 13), // "AmountSpinBox"
34 : QT_MOC_LITERAL(1, 14, 12), // "valueChanged"
35 : QT_MOC_LITERAL(2, 27, 0) // ""
36 :
37 : },
38 : "AmountSpinBox\0valueChanged\0"
39 : };
40 : #undef QT_MOC_LITERAL
41 :
42 : static const uint qt_meta_data_AmountSpinBox[] = {
43 :
44 : // content:
45 : 8, // revision
46 : 0, // classname
47 : 0, 0, // classinfo
48 : 1, 14, // methods
49 : 0, 0, // properties
50 : 0, 0, // enums/sets
51 : 0, 0, // constructors
52 : 0, // flags
53 : 1, // signalCount
54 :
55 : // signals: name, argc, parameters, tag, flags
56 : 1, 0, 19, 2, 0x06 /* Public */,
57 :
58 : // signals: parameters
59 : QMetaType::Void,
60 :
61 : 0 // eod
62 : };
63 :
64 0 : void AmountSpinBox::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
65 : {
66 0 : if (_c == QMetaObject::InvokeMetaMethod) {
67 0 : auto *_t = static_cast<AmountSpinBox *>(_o);
68 : Q_UNUSED(_t)
69 0 : switch (_id) {
70 0 : case 0: _t->valueChanged(); break;
71 : default: ;
72 : }
73 0 : } else if (_c == QMetaObject::IndexOfMethod) {
74 0 : int *result = reinterpret_cast<int *>(_a[0]);
75 : {
76 : using _t = void (AmountSpinBox::*)();
77 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AmountSpinBox::valueChanged)) {
78 0 : *result = 0;
79 0 : return;
80 : }
81 : }
82 0 : }
83 : Q_UNUSED(_a);
84 0 : }
85 :
86 : QT_INIT_METAOBJECT const QMetaObject AmountSpinBox::staticMetaObject = { {
87 : QMetaObject::SuperData::link<QAbstractSpinBox::staticMetaObject>(),
88 : qt_meta_stringdata_AmountSpinBox.data,
89 : qt_meta_data_AmountSpinBox,
90 : qt_static_metacall,
91 : nullptr,
92 : nullptr
93 : } };
94 :
95 :
96 0 : const QMetaObject *AmountSpinBox::metaObject() const
97 : {
98 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
99 : }
100 :
101 0 : void *AmountSpinBox::qt_metacast(const char *_clname)
102 : {
103 0 : if (!_clname) return nullptr;
104 0 : if (!strcmp(_clname, qt_meta_stringdata_AmountSpinBox.stringdata0))
105 0 : return static_cast<void*>(this);
106 0 : return QAbstractSpinBox::qt_metacast(_clname);
107 0 : }
108 :
109 0 : int AmountSpinBox::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
110 : {
111 0 : _id = QAbstractSpinBox::qt_metacall(_c, _id, _a);
112 0 : if (_id < 0)
113 0 : return _id;
114 0 : if (_c == QMetaObject::InvokeMetaMethod) {
115 0 : if (_id < 1)
116 0 : qt_static_metacall(this, _c, _id, _a);
117 0 : _id -= 1;
118 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
119 0 : if (_id < 1)
120 0 : *reinterpret_cast<int*>(_a[0]) = -1;
121 0 : _id -= 1;
122 0 : }
123 0 : return _id;
124 0 : }
125 :
126 : // SIGNAL 0
127 0 : void AmountSpinBox::valueChanged()
128 : {
129 0 : QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
130 0 : }
131 : QT_WARNING_POP
132 : QT_END_MOC_NAMESPACE
|