|
MythTV master
|
#include <libmythbase/http/mythhttpservices.h>
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 |
| MythHTTPMetaService * | m_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) |
Definition at line 7 of file mythhttpservices.h.
| MythHTTPServices::MythHTTPServices | ( | ) |
Definition at line 8 of file mythhttpservices.cpp.
|
overridedefault |
|
slot |
Definition at line 21 of file mythhttpservices.cpp.
|
signal |
Referenced by UpdateServices().
|
protectedslot |
Definition at line 13 of file mythhttpservices.cpp.
Referenced by MythHTTPSocket::MythHTTPSocket().
|
friend |
Definition at line 9 of file mythhttpservices.h.
|
protected |
Definition at line 29 of file mythhttpservices.h.
Referenced by GetServiceList(), and UpdateServices().
|
read |
Definition at line 9 of file mythhttpservices.h.