#include <NuppelVideoRecorder.h>
Public Member Functions | |
| NVRWriteThread (NuppelVideoRecorder *parent) | |
| virtual | ~NVRWriteThread () |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| NuppelVideoRecorder * | m_parent |
Definition at line 49 of file NuppelVideoRecorder.h.
| NVRWriteThread::NVRWriteThread | ( | NuppelVideoRecorder * | parent | ) | [inline] |
Definition at line 52 of file NuppelVideoRecorder.h.
| virtual NVRWriteThread::~NVRWriteThread | ( | ) | [inline, virtual] |
Definition at line 54 of file NuppelVideoRecorder.h.
| void NVRWriteThread::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 70 of file NuppelVideoRecorder.cpp.
NuppelVideoRecorder* NVRWriteThread::m_parent [private] |
Definition at line 57 of file NuppelVideoRecorder.h.
Referenced by run(), and ~NVRWriteThread().
1.6.3