MythTV  master
Public Member Functions | Private Attributes | List of all members
UPnPFeatureList Class Reference

#include <upnpserviceimpl.h>

Collaboration diagram for UPnPFeatureList:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 65 of file upnpserviceimpl.h.

Constructor & Destructor Documentation

◆ UPnPFeatureList()

UPnPFeatureList::UPnPFeatureList ( )
default

◆ ~UPnPFeatureList()

UPnPFeatureList::~UPnPFeatureList ( )

Definition at line 30 of file upnpserviceimpl.cpp.

Member Function Documentation

◆ AddFeature()

void UPnPFeatureList::AddFeature ( UPnPFeature feature)

Definition at line 36 of file upnpserviceimpl.cpp.

Referenced by UPnpCDS::RegisterFeature().

◆ AddAttribute()

void UPnPFeatureList::AddAttribute ( const NameValue attribute)

Definition at line 41 of file upnpserviceimpl.cpp.

Referenced by UPnpCDS::UPnpCDS(), and UPnpCMGR::UPnpCMGR().

◆ toXML()

QString UPnPFeatureList::toXML ( )

Member Data Documentation

◆ m_attributes

NameValues UPnPFeatureList::m_attributes
private

Definition at line 76 of file upnpserviceimpl.h.

Referenced by AddAttribute(), and toXML().

◆ m_features

QList<UPnPFeature*> UPnPFeatureList::m_features
private

Definition at line 77 of file upnpserviceimpl.h.

Referenced by AddFeature(), toXML(), and ~UPnPFeatureList().


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