MythTV  master
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | Properties | Friends | List of all members
MythHTTPServices Class Reference

#include <mythhttpservices.h>

Inheritance diagram for MythHTTPServices:
Inheritance graph
[legend]
Collaboration diagram for MythHTTPServices:
Collaboration graph
[legend]

Public Slots

QStringList GetServiceList ()
 

Signals

void ServiceListChanged (const QStringList &ServiceList)
 

Public Member Functions

 MythHTTPServices ()
 
 ~MythHTTPServices () override=default
 
- Public Member Functions inherited from MythHTTPService
 MythHTTPService (MythHTTPMetaService *MetaService)
 
 ~MythHTTPService () override=default
 
virtual HTTPResponse HTTPRequest (const HTTPRequest2 &Request)
 Respond to a valid HTTPRequest. More...
 
QString & Name ()
 

Protected Slots

void UpdateServices (const HTTPServices &Services)
 

Protected Attributes

QStringList m_serviceList
 
- Protected Attributes inherited from MythHTTPService
QString m_name
 
MythHTTPMetaServicem_staticMetaService { nullptr }
 
HTTPRequest2 m_request {nullptr}
 

Properties

QStringList ServiceList
 

Friends

class MythHTTPSocket
 

Additional Inherited Members

- Static Public Member Functions inherited from MythHTTPService
template<class T >
static HTTPServicePtr Create ()
 
- Protected Member Functions inherited from MythHTTPService
bool HAS_PARAMv2 (const QString &p)
 

Detailed Description

Definition at line 7 of file mythhttpservices.h.

Constructor & Destructor Documentation

◆ MythHTTPServices()

MythHTTPServices::MythHTTPServices ( )

Definition at line 9 of file mythhttpservices.cpp.

◆ ~MythHTTPServices()

MythHTTPServices::~MythHTTPServices ( )
overridedefault

Member Function Documentation

◆ ServiceListChanged

void MythHTTPServices::ServiceListChanged ( const QStringList &  ServiceList)
signal

Referenced by UpdateServices().

◆ GetServiceList

QStringList MythHTTPServices::GetServiceList ( )
slot

Definition at line 22 of file mythhttpservices.cpp.

◆ UpdateServices

void MythHTTPServices::UpdateServices ( const HTTPServices Services)
protectedslot

Definition at line 14 of file mythhttpservices.cpp.

Referenced by MythHTTPSocket::MythHTTPSocket().

Friends And Related Function Documentation

◆ MythHTTPSocket

friend class MythHTTPSocket
friend

Definition at line 9 of file mythhttpservices.h.

Member Data Documentation

◆ m_serviceList

QStringList MythHTTPServices::m_serviceList
protected

Definition at line 29 of file mythhttpservices.h.

Referenced by GetServiceList(), and UpdateServices().

Property Documentation

◆ ServiceList

QStringList MythHTTPServices::ServiceList
read

Definition at line 13 of file mythhttpservices.h.


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