MythTV
master
|
#include <QMutex>
#include <QString>
#include "libmythui/mythscreentype.h"
#include "libmythupnp/upnpdevice.h"
Go to the source code of this file.
Classes | |
class | BackendSelection |
Classes to Prompt user for a master backend. More... | |
Typedefs | |
using | ItemMap = QMap< QString, DeviceLocation * > |
Variables | |
const QString | kBackendURI = "urn:schemas-mythtv-org:device:MasterMediaServer:1" |
const QString | kDefaultDB = "Database/" |
const QString | kDefaultWOL = "WakeOnLAN/" |
const QString | kDefaultMFE = "UPnP/MythFrontend/DefaultBackend/" |
const QString | kDefaultPIN = kDefaultMFE + "SecurityPin" |
const QString | kDefaultUSN = kDefaultMFE + "USN" |
using ItemMap = QMap <QString, DeviceLocation*> |
Definition at line 27 of file backendselect.h.
const QString kBackendURI = "urn:schemas-mythtv-org:device:MasterMediaServer:1" |
Definition at line 20 of file backendselect.h.
Referenced by MythContextPrivate::DefaultUPnP(), BackendSelection::Init(), BackendSelection::Load(), and MythContextPrivate::UPnPautoconf().
const QString kDefaultDB = "Database/" |
Definition at line 21 of file backendselect.h.
Referenced by MythContextPrivate::LoadDatabaseSettings(), and MythContextPrivate::SaveDatabaseParams().
const QString kDefaultWOL = "WakeOnLAN/" |
Definition at line 22 of file backendselect.h.
Referenced by MythContextPrivate::LoadDatabaseSettings(), and MythContextPrivate::SaveDatabaseParams().
const QString kDefaultMFE = "UPnP/MythFrontend/DefaultBackend/" |
Definition at line 23 of file backendselect.h.
const QString kDefaultPIN = kDefaultMFE + "SecurityPin" |
Definition at line 24 of file backendselect.h.
Referenced by BackendSelection::Accept(), and MythContextPrivate::DefaultUPnP().
const QString kDefaultUSN = kDefaultMFE + "USN" |
Definition at line 25 of file backendselect.h.
Referenced by BackendSelection::Accept(), and MythContextPrivate::DefaultUPnP().