#include <brandingoptions.h>
◆ BrandingOptions() [1/2]
| Jellyfin::DTO::BrandingOptions::BrandingOptions |
( |
| ) |
|
◆ BrandingOptions() [2/2]
| Jellyfin::DTO::BrandingOptions::BrandingOptions |
( |
const BrandingOptions & | other | ) |
|
◆ customCss()
| QString Jellyfin::DTO::BrandingOptions::customCss |
( |
| ) |
const |
Gets or sets the custom CSS.
◆ customCssNull()
| bool Jellyfin::DTO::BrandingOptions::customCssNull |
( |
| ) |
const |
◆ fromJson()
| BrandingOptions Jellyfin::DTO::BrandingOptions::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ loginDisclaimer()
| QString Jellyfin::DTO::BrandingOptions::loginDisclaimer |
( |
| ) |
const |
Gets or sets the login disclaimer.
◆ loginDisclaimerNull()
| bool Jellyfin::DTO::BrandingOptions::loginDisclaimerNull |
( |
| ) |
const |
◆ replaceData()
| void Jellyfin::DTO::BrandingOptions::replaceData |
( |
BrandingOptions & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setCustomCss()
| void Jellyfin::DTO::BrandingOptions::setCustomCss |
( |
QString | newCustomCss | ) |
|
Gets or sets the custom CSS.
◆ setCustomCssNull()
| void Jellyfin::DTO::BrandingOptions::setCustomCssNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::BrandingOptions::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setLoginDisclaimer()
| void Jellyfin::DTO::BrandingOptions::setLoginDisclaimer |
( |
QString | newLoginDisclaimer | ) |
|
Gets or sets the login disclaimer.
◆ setLoginDisclaimerNull()
| void Jellyfin::DTO::BrandingOptions::setLoginDisclaimerNull |
( |
| ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::BrandingOptions::toJson |
( |
| ) |
const |
◆ m_customCss
| QString Jellyfin::DTO::BrandingOptions::m_customCss |
|
protected |
◆ m_loginDisclaimer
| QString Jellyfin::DTO::BrandingOptions::m_loginDisclaimer |
|
protected |
The documentation for this class was generated from the following files: