|
MythTV master
|
#include <libmythupnp/upnpcdsobjects.h>
Public Member Functions | |
| Property (QString sName, QString sNameSpace="", bool bRequired=false, const QString &sValue="", bool bMultiValue=false) | |
| void | SetValue (const QString &value) |
| QString | GetValue (void) const |
| QString | GetEncodedValue (void) const |
| void | AddAttribute (const QString &sName, const QString &sValue) |
Public Attributes | |
| QString | m_sName |
| QString | m_sNameSpace |
| bool | m_bRequired {false} |
| bool | m_bMultiValue {false} |
| NameValues | m_lstAttributes |
Protected Attributes | |
| QString | m_sValue |
Definition at line 50 of file upnpcdsobjects.h.
|
inlineexplicit |
Definition at line 62 of file upnpcdsobjects.h.
|
inline |
Definition at line 91 of file upnpcdsobjects.h.
Referenced by UPnpCDSTv::PopulateArtworkURIS(), UPnpCDSVideo::PopulateArtworkURIS(), and UPnpCDSMusic::PopulateArtworkURIS().
|
inline |
Definition at line 86 of file upnpcdsobjects.h.
|
inline |
Definition at line 81 of file upnpcdsobjects.h.
|
inline |
Definition at line 76 of file upnpcdsobjects.h.
Referenced by UPnpCDSTv::PopulateArtworkURIS(), UPnpCDSVideo::PopulateArtworkURIS(), and UPnpCDSMusic::PopulateArtworkURIS().
| bool Property::m_bMultiValue {false} |
Definition at line 57 of file upnpcdsobjects.h.
Referenced by CDSObject::AddProperty().
| bool Property::m_bRequired {false} |
Definition at line 56 of file upnpcdsobjects.h.
| NameValues Property::m_lstAttributes |
Definition at line 58 of file upnpcdsobjects.h.
Referenced by AddAttribute().
| QString Property::m_sName |
Definition at line 54 of file upnpcdsobjects.h.
Referenced by CDSObject::AddProperty().
| QString Property::m_sNameSpace |
Definition at line 55 of file upnpcdsobjects.h.
|
protected |
Definition at line 99 of file upnpcdsobjects.h.
Referenced by GetEncodedValue(), GetValue(), and SetValue().