11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'optionsmodel.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.)"
23QT_WARNING_DISABLE_DEPRECATED
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_OptionsModel_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
44 "OptionsModel\0displayUnitChanged\0\0unit\0"
45 "coinControlFeaturesChanged\0"
46 "showTrayIconChanged\0"
47 "useEmbeddedMonospacedFontChanged"
71 QMetaType::Void, QMetaType::Int, 3,
72 QMetaType::Void, QMetaType::Bool, 2,
73 QMetaType::Void, QMetaType::Bool, 2,
74 QMetaType::Void, QMetaType::Bool, 2,
79void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
81 if (_c == QMetaObject::InvokeMetaMethod) {
86 case 1: _t->coinControlFeaturesChanged((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
87 case 2: _t->showTrayIconChanged((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
88 case 3: _t->useEmbeddedMonospacedFontChanged((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
91 }
else if (_c == QMetaObject::IndexOfMethod) {
92 int *result =
reinterpret_cast<int *
>(_a[0]);
124QT_INIT_METAOBJECT
const QMetaObject OptionsModel::staticMetaObject = { {
125 QMetaObject::SuperData::link<QAbstractListModel::staticMetaObject>(),
134const QMetaObject *OptionsModel::metaObject()
const
136 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
139void *OptionsModel::qt_metacast(
const char *_clname)
141 if (!_clname)
return nullptr;
143 return static_cast<void*
>(
this);
144 return QAbstractListModel::qt_metacast(_clname);
147int OptionsModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
149 _id = QAbstractListModel::qt_metacall(_c, _id, _a);
152 if (_c == QMetaObject::InvokeMetaMethod) {
154 qt_static_metacall(
this, _c, _id, _a);
156 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
158 *
reinterpret_cast<int*
>(_a[0]) = -1;
167 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
168 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
174 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
175 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
181 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
182 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
188 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
189 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
Interface from Qt to configuration data structure for Bitcoin client.
void coinControlFeaturesChanged(bool)
void displayUnitChanged(int unit)
void showTrayIconChanged(bool)
void useEmbeddedMonospacedFontChanged(bool)
static const qt_meta_stringdata_OptionsModel_t qt_meta_stringdata_OptionsModel
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_OptionsModel[]