Rabbit Remote Control 0.0.30
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
CRecordVideoThread Class Reference

Record video thread. More...

#include <RecordVideo.h>

Inheritance diagram for CRecordVideoThread:

Signals

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

Public Member Functions

 CRecordVideoThread ()
 
int SetFile (const QString &szFile)
 

Protected Member Functions

virtual void run () override
 

Private Attributes

QString m_szFile
 

Detailed Description

Record video thread.

Note
When the thread finished, the thread will be deleted.
See also
CRecordVideo

Definition at line 28 of file RecordVideo.h.

Constructor & Destructor Documentation

◆ CRecordVideoThread()

static Record Video Thread CRecordVideoThread::CRecordVideoThread ( )
explicit
Note
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.

Definition at line 9 of file RecordVideo.cpp.

Member Function Documentation

◆ run()

void CRecordVideoThread::run ( )
overrideprotectedvirtual

Definition at line 28 of file RecordVideo.cpp.

◆ SetFile()

int CRecordVideoThread::SetFile ( const QString &  szFile)

Definition at line 22 of file RecordVideo.cpp.

Member Data Documentation

◆ m_szFile

QString CRecordVideoThread::m_szFile
private

Definition at line 44 of file RecordVideo.h.


The documentation for this class was generated from the following files: