![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <startupconfigurationdto.h>
Public Member Functions | |
| StartupConfigurationDto () | |
| StartupConfigurationDto (const StartupConfigurationDto &other) | |
| void | replaceData (StartupConfigurationDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | uICulture () const |
| Gets or sets UI language culture. | |
| void | setUICulture (QString newUICulture) |
| Gets or sets UI language culture. | |
| bool | uICultureNull () const |
| void | setUICultureNull () |
| QString | metadataCountryCode () const |
| Gets or sets the metadata country code. | |
| void | setMetadataCountryCode (QString newMetadataCountryCode) |
| Gets or sets the metadata country code. | |
| bool | metadataCountryCodeNull () const |
| void | setMetadataCountryCodeNull () |
| QString | preferredMetadataLanguage () const |
| Gets or sets the preferred language for the metadata. | |
| void | setPreferredMetadataLanguage (QString newPreferredMetadataLanguage) |
| Gets or sets the preferred language for the metadata. | |
| bool | preferredMetadataLanguageNull () const |
| void | setPreferredMetadataLanguageNull () |
Static Public Member Functions | |
| static StartupConfigurationDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_uICulture |
| QString | m_metadataCountryCode |
| QString | m_preferredMetadataLanguage |
| Jellyfin::DTO::StartupConfigurationDto::StartupConfigurationDto | ( | ) |
| Jellyfin::DTO::StartupConfigurationDto::StartupConfigurationDto | ( | const StartupConfigurationDto & | other | ) |
|
static |
| QString Jellyfin::DTO::StartupConfigurationDto::metadataCountryCode | ( | ) | const |
Gets or sets the metadata country code.
| bool Jellyfin::DTO::StartupConfigurationDto::metadataCountryCodeNull | ( | ) | const |
| QString Jellyfin::DTO::StartupConfigurationDto::preferredMetadataLanguage | ( | ) | const |
Gets or sets the preferred language for the metadata.
| bool Jellyfin::DTO::StartupConfigurationDto::preferredMetadataLanguageNull | ( | ) | const |
| void Jellyfin::DTO::StartupConfigurationDto::replaceData | ( | StartupConfigurationDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::StartupConfigurationDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::StartupConfigurationDto::setMetadataCountryCode | ( | QString | newMetadataCountryCode | ) |
Gets or sets the metadata country code.
| void Jellyfin::DTO::StartupConfigurationDto::setMetadataCountryCodeNull | ( | ) |
| void Jellyfin::DTO::StartupConfigurationDto::setPreferredMetadataLanguage | ( | QString | newPreferredMetadataLanguage | ) |
Gets or sets the preferred language for the metadata.
| void Jellyfin::DTO::StartupConfigurationDto::setPreferredMetadataLanguageNull | ( | ) |
| void Jellyfin::DTO::StartupConfigurationDto::setUICulture | ( | QString | newUICulture | ) |
Gets or sets UI language culture.
| void Jellyfin::DTO::StartupConfigurationDto::setUICultureNull | ( | ) |
| QJsonObject Jellyfin::DTO::StartupConfigurationDto::toJson | ( | ) | const |
| QString Jellyfin::DTO::StartupConfigurationDto::uICulture | ( | ) | const |
Gets or sets UI language culture.
| bool Jellyfin::DTO::StartupConfigurationDto::uICultureNull | ( | ) | const |
|
protected |
|
protected |
|
protected |