#include <v4lrecorder.h>
Public Member Functions | |
| VBIThread (V4LRecorder *_parent) | |
| virtual | ~VBIThread () |
| 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 | |
| V4LRecorder * | parent |
Definition at line 61 of file v4lrecorder.h.
| VBIThread::VBIThread | ( | V4LRecorder * | _parent | ) | [inline] |
Definition at line 64 of file v4lrecorder.h.
| virtual VBIThread::~VBIThread | ( | ) | [inline, virtual] |
Definition at line 70 of file v4lrecorder.h.
| virtual void VBIThread::run | ( | void | ) | [inline, 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 79 of file v4lrecorder.h.
V4LRecorder* VBIThread::parent [private] |
Definition at line 87 of file v4lrecorder.h.
Referenced by run(), and ~VBIThread().
1.6.3