#include <dbox2recorder.h>
Definition at line 27 of file dbox2recorder.h.
Public Slots | |
| void | httpRequestFinished (int id, bool error) |
Public Member Functions | |
| DBox2Relay (DBox2Recorder *rec) | |
| void | SetRecorder (DBox2Recorder *) |
Private Attributes | |
| DBox2Recorder * | m_rec |
| QMutex | m_lock |
| DBox2Relay::DBox2Relay | ( | DBox2Recorder * | rec | ) | [inline] |
Definition at line 32 of file dbox2recorder.h.
| void DBox2Relay::SetRecorder | ( | DBox2Recorder * | rec | ) |
| void DBox2Relay::httpRequestFinished | ( | int | id, | |
| bool | error | |||
| ) | [slot] |
Definition at line 69 of file dbox2recorder.cpp.
DBox2Recorder* DBox2Relay::m_rec [private] |
Definition at line 39 of file dbox2recorder.h.
Referenced by httpRequestFinished(), and SetRecorder().
QMutex DBox2Relay::m_lock [private] |
Definition at line 40 of file dbox2recorder.h.
Referenced by httpRequestFinished(), and SetRecorder().
1.5.5