CuteLogger
Fast and simple logging solution for Qt based applications
moc_transcodedialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'transcodedialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/transcodedialog.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 'transcodedialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.0. 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_ZN15TranscodeDialogE_t {};
35} // unnamed namespace
36
37template <> constexpr inline auto TranscodeDialog::qt_create_metaobjectdata<qt_meta_tag_ZN15TranscodeDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "TranscodeDialog",
42 "on_horizontalSlider_valueChanged",
43 "",
44 "position",
45 "on_checkBox_clicked",
46 "checked",
47 "on_advancedCheckBox_clicked"
48 };
49
50 QtMocHelpers::UintData qt_methods {
51 // Slot 'on_horizontalSlider_valueChanged'
52 QtMocHelpers::SlotData<void(int)>(1, 2, QMC::AccessPrivate, QMetaType::Void, {{
53 { QMetaType::Int, 3 },
54 }}),
55 // Slot 'on_checkBox_clicked'
56 QtMocHelpers::SlotData<void(bool)>(4, 2, QMC::AccessPrivate, QMetaType::Void, {{
57 { QMetaType::Bool, 5 },
58 }}),
59 // Slot 'on_advancedCheckBox_clicked'
60 QtMocHelpers::SlotData<void(bool)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
61 { QMetaType::Bool, 5 },
62 }}),
63 };
64 QtMocHelpers::UintData qt_properties {
65 };
66 QtMocHelpers::UintData qt_enums {
67 };
68 return QtMocHelpers::metaObjectData<TranscodeDialog, qt_meta_tag_ZN15TranscodeDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
69 qt_methods, qt_properties, qt_enums);
70}
71Q_CONSTINIT const QMetaObject TranscodeDialog::staticMetaObject = { {
72 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
73 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15TranscodeDialogE_t>.stringdata,
74 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15TranscodeDialogE_t>.data,
75 qt_static_metacall,
76 nullptr,
77 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN15TranscodeDialogE_t>.metaTypes,
78 nullptr
79} };
80
81void TranscodeDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
82{
83 auto *_t = static_cast<TranscodeDialog *>(_o);
84 if (_c == QMetaObject::InvokeMetaMethod) {
85 switch (_id) {
86 case 0: _t->on_horizontalSlider_valueChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
87 case 1: _t->on_checkBox_clicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
88 case 2: _t->on_advancedCheckBox_clicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
89 default: ;
90 }
91 }
92}
93
94const QMetaObject *TranscodeDialog::metaObject() const
95{
96 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
97}
98
99void *TranscodeDialog::qt_metacast(const char *_clname)
100{
101 if (!_clname) return nullptr;
102 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15TranscodeDialogE_t>.strings))
103 return static_cast<void*>(this);
104 return QDialog::qt_metacast(_clname);
105}
106
107int TranscodeDialog::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