|
MythTV
0.26-pre
|
#include <upnpdevice.h>
Public Member Functions | |
| UPnpDevice () | |
| ~UPnpDevice () | |
| QString | GetUDN (void) const |
| void | toMap (QHash< QString, QString > &map) |
| UPnpService | GetService (const QString &urn, bool *found=NULL) const |
| QString | toString (uint padding=0) const |
Public Attributes | |
| QString | m_sDeviceType |
| QString | m_sFriendlyName |
| QString | m_sManufacturer |
| QString | m_sManufacturerURL |
| QString | m_sModelDescription |
| QString | m_sModelName |
| QString | m_sModelNumber |
| QString | m_sModelURL |
| QString | m_sSerialNumber |
| QString | m_sUPC |
| QString | m_sPresentationURL |
| QString | m_sUDN |
| NameValues | m_lstExtra |
| bool | m_securityPin |
| MythTV specific information. | |
| QString | m_protocolVersion |
| UPnpIconList | m_listIcons |
| UPnpServiceList | m_listServices |
| UPnpDeviceList | m_listDevices |
Definition at line 94 of file upnpdevice.h.
Definition at line 712 of file upnpdevice.cpp.
Definition at line 720 of file upnpdevice.cpp.
| QString UPnpDevice::GetUDN | ( | void | ) | const |
Definition at line 739 of file upnpdevice.cpp.
Referenced by UPnpSearchTask::Execute(), UPnpNotifyTask::Execute(), UPnpDeviceDesc::FindDeviceUDN(), UPnpDeviceDesc::OutputDevice(), UPnpSearchTask::ProcessDevice(), and UPnpNotifyTask::ProcessDevice().
| void UPnpDevice::toMap | ( | QHash< QString, QString > & | map | ) |
Definition at line 747 of file upnpdevice.cpp.
| UPnpService UPnpDevice::GetService | ( | const QString & | urn, |
| bool * | found = NULL |
||
| ) | const |
Definition at line 763 of file upnpdevice.cpp.
| QString UPnpDevice::toString | ( | uint | padding = 0 | ) | const |
Definition at line 793 of file upnpdevice.cpp.
| QString UPnpDevice::m_sDeviceType |
Definition at line 98 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), UPnpDeviceDesc::FindDevice(), UPnpDeviceDesc::FindDeviceUDN(), GetUDN(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), UPnpSearchTask::ProcessDevice(), UPnpNotifyTask::ProcessDevice(), toMap(), and toString().
| QString UPnpDevice::m_sFriendlyName |
Definition at line 99 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), DeviceLocation::GetFriendlyName(), DeviceLocation::GetNameAndDetails(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sManufacturer |
Definition at line 100 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sManufacturerURL |
Definition at line 101 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sModelDescription |
Definition at line 102 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sModelName |
Definition at line 103 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sModelNumber |
Definition at line 104 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sModelURL |
Definition at line 105 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sSerialNumber |
Definition at line 106 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sUPC |
Definition at line 107 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), toMap(), and toString().
| QString UPnpDevice::m_sPresentationURL |
Definition at line 108 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), MediaRenderer::MediaRenderer(), UPnpDeviceDesc::OutputDevice(), and toString().
QString UPnpDevice::m_sUDN [mutable] |
Definition at line 109 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), DeviceLocation::GetNameAndDetails(), GetUDN(), toMap(), and toString().
Definition at line 111 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), UPnpDeviceDesc::OutputDevice(), and toString().
MythTV specific information.
Definition at line 114 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), DeviceLocation::NeedSecurityPin(), and UPnpDeviceDesc::OutputDevice().
| QString UPnpDevice::m_protocolVersion |
Definition at line 115 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::_InternalLoad(), UPnpDeviceDesc::OutputDevice(), and toMap().
Definition at line 117 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::OutputDevice(), UPnpDeviceDesc::ProcessIconList(), toString(), and ~UPnpDevice().
Definition at line 118 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::FindDeviceUDN(), GetService(), UPnpDeviceDesc::OutputDevice(), UPnpSearchTask::ProcessDevice(), UPnpNotifyTask::ProcessDevice(), UPnpDeviceDesc::ProcessServiceList(), UPnpServiceImpl::RegisterService(), toString(), and ~UPnpDevice().
Definition at line 119 of file upnpdevice.h.
Referenced by UPnpDeviceDesc::FindDevice(), UPnpDeviceDesc::FindDeviceUDN(), GetService(), UPnpDeviceDesc::OutputDevice(), UPnpSearchTask::ProcessDevice(), UPnpNotifyTask::ProcessDevice(), UPnpDeviceDesc::ProcessDeviceList(), toString(), and ~UPnpDevice().
1.7.6.1