![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <startupremoteaccessdto.h>
Public Member Functions | |
| StartupRemoteAccessDto (bool enableRemoteAccess, bool enableAutomaticPortMapping) | |
| StartupRemoteAccessDto (const StartupRemoteAccessDto &other) | |
| void | replaceData (StartupRemoteAccessDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| bool | enableRemoteAccess () const |
| Gets or sets a value indicating whether enable remote access. | |
| void | setEnableRemoteAccess (bool newEnableRemoteAccess) |
| Gets or sets a value indicating whether enable remote access. | |
| bool | enableAutomaticPortMapping () const |
| Gets or sets a value indicating whether enable automatic port mapping. | |
| void | setEnableAutomaticPortMapping (bool newEnableAutomaticPortMapping) |
| Gets or sets a value indicating whether enable automatic port mapping. | |
Static Public Member Functions | |
| static StartupRemoteAccessDto | fromJson (QJsonObject source) |
Protected Attributes | |
| bool | m_enableRemoteAccess |
| bool | m_enableAutomaticPortMapping |
| Jellyfin::DTO::StartupRemoteAccessDto::StartupRemoteAccessDto | ( | bool | enableRemoteAccess, |
| bool | enableAutomaticPortMapping ) |
| Jellyfin::DTO::StartupRemoteAccessDto::StartupRemoteAccessDto | ( | const StartupRemoteAccessDto & | other | ) |
| bool Jellyfin::DTO::StartupRemoteAccessDto::enableAutomaticPortMapping | ( | ) | const |
Gets or sets a value indicating whether enable automatic port mapping.
| bool Jellyfin::DTO::StartupRemoteAccessDto::enableRemoteAccess | ( | ) | const |
Gets or sets a value indicating whether enable remote access.
|
static |
| void Jellyfin::DTO::StartupRemoteAccessDto::replaceData | ( | StartupRemoteAccessDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::StartupRemoteAccessDto::setEnableAutomaticPortMapping | ( | bool | newEnableAutomaticPortMapping | ) |
Gets or sets a value indicating whether enable automatic port mapping.
| void Jellyfin::DTO::StartupRemoteAccessDto::setEnableRemoteAccess | ( | bool | newEnableRemoteAccess | ) |
Gets or sets a value indicating whether enable remote access.
| void Jellyfin::DTO::StartupRemoteAccessDto::setFromJson | ( | QJsonObject | source | ) |
| QJsonObject Jellyfin::DTO::StartupRemoteAccessDto::toJson | ( | ) | const |
|
protected |
|
protected |