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.7.2)
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.7.2. 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 {
34
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSSlideshowGeneratorWidgetENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSSlideshowGeneratorWidgetENDCLASS = QtMocHelpers::stringData(
38 "SlideshowGeneratorWidget",
39 "on_parameterChanged",
40 "",
41 "startPreview"
42);
43#else // !QT_MOC_HAS_STRINGDATA
44#error "qtmochelpers.h not found or too old."
45#endif // !QT_MOC_HAS_STRINGDATA
46} // unnamed namespace
47
48Q_CONSTINIT static const uint qt_meta_data_CLASSSlideshowGeneratorWidgetENDCLASS[] = {
49
50 // content:
51 12, // revision
52 0, // classname
53 0, 0, // classinfo
54 2, 14, // methods
55 0, 0, // properties
56 0, 0, // enums/sets
57 0, 0, // constructors
58 0, // flags
59 0, // signalCount
60
61 // slots: name, argc, parameters, tag, flags, initial metatype offsets
62 1, 0, 26, 2, 0x08, 1 /* Private */,
63
64 // methods: name, argc, parameters, tag, flags, initial metatype offsets
65 3, 0, 27, 2, 0x00, 2 /* Private */,
66
67 // slots: parameters
68 QMetaType::Void,
69
70 // methods: parameters
71 QMetaType::Void,
72
73 0 // eod
74};
75
76Q_CONSTINIT const QMetaObject SlideshowGeneratorWidget::staticMetaObject = { {
77 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
78 qt_meta_stringdata_CLASSSlideshowGeneratorWidgetENDCLASS.offsetsAndSizes,
79 qt_meta_data_CLASSSlideshowGeneratorWidgetENDCLASS,
80 qt_static_metacall,
81 nullptr,
82 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSSlideshowGeneratorWidgetENDCLASS_t,
83 // Q_OBJECT / Q_GADGET
84 QtPrivate::TypeAndForceComplete<SlideshowGeneratorWidget, std::true_type>,
85 // method 'on_parameterChanged'
86 QtPrivate::TypeAndForceComplete<void, std::false_type>,
87 // method 'startPreview'
88 QtPrivate::TypeAndForceComplete<void, std::false_type>
89 >,
90 nullptr
91} };
92
93void SlideshowGeneratorWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
94{
95 if (_c == QMetaObject::InvokeMetaMethod) {
96 auto *_t = static_cast<SlideshowGeneratorWidget *>(_o);
97 (void)_t;
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_CLASSSlideshowGeneratorWidgetENDCLASS.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 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130 if (_id < 2)
131 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
132 _id -= 2;
133 }
134 return _id;
135}
136QT_WARNING_POP