#include <outboundhandler.h>
Public Slots | |
| void | ConnectToMaster (void) |
Public Member Functions | |
| OutboundRequestHandler (void) | |
| QString | GetHandlerName (void) |
| void | connectionClosed (MythSocket *socket) |
Protected Member Functions | |
| virtual bool | AnnounceSocket (void) |
Protected Attributes | |
| MythSocket * | m_socket |
Private Member Functions | |
| bool | DoConnectToMaster (void) |
Private Attributes | |
| QTimer | m_timer |
Definition at line 18 of file outboundhandler.h.
| OutboundRequestHandler::OutboundRequestHandler | ( | void | ) |
Definition at line 18 of file outboundhandler.cpp.
| QString OutboundRequestHandler::GetHandlerName | ( | void | ) | [inline, virtual] |
Reimplemented from SocketRequestHandler.
Definition at line 23 of file outboundhandler.h.
| void OutboundRequestHandler::connectionClosed | ( | MythSocket * | socket | ) | [virtual] |
Reimplemented from SocketRequestHandler.
Definition at line 91 of file outboundhandler.cpp.
| void OutboundRequestHandler::ConnectToMaster | ( | void | ) | [slot] |
Definition at line 25 of file outboundhandler.cpp.
Referenced by connectionClosed(), main(), and OutboundRequestHandler().
| virtual bool OutboundRequestHandler::AnnounceSocket | ( | void | ) | [inline, protected, virtual] |
Reimplemented in ControlRequestHandler.
Definition at line 30 of file outboundhandler.h.
Referenced by DoConnectToMaster().
| bool OutboundRequestHandler::DoConnectToMaster | ( | void | ) | [private] |
Definition at line 32 of file outboundhandler.cpp.
Referenced by ConnectToMaster().
MythSocket* OutboundRequestHandler::m_socket [protected] |
Definition at line 31 of file outboundhandler.h.
Referenced by ControlRequestHandler::AnnounceSocket(), connectionClosed(), and DoConnectToMaster().
QTimer OutboundRequestHandler::m_timer [private] |
Definition at line 35 of file outboundhandler.h.
Referenced by ConnectToMaster(), and OutboundRequestHandler().
1.6.3