#include <upnpcdsobjects.h>
Public Member Functions | |
| Property (const QString &sName, const QString &sNameSpace="", bool bRequired=false, const QString &sValue="") | |
| void | AddAttribute (const QString &sName, const QString &sValue) |
Public Attributes | |
| QString | m_sName |
| QString | m_sNameSpace |
| bool | m_bRequired |
| QString | m_sValue |
| NameValues | m_lstAttributes |
Definition at line 43 of file upnpcdsobjects.h.
| Property::Property | ( | const QString & | sName, | |
| const QString & | sNameSpace = "", |
|||
| bool | bRequired = false, |
|||
| const QString & | sValue = "" | |||
| ) | [inline, explicit] |
Definition at line 55 of file upnpcdsobjects.h.
| void Property::AddAttribute | ( | const QString & | sName, | |
| const QString & | sValue | |||
| ) | [inline] |
Definition at line 66 of file upnpcdsobjects.h.
Referenced by UPnpCDSTv::AddItem().
| QString Property::m_sName |
Definition at line 47 of file upnpcdsobjects.h.
Referenced by CDSObject::AddProperty(), Property(), and CDSObject::toXml().
| QString Property::m_sNameSpace |
Definition at line 48 of file upnpcdsobjects.h.
Referenced by Property(), and CDSObject::toXml().
Definition at line 49 of file upnpcdsobjects.h.
Referenced by Property(), and CDSObject::toXml().
| QString Property::m_sValue |
Definition at line 50 of file upnpcdsobjects.h.
Referenced by Property(), and CDSObject::toXml().
Definition at line 51 of file upnpcdsobjects.h.
Referenced by AddAttribute(), and CDSObject::toXml().
1.6.3