Bitcoin Core  27.1.0
P2P Digital Currency
moc_optionsmodel.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'optionsmodel.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/optionsmodel.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'optionsmodel.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[8];
25  char stringdata0[117];
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_OptionsModel_t, stringdata0) + ofs \
30  - idx * sizeof(QByteArrayData)) \
31  )
33  {
34 QT_MOC_LITERAL(0, 0, 12), // "OptionsModel"
35 QT_MOC_LITERAL(1, 13, 18), // "displayUnitChanged"
36 QT_MOC_LITERAL(2, 32, 0), // ""
37 QT_MOC_LITERAL(3, 33, 11), // "BitcoinUnit"
38 QT_MOC_LITERAL(4, 45, 4), // "unit"
39 QT_MOC_LITERAL(5, 50, 26), // "coinControlFeaturesChanged"
40 QT_MOC_LITERAL(6, 77, 19), // "showTrayIconChanged"
41 QT_MOC_LITERAL(7, 97, 19) // "fontForMoneyChanged"
42 
43  },
44  "OptionsModel\0displayUnitChanged\0\0"
45  "BitcoinUnit\0unit\0coinControlFeaturesChanged\0"
46  "showTrayIconChanged\0fontForMoneyChanged"
47 };
48 #undef QT_MOC_LITERAL
49 
50 static const uint qt_meta_data_OptionsModel[] = {
51 
52  // content:
53  8, // revision
54  0, // classname
55  0, 0, // classinfo
56  4, 14, // methods
57  0, 0, // properties
58  0, 0, // enums/sets
59  0, 0, // constructors
60  0, // flags
61  4, // signalCount
62 
63  // signals: name, argc, parameters, tag, flags
64  1, 1, 34, 2, 0x06 /* Public */,
65  5, 1, 37, 2, 0x06 /* Public */,
66  6, 1, 40, 2, 0x06 /* Public */,
67  7, 1, 43, 2, 0x06 /* Public */,
68 
69  // signals: parameters
70  QMetaType::Void, 0x80000000 | 3, 4,
71  QMetaType::Void, QMetaType::Bool, 2,
72  QMetaType::Void, QMetaType::Bool, 2,
73  QMetaType::Void, QMetaType::QFont, 2,
74 
75  0 // eod
76 };
77 
78 void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
79 {
80  if (_c == QMetaObject::InvokeMetaMethod) {
81  auto *_t = static_cast<OptionsModel *>(_o);
82  Q_UNUSED(_t)
83  switch (_id) {
84  case 0: _t->displayUnitChanged((*reinterpret_cast< BitcoinUnit(*)>(_a[1]))); break;
85  case 1: _t->coinControlFeaturesChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
86  case 2: _t->showTrayIconChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
87  case 3: _t->fontForMoneyChanged((*reinterpret_cast< const QFont(*)>(_a[1]))); break;
88  default: ;
89  }
90  } else if (_c == QMetaObject::IndexOfMethod) {
91  int *result = reinterpret_cast<int *>(_a[0]);
92  {
93  using _t = void (OptionsModel::*)(BitcoinUnit );
94  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&OptionsModel::displayUnitChanged)) {
95  *result = 0;
96  return;
97  }
98  }
99  {
100  using _t = void (OptionsModel::*)(bool );
101  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&OptionsModel::coinControlFeaturesChanged)) {
102  *result = 1;
103  return;
104  }
105  }
106  {
107  using _t = void (OptionsModel::*)(bool );
108  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&OptionsModel::showTrayIconChanged)) {
109  *result = 2;
110  return;
111  }
112  }
113  {
114  using _t = void (OptionsModel::*)(const QFont & );
115  if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&OptionsModel::fontForMoneyChanged)) {
116  *result = 3;
117  return;
118  }
119  }
120  }
121 }
122 
123 QT_INIT_METAOBJECT const QMetaObject OptionsModel::staticMetaObject = { {
124  &QAbstractListModel::staticMetaObject,
127  qt_static_metacall,
128  nullptr,
129  nullptr
130 } };
131 
132 
133 const QMetaObject *OptionsModel::metaObject() const
134 {
135  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136 }
137 
138 void *OptionsModel::qt_metacast(const char *_clname)
139 {
140  if (!_clname) return nullptr;
141  if (!strcmp(_clname, qt_meta_stringdata_OptionsModel.stringdata0))
142  return static_cast<void*>(this);
143  return QAbstractListModel::qt_metacast(_clname);
144 }
145 
146 int OptionsModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
147 {
148  _id = QAbstractListModel::qt_metacall(_c, _id, _a);
149  if (_id < 0)
150  return _id;
151  if (_c == QMetaObject::InvokeMetaMethod) {
152  if (_id < 4)
153  qt_static_metacall(this, _c, _id, _a);
154  _id -= 4;
155  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
156  if (_id < 4)
157  *reinterpret_cast<int*>(_a[0]) = -1;
158  _id -= 4;
159  }
160  return _id;
161 }
162 
163 // SIGNAL 0
165 {
166  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
167  QMetaObject::activate(this, &staticMetaObject, 0, _a);
168 }
169 
170 // SIGNAL 1
172 {
173  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
174  QMetaObject::activate(this, &staticMetaObject, 1, _a);
175 }
176 
177 // SIGNAL 2
179 {
180  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
181  QMetaObject::activate(this, &staticMetaObject, 2, _a);
182 }
183 
184 // SIGNAL 3
185 void OptionsModel::fontForMoneyChanged(const QFont & _t1)
186 {
187  void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
188  QMetaObject::activate(this, &staticMetaObject, 3, _a);
189 }
190 QT_WARNING_POP
191 QT_END_MOC_NAMESPACE
Unit
Bitcoin units.
Definition: bitcoinunits.h:42
BitcoinUnits::Unit BitcoinUnit
Definition: bitcoinunits.h:111
static const qt_meta_stringdata_OptionsModel_t qt_meta_stringdata_OptionsModel
void coinControlFeaturesChanged(bool)
void displayUnitChanged(BitcoinUnit unit)
#define QT_MOC_LITERAL(idx, ofs, len)
Interface from Qt to configuration data structure for Bitcoin client.
Definition: optionsmodel.h:42
static const uint qt_meta_data_OptionsModel[]
void fontForMoneyChanged(const QFont &)
void showTrayIconChanged(bool)