Fabcoin Core  0.16.2
P2P Digital Currency
moc_createcontract.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'createcontract.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/createcontract.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'createcontract.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[7];
22  char stringdata0[120];
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_CreateContract_t, stringdata0) + ofs \
27  - idx * sizeof(QByteArrayData)) \
28  )
29 static const qt_meta_stringdata_CreateContract_t qt_meta_stringdata_CreateContract = {
30  {
31 QT_MOC_LITERAL(0, 0, 14), // "CreateContract"
32 QT_MOC_LITERAL(1, 15, 18), // "on_clearAllClicked"
33 QT_MOC_LITERAL(2, 34, 0), // ""
34 QT_MOC_LITERAL(3, 35, 24), // "on_createContractClicked"
35 QT_MOC_LITERAL(4, 60, 19), // "on_numBlocksChanged"
36 QT_MOC_LITERAL(5, 80, 21), // "on_updateCreateButton"
37 QT_MOC_LITERAL(6, 102, 17) // "on_newContractABI"
38 
39  },
40  "CreateContract\0on_clearAllClicked\0\0"
41  "on_createContractClicked\0on_numBlocksChanged\0"
42  "on_updateCreateButton\0on_newContractABI"
43 };
44 #undef QT_MOC_LITERAL
45 
46 static const uint qt_meta_data_CreateContract[] = {
47 
48  // content:
49  7, // revision
50  0, // classname
51  0, 0, // classinfo
52  5, 14, // methods
53  0, 0, // properties
54  0, 0, // enums/sets
55  0, 0, // constructors
56  0, // flags
57  0, // signalCount
58 
59  // slots: name, argc, parameters, tag, flags
60  1, 0, 39, 2, 0x0a /* Public */,
61  3, 0, 40, 2, 0x0a /* Public */,
62  4, 0, 41, 2, 0x0a /* Public */,
63  5, 0, 42, 2, 0x0a /* Public */,
64  6, 0, 43, 2, 0x0a /* Public */,
65 
66  // slots: parameters
67  QMetaType::Void,
68  QMetaType::Void,
69  QMetaType::Void,
70  QMetaType::Void,
71  QMetaType::Void,
72 
73  0 // eod
74 };
75 
76 void CreateContract::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77 {
78  if (_c == QMetaObject::InvokeMetaMethod) {
79  CreateContract *_t = static_cast<CreateContract *>(_o);
80  Q_UNUSED(_t)
81  switch (_id) {
82  case 0: _t->on_clearAllClicked(); break;
83  case 1: _t->on_createContractClicked(); break;
84  case 2: _t->on_numBlocksChanged(); break;
85  case 3: _t->on_updateCreateButton(); break;
86  case 4: _t->on_newContractABI(); break;
87  default: ;
88  }
89  }
90  Q_UNUSED(_a);
91 }
92 
93 const QMetaObject CreateContract::staticMetaObject = {
94  { &QWidget::staticMetaObject, qt_meta_stringdata_CreateContract.data,
95  qt_meta_data_CreateContract, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
96 };
97 
98 
99 const QMetaObject *CreateContract::metaObject() const
100 {
101  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
102 }
103 
104 void *CreateContract::qt_metacast(const char *_clname)
105 {
106  if (!_clname) return Q_NULLPTR;
107  if (!strcmp(_clname, qt_meta_stringdata_CreateContract.stringdata0))
108  return static_cast<void*>(const_cast< CreateContract*>(this));
109  return QWidget::qt_metacast(_clname);
110 }
111 
112 int CreateContract::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
113 {
114  _id = QWidget::qt_metacall(_c, _id, _a);
115  if (_id < 0)
116  return _id;
117  if (_c == QMetaObject::InvokeMetaMethod) {
118  if (_id < 5)
119  qt_static_metacall(this, _c, _id, _a);
120  _id -= 5;
121  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
122  if (_id < 5)
123  *reinterpret_cast<int*>(_a[0]) = -1;
124  _id -= 5;
125  }
126  return _id;
127 }
128 QT_END_MOC_NAMESPACE
void on_createContractClicked()
uint32_t uint
Definition: libclwrapper.h:40
void on_updateCreateButton()
void on_numBlocksChanged()
#define QT_MOC_LITERAL(idx, ofs, len)