Files
EJM_Display/unknown/moc_BrushPad.cpp

96 lines
2.6 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 'BrushPad.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 "../PublicFunctions/BrushPad.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 'BrushPad.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_BrushPad_t {
2025-08-20 23:06:28 +08:00
QByteArrayData data[1];
2025-09-15 22:28:43 +08:00
char stringdata0[9];
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_BrushPad_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_BrushPad_t qt_meta_stringdata_BrushPad = {
2025-08-20 23:06:28 +08:00
{
2025-09-15 22:28:43 +08:00
QT_MOC_LITERAL(0, 0, 8) // "BrushPad"
2025-08-20 23:06:28 +08:00
},
2025-09-15 22:28:43 +08:00
"BrushPad"
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_BrushPad[] = {
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 BrushPad::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 BrushPad::staticMetaObject = { {
QMetaObject::SuperData::link<QGroupBox::staticMetaObject>(),
qt_meta_stringdata_BrushPad.data,
qt_meta_data_BrushPad,
2025-08-20 23:06:28 +08:00
qt_static_metacall,
nullptr,
nullptr
} };
2025-09-15 22:28:43 +08:00
const QMetaObject *BrushPad::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 *BrushPad::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_BrushPad.stringdata0))
2025-08-20 23:06:28 +08:00
return static_cast<void*>(this);
2025-09-15 22:28:43 +08:00
return QGroupBox::qt_metacast(_clname);
2025-08-20 23:06:28 +08:00
}
2025-09-15 22:28:43 +08:00
int BrushPad::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
2025-08-20 23:06:28 +08:00
{
2025-09-15 22:28:43 +08:00
_id = QGroupBox::qt_metacall(_c, _id, _a);
2025-08-20 23:06:28 +08:00
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE