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