181 lines
6.2 KiB
C++
181 lines
6.2 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'settingsview.h'
|
|
**
|
|
** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.2)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#include "../../../src/ui/settingsview.h"
|
|
#include <QtGui/qtextcursor.h>
|
|
#include <QtCore/qmetatype.h>
|
|
|
|
#include <QtCore/qtmochelpers.h>
|
|
|
|
#include <memory>
|
|
|
|
|
|
#include <QtCore/qxptype_traits.h>
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'settingsview.h' doesn't include <QObject>."
|
|
#elif Q_MOC_OUTPUT_REVISION != 69
|
|
#error "This file was generated using the moc from 6.10.2. It"
|
|
#error "cannot be used with the include files from this version of Qt."
|
|
#error "(The moc has changed too much.)"
|
|
#endif
|
|
|
|
#ifndef Q_CONSTINIT
|
|
#define Q_CONSTINIT
|
|
#endif
|
|
|
|
QT_WARNING_PUSH
|
|
QT_WARNING_DISABLE_DEPRECATED
|
|
QT_WARNING_DISABLE_GCC("-Wuseless-cast")
|
|
namespace {
|
|
struct qt_meta_tag_ZN12SettingsViewE_t {};
|
|
} // unnamed namespace
|
|
|
|
template <> constexpr inline auto SettingsView::qt_create_metaobjectdata<qt_meta_tag_ZN12SettingsViewE_t>()
|
|
{
|
|
namespace QMC = QtMocConstants;
|
|
QtMocHelpers::StringRefStorage qt_stringData {
|
|
"SettingsView",
|
|
"accountAddRequested",
|
|
"",
|
|
"accountEditRequested",
|
|
"accountIndex",
|
|
"accountDeleteRequested",
|
|
"themeChanged",
|
|
"theme",
|
|
"settingChanged",
|
|
"key",
|
|
"QVariant",
|
|
"value"
|
|
};
|
|
|
|
QtMocHelpers::UintData qt_methods {
|
|
// Signal 'accountAddRequested'
|
|
QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
|
|
// Signal 'accountEditRequested'
|
|
QtMocHelpers::SignalData<void(int)>(3, 2, QMC::AccessPublic, QMetaType::Void, {{
|
|
{ QMetaType::Int, 4 },
|
|
}}),
|
|
// Signal 'accountDeleteRequested'
|
|
QtMocHelpers::SignalData<void(int)>(5, 2, QMC::AccessPublic, QMetaType::Void, {{
|
|
{ QMetaType::Int, 4 },
|
|
}}),
|
|
// Signal 'themeChanged'
|
|
QtMocHelpers::SignalData<void(const QString &)>(6, 2, QMC::AccessPublic, QMetaType::Void, {{
|
|
{ QMetaType::QString, 7 },
|
|
}}),
|
|
// Signal 'settingChanged'
|
|
QtMocHelpers::SignalData<void(const QString &, const QVariant &)>(8, 2, QMC::AccessPublic, QMetaType::Void, {{
|
|
{ QMetaType::QString, 9 }, { 0x80000000 | 10, 11 },
|
|
}}),
|
|
};
|
|
QtMocHelpers::UintData qt_properties {
|
|
};
|
|
QtMocHelpers::UintData qt_enums {
|
|
};
|
|
return QtMocHelpers::metaObjectData<SettingsView, qt_meta_tag_ZN12SettingsViewE_t>(QMC::MetaObjectFlag{}, qt_stringData,
|
|
qt_methods, qt_properties, qt_enums);
|
|
}
|
|
Q_CONSTINIT const QMetaObject SettingsView::staticMetaObject = { {
|
|
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
|
|
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12SettingsViewE_t>.stringdata,
|
|
qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12SettingsViewE_t>.data,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN12SettingsViewE_t>.metaTypes,
|
|
nullptr
|
|
} };
|
|
|
|
void SettingsView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
auto *_t = static_cast<SettingsView *>(_o);
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
switch (_id) {
|
|
case 0: _t->accountAddRequested(); break;
|
|
case 1: _t->accountEditRequested((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
|
|
case 2: _t->accountDeleteRequested((*reinterpret_cast<std::add_pointer_t<int>>(_a[1]))); break;
|
|
case 3: _t->themeChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
|
case 4: _t->settingChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<QVariant>>(_a[2]))); break;
|
|
default: ;
|
|
}
|
|
}
|
|
if (_c == QMetaObject::IndexOfMethod) {
|
|
if (QtMocHelpers::indexOfMethod<void (SettingsView::*)()>(_a, &SettingsView::accountAddRequested, 0))
|
|
return;
|
|
if (QtMocHelpers::indexOfMethod<void (SettingsView::*)(int )>(_a, &SettingsView::accountEditRequested, 1))
|
|
return;
|
|
if (QtMocHelpers::indexOfMethod<void (SettingsView::*)(int )>(_a, &SettingsView::accountDeleteRequested, 2))
|
|
return;
|
|
if (QtMocHelpers::indexOfMethod<void (SettingsView::*)(const QString & )>(_a, &SettingsView::themeChanged, 3))
|
|
return;
|
|
if (QtMocHelpers::indexOfMethod<void (SettingsView::*)(const QString & , const QVariant & )>(_a, &SettingsView::settingChanged, 4))
|
|
return;
|
|
}
|
|
}
|
|
|
|
const QMetaObject *SettingsView::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *SettingsView::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN12SettingsViewE_t>.strings))
|
|
return static_cast<void*>(this);
|
|
return QWidget::qt_metacast(_clname);
|
|
}
|
|
|
|
int SettingsView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QWidget::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 5)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 5;
|
|
}
|
|
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 5)
|
|
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
|
_id -= 5;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void SettingsView::accountAddRequested()
|
|
{
|
|
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
|
|
}
|
|
|
|
// SIGNAL 1
|
|
void SettingsView::accountEditRequested(int _t1)
|
|
{
|
|
QMetaObject::activate<void>(this, &staticMetaObject, 1, nullptr, _t1);
|
|
}
|
|
|
|
// SIGNAL 2
|
|
void SettingsView::accountDeleteRequested(int _t1)
|
|
{
|
|
QMetaObject::activate<void>(this, &staticMetaObject, 2, nullptr, _t1);
|
|
}
|
|
|
|
// SIGNAL 3
|
|
void SettingsView::themeChanged(const QString & _t1)
|
|
{
|
|
QMetaObject::activate<void>(this, &staticMetaObject, 3, nullptr, _t1);
|
|
}
|
|
|
|
// SIGNAL 4
|
|
void SettingsView::settingChanged(const QString & _t1, const QVariant & _t2)
|
|
{
|
|
QMetaObject::activate<void>(this, &staticMetaObject, 4, nullptr, _t1, _t2);
|
|
}
|
|
QT_WARNING_POP
|