![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <libraryoptioninfodto.h>
Public Member Functions | |
| LibraryOptionInfoDto (bool defaultEnabled) | |
| LibraryOptionInfoDto (const LibraryOptionInfoDto &other) | |
| void | replaceData (LibraryOptionInfoDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets name. | |
| void | setName (QString newName) |
| Gets or sets name. | |
| bool | nameNull () const |
| void | setNameNull () |
| bool | defaultEnabled () const |
| Gets or sets a value indicating whether default enabled. | |
| void | setDefaultEnabled (bool newDefaultEnabled) |
| Gets or sets a value indicating whether default enabled. | |
Static Public Member Functions | |
| static LibraryOptionInfoDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| bool | m_defaultEnabled |
| Jellyfin::DTO::LibraryOptionInfoDto::LibraryOptionInfoDto | ( | bool | defaultEnabled | ) |
| Jellyfin::DTO::LibraryOptionInfoDto::LibraryOptionInfoDto | ( | const LibraryOptionInfoDto & | other | ) |
| bool Jellyfin::DTO::LibraryOptionInfoDto::defaultEnabled | ( | ) | const |
Gets or sets a value indicating whether default enabled.
|
static |
| QString Jellyfin::DTO::LibraryOptionInfoDto::name | ( | ) | const |
Gets or sets name.
| bool Jellyfin::DTO::LibraryOptionInfoDto::nameNull | ( | ) | const |
| void Jellyfin::DTO::LibraryOptionInfoDto::replaceData | ( | LibraryOptionInfoDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::LibraryOptionInfoDto::setDefaultEnabled | ( | bool | newDefaultEnabled | ) |
Gets or sets a value indicating whether default enabled.
| void Jellyfin::DTO::LibraryOptionInfoDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::LibraryOptionInfoDto::setName | ( | QString | newName | ) |
Gets or sets name.
| void Jellyfin::DTO::LibraryOptionInfoDto::setNameNull | ( | ) |
| QJsonObject Jellyfin::DTO::LibraryOptionInfoDto::toJson | ( | ) | const |
|
protected |
|
protected |