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 65 of file upnpserviceimpl.h.
|
default |
UPnPFeatureList::~UPnPFeatureList | ( | ) |
Definition at line 30 of file upnpserviceimpl.cpp.
void UPnPFeatureList::AddFeature | ( | UPnPFeature * | feature | ) |
Definition at line 36 of file upnpserviceimpl.cpp.
Referenced by UPnpCDS::RegisterFeature().
void UPnPFeatureList::AddAttribute | ( | const NameValue & | attribute | ) |
Definition at line 41 of file upnpserviceimpl.cpp.
Referenced by UPnpCDS::UPnpCDS(), and UPnpCMGR::UPnpCMGR().
QString UPnPFeatureList::toXML | ( | ) |
Definition at line 46 of file upnpserviceimpl.cpp.
Referenced by UPnpCMGR::HandleGetFeatureList(), and UPnpCDS::HandleGetFeatureList().
|
private |
Definition at line 76 of file upnpserviceimpl.h.
Referenced by AddAttribute(), and toXML().
|
private |
Definition at line 77 of file upnpserviceimpl.h.
Referenced by AddFeature(), toXML(), and ~UPnPFeatureList().