|
MythTV master
|
#include <mythbackend/backendcontext.h>
Public Member Functions | |
| BackendContext ()=default | |
| ~BackendContext () | |
| void | SetFrontendConnected (Frontend *frontend) |
| void | SetFrontendDisconnected (const QString &name) |
| QMap< QString, Frontend * > | GetConnectedFrontends () const |
| QMap< QString, Frontend * > | GetFrontends () const |
Private Attributes | |
| QMap< QString, Frontend * > | m_connectedFrontends |
| QMap< QString, Frontend * > | m_knownFrontends |
Definition at line 33 of file backendcontext.h.
|
default |
| BackendContext::~BackendContext | ( | ) |
Definition at line 11 of file backendcontext.cpp.
|
inline |
Definition at line 42 of file backendcontext.h.
Referenced by FillFrontendList().
|
inline |
Definition at line 43 of file backendcontext.h.
Referenced by FillFrontendList().
| void BackendContext::SetFrontendConnected | ( | Frontend * | frontend | ) |
Definition at line 26 of file backendcontext.cpp.
Referenced by MainServer::HandleAnnounce().
| void BackendContext::SetFrontendDisconnected | ( | const QString & | name | ) |
Definition at line 73 of file backendcontext.cpp.
Referenced by MainServer::connectionClosed().
|
private |
Definition at line 46 of file backendcontext.h.
Referenced by GetConnectedFrontends(), SetFrontendConnected(), SetFrontendDisconnected(), and ~BackendContext().
|
private |
Definition at line 47 of file backendcontext.h.
Referenced by GetFrontends(), SetFrontendConnected(), and ~BackendContext().