CuteLogger
Fast and simple logging solution for Qt based applications
moc_slideshowgeneratorwidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'slideshowgeneratorwidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/widgets/slideshowgeneratorwidget.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 'slideshowgeneratorwidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.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_ZN24SlideshowGeneratorWidgetE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN24SlideshowGeneratorWidgetE = QtMocHelpers::stringData(
40 "SlideshowGeneratorWidget",
41 "on_parameterChanged",
42 "",
43 "startPreview"
44);
45#else // !QT_MOC_HAS_STRINGDATA
46#error "qtmochelpers.h not found or too old."
47#endif // !QT_MOC_HAS_STRINGDATA
48
49Q_CONSTINIT static const uint qt_meta_data_ZN24SlideshowGeneratorWidgetE[] = {
50
51 // content:
52 12, // revision
53 0, // classname
54 0, 0, // classinfo
55 2, 14, // methods
56 0, 0, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 0, // signalCount
61
62 // slots: name, argc, parameters, tag, flags, initial metatype offsets
63 1, 0, 26, 2, 0x08, 1 /* Private */,
64
65 // methods: name, argc, parameters, tag, flags, initial metatype offsets
66 3, 0, 27, 2, 0x00, 2 /* Private */,
67
68 // slots: parameters
69 QMetaType::Void,
70
71 // methods: parameters
72 QMetaType::Void,
73
74 0 // eod
75};
76
77Q_CONSTINIT const QMetaObject SlideshowGeneratorWidget::staticMetaObject = { {
78 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
79 qt_meta_stringdata_ZN24SlideshowGeneratorWidgetE.offsetsAndSizes,
80 qt_meta_data_ZN24SlideshowGeneratorWidgetE,
81 qt_static_metacall,
82 nullptr,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN24SlideshowGeneratorWidgetE_t,
84 // Q_OBJECT / Q_GADGET
85 QtPrivate::TypeAndForceComplete<SlideshowGeneratorWidget, std::true_type>,
86 // method 'on_parameterChanged'
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
88 // method 'startPreview'
89 QtPrivate::TypeAndForceComplete<void, std::false_type>
90 >,
91 nullptr
92} };
93
94void SlideshowGeneratorWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
95{
96 auto *_t = static_cast<SlideshowGeneratorWidget *>(_o);
97 if (_c == QMetaObject::InvokeMetaMethod) {
98 switch (_id) {
99 case 0: _t->on_parameterChanged(); break;
100 case 1: _t->startPreview(); break;
101 default: ;
102 }
103 }
104 (void)_a;
105}
106
107const QMetaObject *SlideshowGeneratorWidget::metaObject() const
108{
109 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110}
111
112void *SlideshowGeneratorWidget::qt_metacast(const char *_clname)
113{
114 if (!_clname) return nullptr;
115 if (!strcmp(_clname, qt_meta_stringdata_ZN24SlideshowGeneratorWidgetE.stringdata0))
116 return static_cast<void*>(this);
117 return QWidget::qt_metacast(_clname);
118}
119
120int SlideshowGeneratorWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121{
122 _id = QWidget::qt_metacall(_c, _id, _a);
123 if (_id < 0)
124 return _id;
125 if (_c == QMetaObject::InvokeMetaMethod) {
126 if (_id < 2)
127 qt_static_metacall(this, _c, _id, _a);
128 _id -= 2;
129 }
130 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 if (_id < 2)
132 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
133 _id -= 2;
134 }
135 return _id;
136}
137QT_WARNING_POP