Bitcoin Core  28.1.0
P2P Digital Currency
moc_addressbookpage.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'addressbookpage.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.8)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include <memory>
10 #include "qt/addressbookpage.h"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'addressbookpage.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.8. 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[19];
26  char stringdata0[249];
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_AddressBookPage_t, stringdata0) + ofs \
31  - idx * sizeof(QByteArrayData)) \
32  )
34  {
35 QT_MOC_LITERAL(0, 0, 15), // "AddressBookPage"
36 QT_MOC_LITERAL(1, 16, 9), // "sendCoins"
37 QT_MOC_LITERAL(2, 26, 0), // ""
38 QT_MOC_LITERAL(3, 27, 4), // "addr"
39 QT_MOC_LITERAL(4, 32, 4), // "done"
40 QT_MOC_LITERAL(5, 37, 6), // "retval"
41 QT_MOC_LITERAL(6, 44, 24), // "on_deleteAddress_clicked"
42 QT_MOC_LITERAL(7, 69, 21), // "on_newAddress_clicked"
43 QT_MOC_LITERAL(8, 91, 22), // "on_copyAddress_clicked"
44 QT_MOC_LITERAL(9, 114, 17), // "onCopyLabelAction"
45 QT_MOC_LITERAL(10, 132, 12), // "onEditAction"
46 QT_MOC_LITERAL(11, 145, 23), // "on_exportButton_clicked"
47 QT_MOC_LITERAL(12, 169, 16), // "selectionChanged"
48 QT_MOC_LITERAL(13, 186, 14), // "contextualMenu"
49 QT_MOC_LITERAL(14, 201, 5), // "point"
50 QT_MOC_LITERAL(15, 207, 16), // "selectNewAddress"
51 QT_MOC_LITERAL(16, 224, 11), // "QModelIndex"
52 QT_MOC_LITERAL(17, 236, 6), // "parent"
53 QT_MOC_LITERAL(18, 243, 5) // "begin"
54 
55  },
56  "AddressBookPage\0sendCoins\0\0addr\0done\0"
57  "retval\0on_deleteAddress_clicked\0"
58  "on_newAddress_clicked\0on_copyAddress_clicked\0"
59  "onCopyLabelAction\0onEditAction\0"
60  "on_exportButton_clicked\0selectionChanged\0"
61  "contextualMenu\0point\0selectNewAddress\0"
62  "QModelIndex\0parent\0begin"
63 };
64 #undef QT_MOC_LITERAL
65 
66 static const uint qt_meta_data_AddressBookPage[] = {
67 
68  // content:
69  8, // revision
70  0, // classname
71  0, 0, // classinfo
72  11, 14, // methods
73  0, 0, // properties
74  0, 0, // enums/sets
75  0, 0, // constructors
76  0, // flags
77  1, // signalCount
78 
79  // signals: name, argc, parameters, tag, flags
80  1, 1, 69, 2, 0x06 /* Public */,
81 
82  // slots: name, argc, parameters, tag, flags
83  4, 1, 72, 2, 0x0a /* Public */,
84  6, 0, 75, 2, 0x08 /* Private */,
85  7, 0, 76, 2, 0x08 /* Private */,
86  8, 0, 77, 2, 0x08 /* Private */,
87  9, 0, 78, 2, 0x08 /* Private */,
88  10, 0, 79, 2, 0x08 /* Private */,
89  11, 0, 80, 2, 0x08 /* Private */,
90  12, 0, 81, 2, 0x08 /* Private */,
91  13, 1, 82, 2, 0x08 /* Private */,
92  15, 3, 85, 2, 0x08 /* Private */,
93 
94  // signals: parameters
95  QMetaType::Void, QMetaType::QString, 3,
96 
97  // slots: parameters
98  QMetaType::Void, QMetaType::Int, 5,
99  QMetaType::Void,
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void,
103  QMetaType::Void,
104  QMetaType::Void,
105  QMetaType::Void,
106  QMetaType::Void, QMetaType::QPoint, 14,
107  QMetaType::Void, 0x80000000 | 16, QMetaType::Int, QMetaType::Int, 17, 18, 2,
108 
109  0 // eod
110 };
111 
112 void AddressBookPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
113 {
114  if (_c == QMetaObject::InvokeMetaMethod) {
115  auto *_t = static_cast<AddressBookPage *>(_o);
116  (void)_t;
117  switch (_id) {
118  case 0: _t->sendCoins((*reinterpret_cast< QString(*)>(_a[1]))); break;
119  case 1: _t->done((*reinterpret_cast< int(*)>(_a[1]))); break;
120  case 2: _t->on_deleteAddress_clicked(); break;
121  case 3: _t->on_newAddress_clicked(); break;
122  case 4: _t->on_copyAddress_clicked(); break;
123  case 5: _t->onCopyLabelAction(); break;
124  case 6: _t->onEditAction(); break;
125  case 7: _t->on_exportButton_clicked(); break;
126  case 8: _t->selectionChanged(); break;
127  case 9: _t->contextualMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
128  case 10: _t->selectNewAddress((*reinterpret_cast< const QModelIndex(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
129  default: ;
130  }
131  } else if (_c == QMetaObject::IndexOfMethod) {
132  int *result = reinterpret_cast<int *>(_a[0]);
133  {
134  using _t = void (AddressBookPage::*)(QString );
135  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AddressBookPage::sendCoins)) {
136  *result = 0;
137  return;
138  }
139  }
140  }
141 }
142 
143 QT_INIT_METAOBJECT const QMetaObject AddressBookPage::staticMetaObject = { {
144  QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
147  qt_static_metacall,
148  nullptr,
149  nullptr
150 } };
151 
152 
153 const QMetaObject *AddressBookPage::metaObject() const
154 {
155  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
156 }
157 
158 void *AddressBookPage::qt_metacast(const char *_clname)
159 {
160  if (!_clname) return nullptr;
161  if (!strcmp(_clname, qt_meta_stringdata_AddressBookPage.stringdata0))
162  return static_cast<void*>(this);
163  return QDialog::qt_metacast(_clname);
164 }
165 
166 int AddressBookPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
167 {
168  _id = QDialog::qt_metacall(_c, _id, _a);
169  if (_id < 0)
170  return _id;
171  if (_c == QMetaObject::InvokeMetaMethod) {
172  if (_id < 11)
173  qt_static_metacall(this, _c, _id, _a);
174  _id -= 11;
175  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
176  if (_id < 11)
177  *reinterpret_cast<int*>(_a[0]) = -1;
178  _id -= 11;
179  }
180  return _id;
181 }
182 
183 // SIGNAL 0
184 void AddressBookPage::sendCoins(QString _t1)
185 {
186  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
187  QMetaObject::activate(this, &staticMetaObject, 0, _a);
188 }
189 QT_WARNING_POP
190 QT_END_MOC_NAMESPACE
static const qt_meta_stringdata_AddressBookPage_t qt_meta_stringdata_AddressBookPage
static const uint qt_meta_data_AddressBookPage[]
Widget that shows a list of sending or receiving addresses.
#define QT_MOC_LITERAL(idx, ofs, len)
void sendCoins(QString addr)