|
MythTV master
|
#include <libmythbase/http/mythhttpmetaservice.h>
Public Member Functions | |
| MythHTTPMetaService (const QString &Name, const QMetaObject &Meta, const HTTPRegisterTypes &RegisterCallback=nullptr, const QString &MethodsToHide={}) | |
Static Public Member Functions | |
| static int | ParseRequestTypes (const QMetaObject &Meta, const QString &Method, QString &ReturnName) |
| static bool | isProtected (const QMetaObject &Meta, const QString &Method) |
Public Attributes | |
| const QMetaObject & | m_meta |
| QString | m_name |
| QString | m_version |
| HTTPMethods | m_signals |
| HTTPMethods | m_slots |
| HTTPProperties | m_properties |
Definition at line 10 of file mythhttpmetaservice.h.
| MythHTTPMetaService::MythHTTPMetaService | ( | const QString & | Name, |
| const QMetaObject & | Meta, | ||
| const HTTPRegisterTypes & | RegisterCallback = nullptr, |
||
| const QString & | MethodsToHide = {} |
||
| ) |
Definition at line 16 of file mythhttpmetaservice.cpp.
|
static |
Definition at line 168 of file mythhttpmetaservice.cpp.
Referenced by MythHTTPMetaService().
|
static |
Definition at line 129 of file mythhttpmetaservice.cpp.
Referenced by MythHTTPMetaService().
| const QMetaObject& MythHTTPMetaService::m_meta |
Definition at line 20 of file mythhttpmetaservice.h.
Referenced by MythWSDL::GetWSDL(), and MythHTTPService::HTTPRequest().
| QString MythHTTPMetaService::m_name |
Definition at line 21 of file mythhttpmetaservice.h.
Referenced by MythWSDL::GetWSDL().
| HTTPProperties MythHTTPMetaService::m_properties |
Definition at line 25 of file mythhttpmetaservice.h.
Referenced by MythHTTPMetaService().
| HTTPMethods MythHTTPMetaService::m_signals |
Definition at line 23 of file mythhttpmetaservice.h.
Referenced by MythHTTPMetaService().
| HTTPMethods MythHTTPMetaService::m_slots |
Definition at line 24 of file mythhttpmetaservice.h.
Referenced by MythWSDL::GetWSDL(), MythHTTPService::HTTPRequest(), and MythHTTPMetaService().
| QString MythHTTPMetaService::m_version |
Definition at line 22 of file mythhttpmetaservice.h.
Referenced by MythHTTPMetaService().