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