|
MythTV master
|
#include <libmythupnp/upnpserviceimpl.h>
Public Member Functions | |
| UPnPFeatureList ()=default | |
| ~UPnPFeatureList () | |
| void | AddFeature (UPnPFeature *feature) |
| void | AddAttribute (const NameValue &attribute) |
| QString | toXML () |
Private Attributes | |
| NameValues | m_attributes |
| QList< UPnPFeature * > | m_features |
Definition at line 66 of file upnpserviceimpl.h.
|
default |
| UPnPFeatureList::~UPnPFeatureList | ( | ) |
Definition at line 30 of file upnpserviceimpl.cpp.
| void UPnPFeatureList::AddAttribute | ( | const NameValue & | attribute | ) |
Definition at line 41 of file upnpserviceimpl.cpp.
Referenced by UPnpCDS::UPnpCDS(), and UPnpCMGR::UPnpCMGR().
| void UPnPFeatureList::AddFeature | ( | UPnPFeature * | feature | ) |
Definition at line 36 of file upnpserviceimpl.cpp.
Referenced by UPnpCDS::RegisterFeature().
| QString UPnPFeatureList::toXML | ( | ) |
Definition at line 46 of file upnpserviceimpl.cpp.
Referenced by UPnpCDS::HandleGetFeatureList(), and UPnpCMGR::HandleGetFeatureList().
|
private |
Definition at line 77 of file upnpserviceimpl.h.
Referenced by AddAttribute(), and toXML().
|
private |
Definition at line 78 of file upnpserviceimpl.h.
Referenced by AddFeature(), toXML(), and ~UPnPFeatureList().