Bitcoin Core  28.1.0
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 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include <memory>
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'psbtoperationsdialog.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.2. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 QT_WARNING_PUSH
23 QT_WARNING_DISABLE_DEPRECATED
25  QByteArrayData data[6];
26  char stringdata0[91];
27 };
28 #define QT_MOC_LITERAL(idx, ofs, len) \
29  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30  qptrdiff(offsetof(qt_meta_stringdata_PSBTOperationsDialog_t, stringdata0) + ofs \
31  - idx * sizeof(QByteArrayData)) \
32  )
34  {
35 QT_MOC_LITERAL(0, 0, 20), // "PSBTOperationsDialog"
36 QT_MOC_LITERAL(1, 21, 15), // "signTransaction"
37 QT_MOC_LITERAL(2, 37, 0), // ""
38 QT_MOC_LITERAL(3, 38, 20), // "broadcastTransaction"
39 QT_MOC_LITERAL(4, 59, 15), // "copyToClipboard"
40 QT_MOC_LITERAL(5, 75, 15) // "saveTransaction"
41 
42  },
43  "PSBTOperationsDialog\0signTransaction\0"
44  "\0broadcastTransaction\0copyToClipboard\0"
45  "saveTransaction"
46 };
47 #undef QT_MOC_LITERAL
48 
49 static const uint qt_meta_data_PSBTOperationsDialog[] = {
50 
51  // content:
52  8, // revision
53  0, // classname
54  0, 0, // classinfo
55  4, 14, // methods
56  0, 0, // properties
57  0, 0, // enums/sets
58  0, 0, // constructors
59  0, // flags
60  0, // signalCount
61 
62  // slots: name, argc, parameters, tag, flags
63  1, 0, 34, 2, 0x0a /* Public */,
64  3, 0, 35, 2, 0x0a /* Public */,
65  4, 0, 36, 2, 0x0a /* Public */,
66  5, 0, 37, 2, 0x0a /* Public */,
67 
68  // slots: parameters
69  QMetaType::Void,
70  QMetaType::Void,
71  QMetaType::Void,
72  QMetaType::Void,
73 
74  0 // eod
75 };
76 
77 void PSBTOperationsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
78 {
79  if (_c == QMetaObject::InvokeMetaMethod) {
80  auto *_t = static_cast<PSBTOperationsDialog *>(_o);
81  (void)_t;
82  switch (_id) {
83  case 0: _t->signTransaction(); break;
84  case 1: _t->broadcastTransaction(); break;
85  case 2: _t->copyToClipboard(); break;
86  case 3: _t->saveTransaction(); break;
87  default: ;
88  }
89  }
90  (void)_a;
91 }
92 
93 QT_INIT_METAOBJECT const QMetaObject PSBTOperationsDialog::staticMetaObject = { {
94  QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
97  qt_static_metacall,
98  nullptr,
99  nullptr
100 } };
101 
102 
103 const QMetaObject *PSBTOperationsDialog::metaObject() const
104 {
105  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
106 }
107 
108 void *PSBTOperationsDialog::qt_metacast(const char *_clname)
109 {
110  if (!_clname) return nullptr;
112  return static_cast<void*>(this);
113  return QDialog::qt_metacast(_clname);
114 }
115 
116 int PSBTOperationsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
117 {
118  _id = QDialog::qt_metacall(_c, _id, _a);
119  if (_id < 0)
120  return _id;
121  if (_c == QMetaObject::InvokeMetaMethod) {
122  if (_id < 4)
123  qt_static_metacall(this, _c, _id, _a);
124  _id -= 4;
125  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
126  if (_id < 4)
127  *reinterpret_cast<int*>(_a[0]) = -1;
128  _id -= 4;
129  }
130  return _id;
131 }
132 QT_WARNING_POP
133 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)