#include <dbox2channel.h>
Definition at line 28 of file dbox2channel.h.
Public Slots | |
| void | HttpChannelChangeDone (bool error) |
| void | HttpRequestDone (bool error) |
Public Member Functions | |
| DBox2CRelay (DBox2Channel *ch) | |
| void | SetChannel (DBox2Channel *) |
Private Attributes | |
| DBox2Channel * | m_ch |
| QMutex | m_lock |
| DBox2CRelay::DBox2CRelay | ( | DBox2Channel * | ch | ) | [inline] |
Definition at line 33 of file dbox2channel.h.
| void DBox2CRelay::SetChannel | ( | DBox2Channel * | ch | ) |
| void DBox2CRelay::HttpChannelChangeDone | ( | bool | error | ) | [slot] |
Definition at line 33 of file dbox2channel.cpp.
| void DBox2CRelay::HttpRequestDone | ( | bool | error | ) | [slot] |
Definition at line 40 of file dbox2channel.cpp.
DBox2Channel* DBox2CRelay::m_ch [private] |
Definition at line 41 of file dbox2channel.h.
Referenced by HttpChannelChangeDone(), HttpRequestDone(), and SetChannel().
QMutex DBox2CRelay::m_lock [private] |
Definition at line 42 of file dbox2channel.h.
Referenced by HttpChannelChangeDone(), HttpRequestDone(), and SetChannel().
1.5.5