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