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