MythTV
master
|
#include <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 42 of file backendcontext.h.
|
default |
BackendContext::~BackendContext | ( | ) |
Definition at line 16 of file backendcontext.cpp.
void BackendContext::SetFrontendConnected | ( | Frontend * | frontend | ) |
Definition at line 31 of file backendcontext.cpp.
Referenced by MainServer::HandleAnnounce().
void BackendContext::SetFrontendDisconnected | ( | const QString & | name | ) |
Definition at line 78 of file backendcontext.cpp.
Referenced by MainServer::connectionClosed().
|
inline |
Definition at line 51 of file backendcontext.h.
Referenced by FillFrontendList(), and Myth::GetFrontends().
|
inline |
Definition at line 52 of file backendcontext.h.
Referenced by FillFrontendList(), and Myth::GetFrontends().
|
private |
Definition at line 55 of file backendcontext.h.
Referenced by GetConnectedFrontends(), SetFrontendConnected(), SetFrontendDisconnected(), and ~BackendContext().
|
private |
Definition at line 56 of file backendcontext.h.
Referenced by GetFrontends(), SetFrontendConnected(), and ~BackendContext().