1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
moc_limitsetting.cpp 4.54 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-04 10:00 . befor moc
/****************************************************************************
** Meta object code from reading C++ file 'limitsetting.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "limitsetting.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'limitsetting.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.12.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
struct qt_meta_stringdata_LimitSetting_t {
QByteArrayData data[10];
char stringdata0[179];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_LimitSetting_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_LimitSetting_t qt_meta_stringdata_LimitSetting = {
{
QT_MOC_LITERAL(0, 0, 12), // "LimitSetting"
QT_MOC_LITERAL(1, 13, 27), // "on_LimitDebugButton_clicked"
QT_MOC_LITERAL(2, 41, 0), // ""
QT_MOC_LITERAL(3, 42, 23), // "on_pushButton_4_clicked"
QT_MOC_LITERAL(4, 66, 23), // "on_pushButton_5_clicked"
QT_MOC_LITERAL(5, 90, 23), // "on_pushButton_2_clicked"
QT_MOC_LITERAL(6, 114, 23), // "on_pushButton_3_clicked"
QT_MOC_LITERAL(7, 138, 16), // "SystemDataChange"
QT_MOC_LITERAL(8, 155, 17), // "SystemDataIndex_t"
QT_MOC_LITERAL(9, 173, 5) // "Index"
},
"LimitSetting\0on_LimitDebugButton_clicked\0"
"\0on_pushButton_4_clicked\0"
"on_pushButton_5_clicked\0on_pushButton_2_clicked\0"
"on_pushButton_3_clicked\0SystemDataChange\0"
"SystemDataIndex_t\0Index"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_LimitSetting[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
6, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 44, 2, 0x08 /* Private */,
3, 0, 45, 2, 0x08 /* Private */,
4, 0, 46, 2, 0x08 /* Private */,
5, 0, 47, 2, 0x08 /* Private */,
6, 0, 48, 2, 0x08 /* Private */,
7, 1, 49, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, 0x80000000 | 8, 9,
0 // eod
};
void LimitSetting::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<LimitSetting *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->on_LimitDebugButton_clicked(); break;
case 1: _t->on_pushButton_4_clicked(); break;
case 2: _t->on_pushButton_5_clicked(); break;
case 3: _t->on_pushButton_2_clicked(); break;
case 4: _t->on_pushButton_3_clicked(); break;
case 5: _t->SystemDataChange((*reinterpret_cast< SystemDataIndex_t(*)>(_a[1]))); break;
default: ;
}
}
}
QT_INIT_METAOBJECT const QMetaObject LimitSetting::staticMetaObject = { {
&QWidget::staticMetaObject,
qt_meta_stringdata_LimitSetting.data,
qt_meta_data_LimitSetting,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *LimitSetting::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *LimitSetting::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_LimitSetting.stringdata0))
return static_cast<void*>(this);
return QWidget::qt_metacast(_clname);
}
int LimitSetting::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 6)
qt_static_metacall(this, _c, _id, _a);
_id -= 6;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 6)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 6;
}
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助