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.9.4. 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
20 QT_WARNING_PUSH
21 QT_WARNING_DISABLE_DEPRECATED
23  QByteArrayData data[6];
24  char stringdata0[91];
25 };
26 #define QT_MOC_LITERAL(idx, ofs, len) \
27  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
28  qptrdiff(offsetof(qt_meta_stringdata_PSBTOperationsDialog_t, stringdata0) + ofs \
29  - idx * sizeof(QByteArrayData)) \
30  )
32  {
33 QT_MOC_LITERAL(0, 0, 20), // "PSBTOperationsDialog"
34 QT_MOC_LITERAL(1, 21, 15), // "signTransaction"
35 QT_MOC_LITERAL(2, 37, 0), // ""
36 QT_MOC_LITERAL(3, 38, 20), // "broadcastTransaction"
37 QT_MOC_LITERAL(4, 59, 15), // "copyToClipboard"
38 QT_MOC_LITERAL(5, 75, 15) // "saveTransaction"
39 
40  },
41  "PSBTOperationsDialog\0signTransaction\0"
42  "\0broadcastTransaction\0copyToClipboard\0"
43  "saveTransaction"
44 };
45 #undef QT_MOC_LITERAL
46 
47 static const uint qt_meta_data_PSBTOperationsDialog[] = {
48 
49  // content:
50  7, // revision
51  0, // classname
52  0, 0, // classinfo
53  4, 14, // methods
54  0, 0, // properties
55  0, 0, // enums/sets
56  0, 0, // constructors
57  0, // flags
58  0, // signalCount
59 
60  // slots: name, argc, parameters, tag, flags
61  1, 0, 34, 2, 0x0a /* Public */,
62  3, 0, 35, 2, 0x0a /* Public */,
63  4, 0, 36, 2, 0x0a /* Public */,
64  5, 0, 37, 2, 0x0a /* Public */,
65 
66  // slots: parameters
67  QMetaType::Void,
68  QMetaType::Void,
69  QMetaType::Void,
70  QMetaType::Void,
71 
72  0 // eod
73 };
74 
75 void PSBTOperationsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
76 {
77  if (_c == QMetaObject::InvokeMetaMethod) {
78  PSBTOperationsDialog *_t = static_cast<PSBTOperationsDialog *>(_o);
79  Q_UNUSED(_t)
80  switch (_id) {
81  case 0: _t->signTransaction(); break;
82  case 1: _t->broadcastTransaction(); break;
83  case 2: _t->copyToClipboard(); break;
84  case 3: _t->saveTransaction(); break;
85  default: ;
86  }
87  }
88  Q_UNUSED(_a);
89 }
90 
91 const QMetaObject PSBTOperationsDialog::staticMetaObject = {
92  { &QDialog::staticMetaObject, qt_meta_stringdata_PSBTOperationsDialog.data,
93  qt_meta_data_PSBTOperationsDialog, qt_static_metacall, nullptr, nullptr}
94 };
95 
96 
97 const QMetaObject *PSBTOperationsDialog::metaObject() const
98 {
99  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
100 }
101 
102 void *PSBTOperationsDialog::qt_metacast(const char *_clname)
103 {
104  if (!_clname) return nullptr;
106  return static_cast<void*>(this);
107  return QDialog::qt_metacast(_clname);
108 }
109 
110 int PSBTOperationsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
111 {
112  _id = QDialog::qt_metacall(_c, _id, _a);
113  if (_id < 0)
114  return _id;
115  if (_c == QMetaObject::InvokeMetaMethod) {
116  if (_id < 4)
117  qt_static_metacall(this, _c, _id, _a);
118  _id -= 4;
119  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
120  if (_id < 4)
121  *reinterpret_cast<int*>(_a[0]) = -1;
122  _id -= 4;
123  }
124  return _id;
125 }
126 QT_WARNING_POP
127 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)