|
Rabbit Remote Control 0.1.0-bate14
|
Record video thread. More...
#include <RecordVideo.h>


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 |
Record video thread.
Definition at line 28 of file RecordVideo.h.
|
explicit |
Definition at line 9 of file RecordVideo.cpp.
|
overrideprotectedvirtual |
Definition at line 28 of file RecordVideo.cpp.
| int CRecordVideoThread::SetFile | ( | const QString & | szFile | ) |
Definition at line 22 of file RecordVideo.cpp.
|
private |
Definition at line 44 of file RecordVideo.h.