#include <upnpdevice.h>
Public Member Functions | |
| DeviceLocation (const QString &sURI, const QString &sUSN, const QString &sLocation, TaskTime ttExpires) | |
| int | ExpiresInSecs (void) const |
| UPnpDeviceDesc * | GetDeviceDesc (bool bInQtThread=true) |
| QString | GetFriendlyName (bool bInQtThread=true) |
| QString | GetNameAndDetails (bool bInQtThread=true) |
| void | GetDeviceDetail (QHash< QString, QString > &map, bool bInQtThread=true) |
| bool | NeedSecurityPin (bool bInQtThread=true) |
| QString | toString () const |
Public Attributes | |
| QString | m_sURI |
| QString | m_sUSN |
| QString | m_sLocation |
| TaskTime | m_ttExpires |
| QString | m_sSecurityPin |
Static Public Attributes | |
| static int | g_nAllocated = 0 |
Protected Member Functions | |
| virtual | ~DeviceLocation () |
Protected Attributes | |
| UPnpDeviceDesc * | m_pDeviceDesc |
Definition at line 201 of file upnpdevice.h.
| virtual DeviceLocation::~DeviceLocation | ( | ) | [inline, protected, virtual] |
Definition at line 213 of file upnpdevice.h.
| DeviceLocation::DeviceLocation | ( | const QString & | sURI, | |
| const QString & | sUSN, | |||
| const QString & | sLocation, | |||
| TaskTime | ttExpires | |||
| ) | [inline] |
Definition at line 236 of file upnpdevice.h.
| int DeviceLocation::ExpiresInSecs | ( | void | ) | const [inline] |
Definition at line 251 of file upnpdevice.h.
| UPnpDeviceDesc* DeviceLocation::GetDeviceDesc | ( | bool | bInQtThread = true |
) | [inline] |
Definition at line 261 of file upnpdevice.h.
| QString DeviceLocation::GetFriendlyName | ( | bool | bInQtThread = true |
) | [inline] |
Definition at line 271 of file upnpdevice.h.
Referenced by BackendSelection::ConnectBackend().
| QString DeviceLocation::GetNameAndDetails | ( | bool | bInQtThread = true |
) | [inline] |
Definition at line 286 of file upnpdevice.h.
| void DeviceLocation::GetDeviceDetail | ( | QHash< QString, QString > & | map, | |
| bool | bInQtThread = true | |||
| ) | [inline] |
Definition at line 298 of file upnpdevice.h.
Referenced by BackendSelection::AddItem().
Definition at line 310 of file upnpdevice.h.
Referenced by BackendSelection::AddItem().
| QString DeviceLocation::toString | ( | void | ) | const [inline] |
Definition at line 319 of file upnpdevice.h.
int DeviceLocation::g_nAllocated = 0 [static] |
Definition at line 205 of file upnpdevice.h.
Referenced by SSDPCache::Dump(), and SSDPExtension::GetDeviceList().
UPnpDeviceDesc* DeviceLocation::m_pDeviceDesc [protected] |
Definition at line 222 of file upnpdevice.h.
| QString DeviceLocation::m_sURI |
Definition at line 226 of file upnpdevice.h.
| QString DeviceLocation::m_sUSN |
Definition at line 227 of file upnpdevice.h.
Referenced by BackendSelection::AddItem(), BackendSelection::ConnectBackend(), and SSDPCacheEntries::Insert().
| QString DeviceLocation::m_sLocation |
Definition at line 228 of file upnpdevice.h.
Referenced by SSDPCache::Add(), BackendSelection::ConnectBackend(), SSDPCacheEntries::Insert(), and MythContextPrivate::UPnPconnect().
Definition at line 229 of file upnpdevice.h.
Referenced by SSDPCache::Add().
| QString DeviceLocation::m_sSecurityPin |
Definition at line 230 of file upnpdevice.h.
1.6.3