![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <publicsysteminfo.h>
Public Member Functions | |
| PublicSystemInfo () | |
| PublicSystemInfo (const PublicSystemInfo &other) | |
| void | replaceData (PublicSystemInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | localAddress () const |
| Gets or sets the local address. | |
| void | setLocalAddress (QString newLocalAddress) |
| Gets or sets the local address. | |
| bool | localAddressNull () const |
| void | setLocalAddressNull () |
| QString | serverName () const |
| Gets or sets the name of the server. | |
| void | setServerName (QString newServerName) |
| Gets or sets the name of the server. | |
| bool | serverNameNull () const |
| void | setServerNameNull () |
| QString | version () const |
| Gets or sets the server version. | |
| void | setVersion (QString newVersion) |
| Gets or sets the server version. | |
| bool | versionNull () const |
| void | setVersionNull () |
| QString | productName () const |
| Gets or sets the product name. This is the AssemblyProduct name. | |
| void | setProductName (QString newProductName) |
| Gets or sets the product name. This is the AssemblyProduct name. | |
| bool | productNameNull () const |
| void | setProductNameNull () |
| QString | operatingSystem () const |
| Gets or sets the operating system. | |
| void | setOperatingSystem (QString newOperatingSystem) |
| Gets or sets the operating system. | |
| bool | operatingSystemNull () const |
| void | setOperatingSystemNull () |
| QString | jellyfinId () const |
| Gets or sets the id. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the id. | |
| bool | jellyfinIdNull () const |
| void | setJellyfinIdNull () |
| std::optional< bool > | startupWizardCompleted () const |
| Gets or sets a value indicating whether the startup wizard is completed. | |
| void | setStartupWizardCompleted (std::optional< bool > newStartupWizardCompleted) |
| Gets or sets a value indicating whether the startup wizard is completed. | |
| bool | startupWizardCompletedNull () const |
| void | setStartupWizardCompletedNull () |
Static Public Member Functions | |
| static PublicSystemInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_localAddress |
| QString | m_serverName |
| QString | m_version |
| QString | m_productName |
| QString | m_operatingSystem |
| QString | m_jellyfinId |
| std::optional< bool > | m_startupWizardCompleted = std::nullopt |
| Jellyfin::DTO::PublicSystemInfo::PublicSystemInfo | ( | ) |
| Jellyfin::DTO::PublicSystemInfo::PublicSystemInfo | ( | const PublicSystemInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::PublicSystemInfo::jellyfinId | ( | ) | const |
Gets or sets the id.
| bool Jellyfin::DTO::PublicSystemInfo::jellyfinIdNull | ( | ) | const |
| QString Jellyfin::DTO::PublicSystemInfo::localAddress | ( | ) | const |
Gets or sets the local address.
| bool Jellyfin::DTO::PublicSystemInfo::localAddressNull | ( | ) | const |
| QString Jellyfin::DTO::PublicSystemInfo::operatingSystem | ( | ) | const |
Gets or sets the operating system.
| bool Jellyfin::DTO::PublicSystemInfo::operatingSystemNull | ( | ) | const |
| QString Jellyfin::DTO::PublicSystemInfo::productName | ( | ) | const |
Gets or sets the product name. This is the AssemblyProduct name.
| bool Jellyfin::DTO::PublicSystemInfo::productNameNull | ( | ) | const |
| void Jellyfin::DTO::PublicSystemInfo::replaceData | ( | PublicSystemInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| QString Jellyfin::DTO::PublicSystemInfo::serverName | ( | ) | const |
Gets or sets the name of the server.
| bool Jellyfin::DTO::PublicSystemInfo::serverNameNull | ( | ) | const |
| void Jellyfin::DTO::PublicSystemInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PublicSystemInfo::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the id.
| void Jellyfin::DTO::PublicSystemInfo::setJellyfinIdNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setLocalAddress | ( | QString | newLocalAddress | ) |
Gets or sets the local address.
| void Jellyfin::DTO::PublicSystemInfo::setLocalAddressNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setOperatingSystem | ( | QString | newOperatingSystem | ) |
Gets or sets the operating system.
| void Jellyfin::DTO::PublicSystemInfo::setOperatingSystemNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setProductName | ( | QString | newProductName | ) |
Gets or sets the product name. This is the AssemblyProduct name.
| void Jellyfin::DTO::PublicSystemInfo::setProductNameNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setServerName | ( | QString | newServerName | ) |
Gets or sets the name of the server.
| void Jellyfin::DTO::PublicSystemInfo::setServerNameNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setStartupWizardCompleted | ( | std::optional< bool > | newStartupWizardCompleted | ) |
Gets or sets a value indicating whether the startup wizard is completed.
| void Jellyfin::DTO::PublicSystemInfo::setStartupWizardCompletedNull | ( | ) |
| void Jellyfin::DTO::PublicSystemInfo::setVersion | ( | QString | newVersion | ) |
Gets or sets the server version.
| void Jellyfin::DTO::PublicSystemInfo::setVersionNull | ( | ) |
| std::optional< bool > Jellyfin::DTO::PublicSystemInfo::startupWizardCompleted | ( | ) | const |
Gets or sets a value indicating whether the startup wizard is completed.
| bool Jellyfin::DTO::PublicSystemInfo::startupWizardCompletedNull | ( | ) | const |
| QJsonObject Jellyfin::DTO::PublicSystemInfo::toJson | ( | ) | const |
| QString Jellyfin::DTO::PublicSystemInfo::version | ( | ) | const |
Gets or sets the server version.
| bool Jellyfin::DTO::PublicSystemInfo::versionNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |