/****************************************************************************
** Meta object code from reading C++ file 'mythread.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../../qtThread/mythread.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#include <QtCore/QVector>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'mythread.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.15.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_Generate_t {
QByteArrayData data[4];
char stringdata0[33];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_Generate_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_Generate_t qt_meta_stringdata_Generate = {
{
QT_MOC_LITERAL(0, 0, 8), // "Generate"
QT_MOC_LITERAL(1, 9, 9), // "sendArray"
QT_MOC_LITERAL(2, 19, 0), // ""
QT_MOC_LITERAL(3, 20, 12) // "QVector<int>"
},
"Generate\0sendArray\0\0QVector<int>"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_Generate[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
1, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
1, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 19, 2, 0x06 /* Public */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, 2,
0 // eod
};
void Generate::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<Generate *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->sendArray((*reinterpret_cast< QVector<int>(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
switch (_id) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
switch (*reinterpret_cast<int*>(_a[1])) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
*reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QVector<int> >(); break;
}
break;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (Generate::*)(QVector<int> );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Generate::sendArray)) {
*result = 0;
return;
}
}
}
}
QT_INIT_METAOBJECT const QMetaObject Generate::staticMetaObject = { {
QMetaObject::SuperData::link<QThread::staticMetaObject>(),
qt_meta_stringdata_Generate.data,
qt_meta_data_Generate,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *Generate::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *Generate::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_Generate.stringdata0))
return static_cast<void*>(this);
return QThread::qt_metacast(_clname);
}
int Generate::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QThread::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 1)
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 1)
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
}
return _id;
}
// SIGNAL 0
void Generate::sendArray(QVector<int> _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
struct qt_meta_stringdata_BubbleSort_t {
QByteArrayData data[5];
char stringdata0[47];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_BubbleSort_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_BubbleSort_t qt_meta_stringdata_BubbleSort = {
{
QT_MOC_LITERAL(0, 0, 10), // "BubbleSort"
QT_MOC_LITERAL(1, 11, 10), // "sortFinish"
QT_MOC_LITERAL(2, 22, 0), // ""
QT_MOC_LITERAL(3, 23, 12), // "QVector<int>"
QT_MOC_LITERAL(4, 36, 10) // "bubbleList"
},
"BubbleSort\0sortFinish\0\0QVector<int>\0"
"bubbleList"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_BubbleSort[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
1, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
1, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 19, 2, 0x06 /* Public */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, 4,
0 // eod
};
void BubbleSort::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<BubbleSort *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->sortFinish((*reinterpret_cast< QVector<int>(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
switch (_id) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
switch (*reinterpret_cast<int*>(_a[1])) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
*reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QVector<int> >(); break;
}
break;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (BubbleSort::*)(QVector<int> );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&BubbleSort::sortFinish)) {
*result = 0;
return;
}
}
}
}
QT_INIT_METAOBJECT const QMetaObject BubbleSort::staticMetaObject = { {
QMetaObject::SuperData::link<QThread::staticMetaObject>(),
qt_meta_stringdata_BubbleSort.data,
qt_meta_data_BubbleSort,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *BubbleSort::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *BubbleSort::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_BubbleSort.stringdata0))
return static_cast<void*>(this);
return QThread::qt_metacast(_clname);
}
int BubbleSort::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QThread::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 1)
qt -- 线程代码冒泡排序和快速排序
需积分: 0 51 浏览量
更新于2022-03-14
收藏 1.51MB ZIP 举报
个人文章链接:https://editor.csdn.net/md/?articleId=123424261
视频学习链接:https://www.bilibili.com/video/BV1iN411f7dY?p=1
视频讲义链接:https://www.subingwen.cn/qt/thread/
xuechanba
- 粉丝: 1973
- 资源: 78
最新资源
- (GUI框架)Matlab设计_手势识别.zip
- (GUI框架)Matlab设计_手势识别设计.zip
- (GUI框架)Matlab设计_手势识别系统.zip
- (GUI框架)Matlab设计_数字信号处理.zip
- (GUI框架)Matlab设计_数字信号处理GUI设计.zip
- (GUI框架)Matlab设计_水果分级系统.zip
- (GUI框架)Matlab设计_水果识别.zip
- (GUI框架)Matlab设计_图像去雾.zip
- (GUI框架)Matlab设计_雾霾车牌识别GUI设计.zip
- (GUI框架)Matlab设计_图像去雾系统.zip
- (GUI框架)Matlab设计_指纹识别.zip
- (GUI框架)Matlab设计_指纹识别系统.zip
- 腾讯云代理商返点政策v1.5-20160701(PPT版)(2).pdf
- 腾讯云代理商系统使用指引 7.5(2).pptx
- 腾讯云产品介绍--全面版.pdf
- 5自由度座椅悬架: 详情请csdn搜索博客:3、5自由度座椅悬架,以及5自由度座椅人体悬架仿真研究 模型保证正确架构清晰有对应参考文献 3自由度座椅悬架: 5自由度座椅悬架: