/****************************************************************************
** 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 -- 线程代码冒泡排序和快速排序
共23个文件
o:5个
cpp:5个
h:4个
需积分: 0 2 下载量 124 浏览量
2022-03-14
18:42:42
上传
评论
收藏 1.51MB ZIP 举报
温馨提示
个人文章链接:https://editor.csdn.net/md/?articleId=123424261 视频学习链接:https://www.bilibili.com/video/BV1iN411f7dY?p=1 视频讲义链接:https://www.subingwen.cn/qt/thread/
资源详情
资源评论
资源推荐
收起资源包目录
qtThread.zip (23个子文件)
qtThread
qtThread
mainwindow.ui 3KB
qtThread.pro 652B
mythread.cpp 5KB
mainwindow.cpp 2KB
main.cpp 342B
qtThread.pro.user 19KB
mainwindow.h 434B
mythread.h 2KB
build-qtThread-Desktop_Qt_5_15_2_MinGW_32_bit-Debug
usersdellappdatalocaltemptmpuhd2qq 0B
release
debug
qtThread.exe 2.44MB
moc_mainwindow.cpp 4KB
main.o 694KB
moc_mythread.cpp 12KB
mythread.o 428KB
mainwindow.o 785KB
moc_predefs.h 14KB
moc_mainwindow.o 479KB
moc_mythread.o 523KB
.qmake.stash 985B
Makefile 30KB
ui_mainwindow.h 6KB
Makefile.Debug 50KB
Makefile.Release 50KB
共 23 条
- 1
xuechanba
- 粉丝: 1967
- 资源: 78
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0