9#include "../../../../src/widgets/timespinbox.h"
10#include <QtGui/qtextcursor.h>
11#include <QtCore/qmetatype.h>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'timespinbox.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.7.2. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
36#ifdef QT_MOC_HAS_STRINGDATA
37struct qt_meta_stringdata_CLASSTimeSpinBoxENDCLASS_t {};
38constexpr auto qt_meta_stringdata_CLASSTimeSpinBoxENDCLASS = QtMocHelpers::stringData(
44#error "qtmochelpers.h not found or too old."
48Q_CONSTINIT
static const uint qt_meta_data_CLASSTimeSpinBoxENDCLASS[] = {
62 1, 0, 20, 2, 0x06, 1 ,
70Q_CONSTINIT
const QMetaObject TimeSpinBox::staticMetaObject = { {
71 QMetaObject::SuperData::link<QSpinBox::staticMetaObject>(),
72 qt_meta_stringdata_CLASSTimeSpinBoxENDCLASS.offsetsAndSizes,
73 qt_meta_data_CLASSTimeSpinBoxENDCLASS,
76 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTimeSpinBoxENDCLASS_t,
78 QtPrivate::TypeAndForceComplete<TimeSpinBox, std::true_type>,
80 QtPrivate::TypeAndForceComplete<void, std::false_type>
85void TimeSpinBox::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t =
static_cast<TimeSpinBox *
>(_o);
91 case 0: _t->accepted();
break;
94 }
else if (_c == QMetaObject::IndexOfMethod) {
95 int *result =
reinterpret_cast<int *
>(_a[0]);
97 using _t = void (TimeSpinBox::*)();
98 if (_t _q_method = &TimeSpinBox::accepted; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
107const QMetaObject *TimeSpinBox::metaObject()
const
109 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
112void *TimeSpinBox::qt_metacast(
const char *_clname)
114 if (!_clname)
return nullptr;
115 if (!strcmp(_clname, qt_meta_stringdata_CLASSTimeSpinBoxENDCLASS.stringdata0))
116 return static_cast<void*
>(
this);
117 return QSpinBox::qt_metacast(_clname);
120int TimeSpinBox::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
122 _id = QSpinBox::qt_metacall(_c, _id, _a);
125 if (_c == QMetaObject::InvokeMetaMethod) {
127 qt_static_metacall(
this, _c, _id, _a);
129 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
138void TimeSpinBox::accepted()
140 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
144#ifdef QT_MOC_HAS_STRINGDATA
145struct qt_meta_stringdata_CLASSTimeSpinBoxLineEditENDCLASS_t {};
146constexpr auto qt_meta_stringdata_CLASSTimeSpinBoxLineEditENDCLASS = QtMocHelpers::stringData(
147 "TimeSpinBoxLineEdit"
150#error "qtmochelpers.h not found or too old."
154Q_CONSTINIT
static const uint qt_meta_data_CLASSTimeSpinBoxLineEditENDCLASS[] = {
170Q_CONSTINIT
const QMetaObject TimeSpinBoxLineEdit::staticMetaObject = { {
171 QMetaObject::SuperData::link<QLineEdit::staticMetaObject>(),
172 qt_meta_stringdata_CLASSTimeSpinBoxLineEditENDCLASS.offsetsAndSizes,
173 qt_meta_data_CLASSTimeSpinBoxLineEditENDCLASS,
176 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTimeSpinBoxLineEditENDCLASS_t,
178 QtPrivate::TypeAndForceComplete<TimeSpinBoxLineEdit, std::true_type>
183void TimeSpinBoxLineEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
191const QMetaObject *TimeSpinBoxLineEdit::metaObject()
const
193 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
196void *TimeSpinBoxLineEdit::qt_metacast(
const char *_clname)
198 if (!_clname)
return nullptr;
199 if (!strcmp(_clname, qt_meta_stringdata_CLASSTimeSpinBoxLineEditENDCLASS.stringdata0))
200 return static_cast<void*
>(
this);
201 return QLineEdit::qt_metacast(_clname);
204int TimeSpinBoxLineEdit::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
206 _id = QLineEdit::qt_metacall(_c, _id, _a);