![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <brandingoptions.h>
Public Member Functions | |
| BrandingOptions (bool splashscreenEnabled) | |
| BrandingOptions (const BrandingOptions &other) | |
| void | replaceData (BrandingOptions &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | loginDisclaimer () const |
| Gets or sets the login disclaimer. | |
| void | setLoginDisclaimer (QString newLoginDisclaimer) |
| Gets or sets the login disclaimer. | |
| bool | loginDisclaimerNull () const |
| void | setLoginDisclaimerNull () |
| QString | customCss () const |
| Gets or sets the custom CSS. | |
| void | setCustomCss (QString newCustomCss) |
| Gets or sets the custom CSS. | |
| bool | customCssNull () const |
| void | setCustomCssNull () |
| bool | splashscreenEnabled () const |
| Gets or sets a value indicating whether to enable the splashscreen. | |
| void | setSplashscreenEnabled (bool newSplashscreenEnabled) |
| Gets or sets a value indicating whether to enable the splashscreen. | |
Static Public Member Functions | |
| static BrandingOptions | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_loginDisclaimer |
| QString | m_customCss |
| bool | m_splashscreenEnabled |
| Jellyfin::DTO::BrandingOptions::BrandingOptions | ( | bool | splashscreenEnabled | ) |
| Jellyfin::DTO::BrandingOptions::BrandingOptions | ( | const BrandingOptions & | other | ) |
| QString Jellyfin::DTO::BrandingOptions::customCss | ( | ) | const |
Gets or sets the custom CSS.
| bool Jellyfin::DTO::BrandingOptions::customCssNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::BrandingOptions::loginDisclaimer | ( | ) | const |
Gets or sets the login disclaimer.
| bool Jellyfin::DTO::BrandingOptions::loginDisclaimerNull | ( | ) | const |
| void Jellyfin::DTO::BrandingOptions::replaceData | ( | BrandingOptions & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::BrandingOptions::setCustomCss | ( | QString | newCustomCss | ) |
Gets or sets the custom CSS.
| void Jellyfin::DTO::BrandingOptions::setCustomCssNull | ( | ) |
| void Jellyfin::DTO::BrandingOptions::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::BrandingOptions::setLoginDisclaimer | ( | QString | newLoginDisclaimer | ) |
Gets or sets the login disclaimer.
| void Jellyfin::DTO::BrandingOptions::setLoginDisclaimerNull | ( | ) |
| void Jellyfin::DTO::BrandingOptions::setSplashscreenEnabled | ( | bool | newSplashscreenEnabled | ) |
Gets or sets a value indicating whether to enable the splashscreen.
| bool Jellyfin::DTO::BrandingOptions::splashscreenEnabled | ( | ) | const |
Gets or sets a value indicating whether to enable the splashscreen.
| QJsonObject Jellyfin::DTO::BrandingOptions::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |