资源简介
Qt5.8+win7+vs2015
请务必先查看博客:
http://blog.csdn.net/zy19940906/article/details/77592575
代码片段和文件信息
/****************************************************************************
** meta object code from reading C++ file ‘SessionThreads.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include “../../NetApi/include/SessionThreads.h“
#include
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘SessionThreads.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.8.0. 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_NetAPI__SessionThreads_t {
QByteArrayData data[4];
char stringdata0[51];
};
#define QT_MOC_LITERAL(idx ofs len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
qptrdiff(offsetof(qt_meta_stringdata_NetAPI__SessionThreads_t stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_NetAPI__SessionThreads_t qt_meta_stringdata_NetAPI__SessionThreads = {
{
QT_MOC_LITERAL(0 0 22) // “NetAPI::SessionThreads“
QT_MOC_LITERAL(1 23 23) // “SlotSessionDisConnected“
QT_MOC_LITERAL(2 47 0) // ““
QT_MOC_LITERAL(3 48 2) // “id“
}
“NetAPI::SessionThreads\0SlotSessionDisConnected\0“
“\0id“
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_NetAPI__SessionThreads[] = {
// content:
7 // revision
0 // classname
0 0 // classinfo
1 14 // methods
0 0 // properties
0 0 // enums/sets
0 0 // constructors
0 // flags
0 // signalCount
// slots: name argc parameters tag flags
1 1 19 2 0x08 /* Private */
// slots: parameters
QmetaType::Void QmetaType::VoidStar 3
0 // eod
};
void NetAPI::SessionThreads::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
if (_c == Qmetaobject::InvokemetaMethod) {
SessionThreads *_t = static_cast(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->SlotSessionDisConnected((*reinterpret_cast< void*(*)>(_a[1]))); break;
default: ;
}
}
}
const Qmetaobject NetAPI::SessionThreads::staticmetaobject = {
{ &Qobject::staticmetaobject qt_meta_stringdata_NetAPI__SessionThreads.data
qt_meta_data_NetAPI__SessionThreads qt_static_metacall Q_NULLPTR Q_NULLPTR}
};
const Qmetaobject *NetAPI::SessionThreads::metaobject() const
{
return Qobject::d_ptr->metaobject ? Qobject::d_ptr->dynamicmetaobject() : &staticmetaobject;
}
void *
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-08-25 22:18 TCP\
目录 0 2017-08-25 21:57 TCP\bin\
文件 961 2017-08-25 21:57 TCP\bin\.qmake.stash
目录 0 2017-08-25 22:17 TCP\bin\debug\
文件 117025 2017-08-25 22:17 TCP\bin\debug\ClientManager.obj
文件 234 2017-08-25 22:17 TCP\bin\debug\moc_predefs.h
文件 3837 2017-08-25 22:17 TCP\bin\debug\moc_SessionThreads.cpp
文件 91479 2017-08-25 22:17 TCP\bin\debug\moc_SessionThreads.obj
文件 2895 2017-08-25 22:17 TCP\bin\debug\moc_TcpServer.cpp
文件 92086 2017-08-25 22:17 TCP\bin\debug\moc_TcpServer.obj
文件 7742 2017-08-25 22:17 TCP\bin\debug\moc_TcpSession.cpp
文件 81064 2017-08-25 22:17 TCP\bin\debug\moc_TcpSession.obj
文件 2886 2017-08-25 22:17 TCP\bin\debug\moc_TcpThread.cpp
文件 59965 2017-08-25 22:17 TCP\bin\debug\moc_TcpThread.obj
文件 2075904 2017-08-25 22:17 TCP\bin\debug\NetApi.lib
文件 1944 2017-08-25 22:09 TCP\bin\debug\NetApi.obj
文件 1388544 2017-08-25 22:17 TCP\bin\debug\NetApi.pdb
文件 103758 2017-08-25 22:17 TCP\bin\debug\NetApiFactory.obj
文件 857519 2017-08-25 22:17 TCP\bin\debug\SessionThreads.obj
文件 133874 2017-08-25 22:17 TCP\bin\debug\TcpServer.obj
文件 164002 2017-08-25 22:17 TCP\bin\debug\TcpSession.obj
文件 72749 2017-08-25 22:17 TCP\bin\debug\TcpThread.obj
文件 27461 2017-08-25 22:17 TCP\bin\Makefile
文件 64407 2017-08-25 22:17 TCP\bin\Makefile.Debug
文件 64522 2017-08-25 22:17 TCP\bin\Makefile.Release
目录 0 2017-08-25 21:57 TCP\bin\release\
目录 0 2017-07-31 19:57 TCP\Client\
目录 0 2017-08-26 19:56 TCP\Client\bin\
文件 961 2017-07-31 19:57 TCP\Client\bin\.qmake.stash
目录 0 2017-08-26 19:56 TCP\Client\bin\debug\
文件 245248 2017-08-26 21:13 TCP\Client\bin\debug\Client.exe
............此处省略115个文件信息
评论
共有 条评论