9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'optionsmodel.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.5.1. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \ 25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 26 qptrdiff(offsetof(qt_meta_stringdata_OptionsModel_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 42 "OptionsModel\0displayUnitChanged\0\0unit\0" 43 "coinControlFeaturesChanged\0" 44 "hideTrayIconChanged\0reserveBalanceChanged\0" 45 "CAmount\0zeroBalanceAddressTokenChanged" 49 static const uint qt_meta_data_OptionsModel[] = {
70 QMetaType::Void, QMetaType::Int, 3,
71 QMetaType::Void, QMetaType::Bool, 2,
72 QMetaType::Void, QMetaType::Bool, 2,
73 QMetaType::Void, 0x80000000 | 7, 2,
74 QMetaType::Void, QMetaType::Bool, 2,
79 void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
81 if (_c == QMetaObject::InvokeMetaMethod) {
92 }
else if (_c == QMetaObject::IndexOfMethod) {
93 int *result =
reinterpret_cast<int *
>(_a[0]);
94 void **func =
reinterpret_cast<void **
>(_a[1]);
128 const QMetaObject OptionsModel::staticMetaObject = {
129 { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_OptionsModel.
data,
130 qt_meta_data_OptionsModel, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
134 const QMetaObject *OptionsModel::metaObject()
const 136 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
139 void *OptionsModel::qt_metacast(
const char *_clname)
141 if (!_clname)
return Q_NULLPTR;
142 if (!strcmp(_clname, qt_meta_stringdata_OptionsModel.
stringdata0))
143 return static_cast<void*
>(
const_cast< OptionsModel*
>(
this));
144 return QAbstractListModel::qt_metacast(_clname);
147 int 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[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
168 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
174 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
175 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
181 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
182 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
188 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
189 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
195 void *_a[] = { Q_NULLPTR,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
196 QMetaObject::activate(
this, &staticMetaObject, 4, _a);
void hideTrayIconChanged(bool)
void coinControlFeaturesChanged(bool)
int64_t CAmount
Amount in lius (Can be negative)
void zeroBalanceAddressTokenChanged(bool)
#define QT_MOC_LITERAL(idx, ofs, len)
void displayUnitChanged(int unit)
void reserveBalanceChanged(CAmount)
Interface from Qt to configuration data structure for Fabcoin client.