玉兔远程控制 0.1.0-bate11
载入中...
搜索中...
未找到
CRecordVideoThread类 参考

录制视频线程 更多...

#include <RecordVideo.h>

类 CRecordVideoThread 继承关系图:
CRecordVideoThread 的协作图:

信号

void sigUpdate (QImage img)
void sigStatusChanged (CFrmViewer::RecordVideoStatus status)
void sigError (int nRet, QString szText)

Public 成员函数

 CRecordVideoThread ()
int SetFile (const QString &szFile)

Protected 成员函数

virtual void run () override

Private 属性

QString m_szFile

详细描述

录制视频线程

注解
当此线程退出后,会自动删除线程对象。
参见
CRecordVideo

在文件 RecordVideo.h28 行定义.

构造及析构函数说明

◆ CRecordVideoThread()

Record Video Thread CRecordVideoThread::CRecordVideoThread ( )
explicit
注解
that the parent object pointer cannot be set here. If set the parent, the object is also deleted when the parent object (CConnecterThread) is destroyed. Because it is deleted when it is finished.

在文件 RecordVideo.cpp9 行定义.

成员函数说明

◆ run()

void CRecordVideoThread::run ( )
overrideprotectedvirtual

在文件 RecordVideo.cpp28 行定义.

◆ SetFile()

int CRecordVideoThread::SetFile ( const QString & szFile)

在文件 RecordVideo.cpp22 行定义.

类成员变量说明

◆ m_szFile

QString CRecordVideoThread::m_szFile
private

在文件 RecordVideo.h44 行定义.


该类的文档由以下文件生成: