MythTV  master
Public Member Functions | Private Attributes | List of all members
BackendContext Class Reference

#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
 

Detailed Description

Definition at line 33 of file backendcontext.h.

Constructor & Destructor Documentation

◆ BackendContext()

BackendContext::BackendContext ( )
default

◆ ~BackendContext()

BackendContext::~BackendContext ( )

Definition at line 11 of file backendcontext.cpp.

Member Function Documentation

◆ SetFrontendConnected()

void BackendContext::SetFrontendConnected ( Frontend frontend)

Definition at line 26 of file backendcontext.cpp.

Referenced by MainServer::HandleAnnounce().

◆ SetFrontendDisconnected()

void BackendContext::SetFrontendDisconnected ( const QString &  name)

Definition at line 73 of file backendcontext.cpp.

Referenced by MainServer::connectionClosed().

◆ GetConnectedFrontends()

QMap<QString, Frontend*> BackendContext::GetConnectedFrontends ( ) const
inline

Definition at line 42 of file backendcontext.h.

Referenced by FillFrontendList(), and Myth::GetFrontends().

◆ GetFrontends()

QMap<QString, Frontend*> BackendContext::GetFrontends ( ) const
inline

Definition at line 43 of file backendcontext.h.

Referenced by FillFrontendList(), and Myth::GetFrontends().

Member Data Documentation

◆ m_connectedFrontends

QMap<QString, Frontend*> BackendContext::m_connectedFrontends
private

◆ m_knownFrontends

QMap<QString, Frontend*> BackendContext::m_knownFrontends
private

Definition at line 47 of file backendcontext.h.

Referenced by GetFrontends(), SetFrontendConnected(), and ~BackendContext().


The documentation for this class was generated from the following files: