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.8.3. 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")
35struct qt_meta_tag_ZN11TimeSpinBoxE_t {};
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN11TimeSpinBoxE = QtMocHelpers::stringData(
46#error "qtmochelpers.h not found or too old."
49Q_CONSTINIT
static const uint qt_meta_data_ZN11TimeSpinBoxE[] = {
63 1, 0, 20, 2, 0x06, 1 ,
71Q_CONSTINIT
const QMetaObject TimeSpinBox::staticMetaObject = { {
72 QMetaObject::SuperData::link<QSpinBox::staticMetaObject>(),
73 qt_meta_stringdata_ZN11TimeSpinBoxE.offsetsAndSizes,
74 qt_meta_data_ZN11TimeSpinBoxE,
77 qt_incomplete_metaTypeArray<qt_meta_tag_ZN11TimeSpinBoxE_t,
79 QtPrivate::TypeAndForceComplete<TimeSpinBox, std::true_type>,
81 QtPrivate::TypeAndForceComplete<void, std::false_type>
86void TimeSpinBox::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
88 auto *_t =
static_cast<TimeSpinBox *
>(_o);
89 if (_c == QMetaObject::InvokeMetaMethod) {
91 case 0: _t->accepted();
break;
95 if (_c == QMetaObject::IndexOfMethod) {
96 int *result =
reinterpret_cast<int *
>(_a[0]);
98 using _q_method_type = void (TimeSpinBox::*)();
99 if (_q_method_type _q_method = &TimeSpinBox::accepted; *
reinterpret_cast<_q_method_type *
>(_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_ZN11TimeSpinBoxE.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);
130 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
132 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
139void TimeSpinBox::accepted()
141 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
144struct qt_meta_tag_ZN19TimeSpinBoxLineEditE_t {};
148#ifdef QT_MOC_HAS_STRINGDATA
149static constexpr auto qt_meta_stringdata_ZN19TimeSpinBoxLineEditE = QtMocHelpers::stringData(
150 "TimeSpinBoxLineEdit"
153#error "qtmochelpers.h not found or too old."
156Q_CONSTINIT
static const uint qt_meta_data_ZN19TimeSpinBoxLineEditE[] = {
172Q_CONSTINIT
const QMetaObject TimeSpinBoxLineEdit::staticMetaObject = { {
173 QMetaObject::SuperData::link<QLineEdit::staticMetaObject>(),
174 qt_meta_stringdata_ZN19TimeSpinBoxLineEditE.offsetsAndSizes,
175 qt_meta_data_ZN19TimeSpinBoxLineEditE,
178 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19TimeSpinBoxLineEditE_t,
180 QtPrivate::TypeAndForceComplete<TimeSpinBoxLineEdit, std::true_type>
185void TimeSpinBoxLineEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
187 auto *_t =
static_cast<TimeSpinBoxLineEdit *
>(_o);
194const QMetaObject *TimeSpinBoxLineEdit::metaObject()
const
196 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
199void *TimeSpinBoxLineEdit::qt_metacast(
const char *_clname)
201 if (!_clname)
return nullptr;
202 if (!strcmp(_clname, qt_meta_stringdata_ZN19TimeSpinBoxLineEditE.stringdata0))
203 return static_cast<void*
>(
this);
204 return QLineEdit::qt_metacast(_clname);
207int TimeSpinBoxLineEdit::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
209 _id = QLineEdit::qt_metacall(_c, _id, _a);