10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'singlepagedialogbase.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN20SinglePageDialogBaseE = QtMocHelpers::stringData(
40 "SinglePageDialogBase",
49#error "qtmochelpers.h not found or too old."
66 1, 0, 38, 2, 0x09, 1 ,
67 3, 0, 39, 2, 0x09, 2 ,
68 4, 0, 40, 2, 0x09, 3 ,
69 5, 1, 41, 2, 0x09, 4 ,
75 QMetaType::Void, 0x80000000 | 6, 2,
80Q_CONSTINIT const QMetaObject SinglePageDialogBase::staticMetaObject = { {
81 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
82 qt_meta_stringdata_ZN20SinglePageDialogBaseE.offsetsAndSizes,
86 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20SinglePageDialogBaseE_t,
88 QtPrivate::TypeAndForceComplete<SinglePageDialogBase, std::true_type>,
90 QtPrivate::TypeAndForceComplete<void, std::false_type>,
92 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<QAbstractButton *, std::false_type>
102void SinglePageDialogBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
105 if (_c == QMetaObject::InvokeMetaMethod) {
107 case 0: _t->slotApply();
break;
108 case 1: _t->slotOk();
break;
109 case 2: _t->slotCancel();
break;
110 case 3: _t->slotClicked((*
reinterpret_cast< std::add_pointer_t<QAbstractButton*>
>(_a[1])));
break;
116const QMetaObject *SinglePageDialogBase::metaObject()
const
118 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
121void *SinglePageDialogBase::qt_metacast(
const char *_clname)
123 if (!_clname)
return nullptr;
124 if (!strcmp(_clname, qt_meta_stringdata_ZN20SinglePageDialogBaseE.stringdata0))
125 return static_cast<void*
>(
this);
126 return QDialog::qt_metacast(_clname);
129int SinglePageDialogBase::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
131 _id = QDialog::qt_metacall(_c, _id, _a);
134 if (_c == QMetaObject::InvokeMetaMethod) {
136 qt_static_metacall(
this, _c, _id, _a);
139 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
141 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
SinglePageDialogBase(QWidget *parent, bool withApplyButton=false, bool withSearchButton=false)
Definition singlepagedialogbase.cpp:23
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN20SinglePageDialogBaseE[]
Definition moc_singlepagedialogbase.cpp:52
Definition moc_parser.cpp:33
Definition moc_singlepagedialogbase.cpp:34