|
MythTV master
|
#include <utility>#include <QDomDocument>#include <QList>#include <QString>#include <QUrl>#include <QUrlQuery>#include "libmythbase/compat.h"#include "libmythbase/mythchrono.h"#include "libmythbase/mythtypes.h"#include "libmythbase/referencecounter.h"#include "upnpexp.h"#include "upnputil.h"Go to the source code of this file.
Classes | |
| class | UPnpIcon |
| class | UPnpService |
| class | UPnpDevice |
| class | UPnpDeviceDesc |
| class | DeviceLocation |
Typedefs | |
| using | UPnpDeviceList = QList< UPnpDevice * > |
| using | UPnpServiceList = QList< UPnpService * > |
| using | UPnpIconList = QList< UPnpIcon * > |
| using UPnpDeviceList = QList< UPnpDevice* > |
Definition at line 44 of file upnpdevice.h.
| using UPnpIconList = QList< UPnpIcon* > |
Definition at line 46 of file upnpdevice.h.
| using UPnpServiceList = QList< UPnpService* > |
Definition at line 45 of file upnpdevice.h.