Files
EJM_Display/LocalDesktop/moc_P15_ParameterPage.cpp

96 lines
2.8 KiB
C++
Raw Normal View History

2025-08-20 23:06:28 +08:00
/****************************************************************************
2025-09-15 22:28:43 +08:00
** Meta object code from reading C++ file 'P15_ParameterPage.h'
2025-08-20 23:06:28 +08:00
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
2025-09-15 22:28:43 +08:00
#include "../Pages/P15_ParameterPage.h"
2025-08-20 23:06:28 +08:00
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
2025-09-15 22:28:43 +08:00
#error "The header file 'P15_ParameterPage.h' doesn't include <QObject>."
2025-08-20 23:06:28 +08:00
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.14.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
2025-09-15 22:28:43 +08:00
struct qt_meta_stringdata_P15_ParameterPage_t {
2025-08-20 23:06:28 +08:00
QByteArrayData data[1];
2025-09-15 22:28:43 +08:00
char stringdata0[18];
2025-08-20 23:06:28 +08:00
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
2025-09-15 22:28:43 +08:00
qptrdiff(offsetof(qt_meta_stringdata_P15_ParameterPage_t, stringdata0) + ofs \
2025-08-20 23:06:28 +08:00
- idx * sizeof(QByteArrayData)) \
)
2025-09-15 22:28:43 +08:00
static const qt_meta_stringdata_P15_ParameterPage_t qt_meta_stringdata_P15_ParameterPage = {
2025-08-20 23:06:28 +08:00
{
2025-09-15 22:28:43 +08:00
QT_MOC_LITERAL(0, 0, 17) // "P15_ParameterPage"
2025-08-20 23:06:28 +08:00
},
2025-09-15 22:28:43 +08:00
"P15_ParameterPage"
2025-08-20 23:06:28 +08:00
};
#undef QT_MOC_LITERAL
2025-09-15 22:28:43 +08:00
static const uint qt_meta_data_P15_ParameterPage[] = {
2025-08-20 23:06:28 +08:00
// content:
8, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
0 // eod
};
2025-09-15 22:28:43 +08:00
void P15_ParameterPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
2025-08-20 23:06:28 +08:00
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
Q_UNUSED(_a);
}
2025-09-15 22:28:43 +08:00
QT_INIT_METAOBJECT const QMetaObject P15_ParameterPage::staticMetaObject = { {
2025-08-20 23:06:28 +08:00
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
2025-09-15 22:28:43 +08:00
qt_meta_stringdata_P15_ParameterPage.data,
qt_meta_data_P15_ParameterPage,
2025-08-20 23:06:28 +08:00
qt_static_metacall,
nullptr,
nullptr
} };
2025-09-15 22:28:43 +08:00
const QMetaObject *P15_ParameterPage::metaObject() const
2025-08-20 23:06:28 +08:00
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
2025-09-15 22:28:43 +08:00
void *P15_ParameterPage::qt_metacast(const char *_clname)
2025-08-20 23:06:28 +08:00
{
if (!_clname) return nullptr;
2025-09-15 22:28:43 +08:00
if (!strcmp(_clname, qt_meta_stringdata_P15_ParameterPage.stringdata0))
2025-08-20 23:06:28 +08:00
return static_cast<void*>(this);
return QWidget::qt_metacast(_clname);
}
2025-09-15 22:28:43 +08:00
int P15_ParameterPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
2025-08-20 23:06:28 +08:00
{
_id = QWidget::qt_metacall(_c, _id, _a);
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE