Fabcoin Core  0.16.2
P2P Digital Currency
moc_abifunctionfield.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'abifunctionfield.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/abifunctionfield.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'abifunctionfield.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[8];
22  char stringdata0[89];
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_ABIFunctionField_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
29 static const qt_meta_stringdata_ABIFunctionField_t qt_meta_stringdata_ABIFunctionField = {
30  {
31 QT_MOC_LITERAL(0, 0, 16), // "ABIFunctionField"
32 QT_MOC_LITERAL(1, 17, 15), // "functionChanged"
33 QT_MOC_LITERAL(2, 33, 0), // ""
34 QT_MOC_LITERAL(3, 34, 22), // "on_currentIndexChanged"
35 QT_MOC_LITERAL(4, 57, 12), // "FunctionType"
36 QT_MOC_LITERAL(5, 70, 6), // "Create"
37 QT_MOC_LITERAL(6, 77, 6), // "SendTo"
38 QT_MOC_LITERAL(7, 84, 4) // "Call"
39 
40  },
41  "ABIFunctionField\0functionChanged\0\0"
42  "on_currentIndexChanged\0FunctionType\0"
43  "Create\0SendTo\0Call"
44 };
45 #undef QT_MOC_LITERAL
46 
47 static const uint qt_meta_data_ABIFunctionField[] = {
48 
49  // content:
50  7, // revision
51  0, // classname
52  0, 0, // classinfo
53  2, 14, // methods
54  0, 0, // properties
55  1, 26, // enums/sets
56  0, 0, // constructors
57  0, // flags
58  1, // signalCount
59 
60  // signals: name, argc, parameters, tag, flags
61  1, 0, 24, 2, 0x06 /* Public */,
62 
63  // slots: name, argc, parameters, tag, flags
64  3, 0, 25, 2, 0x0a /* Public */,
65 
66  // signals: parameters
67  QMetaType::Void,
68 
69  // slots: parameters
70  QMetaType::Void,
71 
72  // enums: name, flags, count, data
73  4, 0x0, 3, 30,
74 
75  // enum data: key, value
79 
80  0 // eod
81 };
82 
83 void ABIFunctionField::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
84 {
85  if (_c == QMetaObject::InvokeMetaMethod) {
86  ABIFunctionField *_t = static_cast<ABIFunctionField *>(_o);
87  Q_UNUSED(_t)
88  switch (_id) {
89  case 0: _t->functionChanged(); break;
90  case 1: _t->on_currentIndexChanged(); break;
91  default: ;
92  }
93  } else if (_c == QMetaObject::IndexOfMethod) {
94  int *result = reinterpret_cast<int *>(_a[0]);
95  void **func = reinterpret_cast<void **>(_a[1]);
96  {
97  typedef void (ABIFunctionField::*_t)();
98  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&ABIFunctionField::functionChanged)) {
99  *result = 0;
100  }
101  }
102  }
103  Q_UNUSED(_a);
104 }
105 
106 const QMetaObject ABIFunctionField::staticMetaObject = {
107  { &QWidget::staticMetaObject, qt_meta_stringdata_ABIFunctionField.data,
108  qt_meta_data_ABIFunctionField, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
109 };
110 
111 
112 const QMetaObject *ABIFunctionField::metaObject() const
113 {
114  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115 }
116 
117 void *ABIFunctionField::qt_metacast(const char *_clname)
118 {
119  if (!_clname) return Q_NULLPTR;
120  if (!strcmp(_clname, qt_meta_stringdata_ABIFunctionField.stringdata0))
121  return static_cast<void*>(const_cast< ABIFunctionField*>(this));
122  return QWidget::qt_metacast(_clname);
123 }
124 
125 int ABIFunctionField::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
126 {
127  _id = QWidget::qt_metacall(_c, _id, _a);
128  if (_id < 0)
129  return _id;
130  if (_c == QMetaObject::InvokeMetaMethod) {
131  if (_id < 2)
132  qt_static_metacall(this, _c, _id, _a);
133  _id -= 2;
134  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135  if (_id < 2)
136  *reinterpret_cast<int*>(_a[0]) = -1;
137  _id -= 2;
138  }
139  return _id;
140 }
141 
142 // SIGNAL 0
144 {
145  QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
146 }
147 QT_END_MOC_NAMESPACE
uint32_t uint
Definition: libclwrapper.h:40
The ABIFunctionField class ABI functions widget.
#define QT_MOC_LITERAL(idx, ofs, len)