CuteLogger
Fast and simple logging solution for Qt based applications
moc_addonfiltersdialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'addonfiltersdialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.11.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/addonfiltersdialog.h"
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'addonfiltersdialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.11.1. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34struct qt_meta_tag_ZN18AddOnFiltersDialogE_t {};
35} // unnamed namespace
36
37template <> constexpr inline auto AddOnFiltersDialog::qt_create_metaobjectdata<qt_meta_tag_ZN18AddOnFiltersDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "AddOnFiltersDialog",
42 "onSearchTextChanged",
43 "",
44 "text",
45 "onItemChanged",
46 "QTreeWidgetItem*",
47 "item",
48 "column",
49 "onApply"
50 };
51
52 QtMocHelpers::UintData qt_methods {
53 // Slot 'onSearchTextChanged'
54 QtMocHelpers::SlotData<void(const QString &)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
55 { QMetaType::QString, 3 },
56 }}),
57 // Slot 'onItemChanged'
58 QtMocHelpers::SlotData<void(QTreeWidgetItem *, int)>(4, 2, QMC::AccessPrivate, QMetaType::Void, {{
59 { 0x80000000 | 5, 6 }, { QMetaType::Int, 7 },
60 }}),
61 // Slot 'onApply'
62 QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
63 };
64 QtMocHelpers::UintData qt_properties {
65 };
66 QtMocHelpers::UintData qt_enums {
67 };
68 return QtMocHelpers::metaObjectData<AddOnFiltersDialog, qt_meta_tag_ZN18AddOnFiltersDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
69 qt_methods, qt_properties, qt_enums);
70}
71Q_CONSTINIT const QMetaObject AddOnFiltersDialog::staticMetaObject = { {
72 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
73 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AddOnFiltersDialogE_t>.stringdata,
74 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AddOnFiltersDialogE_t>.data,
75 qt_static_metacall,
76 nullptr,
77 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18AddOnFiltersDialogE_t>.metaTypes,
78 nullptr
79} };
80
81void AddOnFiltersDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
82{
83 auto *_t = static_cast<AddOnFiltersDialog *>(_o);
84 if (_c == QMetaObject::InvokeMetaMethod) {
85 switch (_id) {
86 case 0: _t->onSearchTextChanged((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
87 case 1: _t->onItemChanged((*reinterpret_cast<std::add_pointer_t<QTreeWidgetItem*>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2]))); break;
88 case 2: _t->onApply(); break;
89 default: ;
90 }
91 }
92}
93
94const QMetaObject *AddOnFiltersDialog::metaObject() const
95{
96 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
97}
98
99void *AddOnFiltersDialog::qt_metacast(const char *_clname)
100{
101 if (!_clname) return nullptr;
102 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18AddOnFiltersDialogE_t>.strings))
103 return static_cast<void*>(this);
104 return QDialog::qt_metacast(_clname);
105}
106
107int AddOnFiltersDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
108{
109 _id = QDialog::qt_metacall(_c, _id, _a);
110 if (_id < 0)
111 return _id;
112 if (_c == QMetaObject::InvokeMetaMethod) {
113 if (_id < 3)
114 qt_static_metacall(this, _c, _id, _a);
115 _id -= 3;
116 }
117 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
118 if (_id < 3)
119 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
120 _id -= 3;
121 }
122 return _id;
123}
124QT_WARNING_POP