![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <librarytypeoptionsdto.h>
Public Member Functions | |
| LibraryTypeOptionsDto (QList< LibraryOptionInfoDto > metadataFetchers, QList< LibraryOptionInfoDto > imageFetchers, QList< ImageType > supportedImageTypes, QList< ImageOption > defaultImageOptions) | |
| LibraryTypeOptionsDto (const LibraryTypeOptionsDto &other) | |
| void | replaceData (LibraryTypeOptionsDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | type () const |
| Gets or sets the type. | |
| void | setType (QString newType) |
| Gets or sets the type. | |
| bool | typeNull () const |
| void | setTypeNull () |
| QList< LibraryOptionInfoDto > | metadataFetchers () const |
| Gets or sets the metadata fetchers. | |
| void | setMetadataFetchers (QList< LibraryOptionInfoDto > newMetadataFetchers) |
| Gets or sets the metadata fetchers. | |
| QList< LibraryOptionInfoDto > | imageFetchers () const |
| Gets or sets the image fetchers. | |
| void | setImageFetchers (QList< LibraryOptionInfoDto > newImageFetchers) |
| Gets or sets the image fetchers. | |
| QList< ImageType > | supportedImageTypes () const |
| Gets or sets the supported image types. | |
| void | setSupportedImageTypes (QList< ImageType > newSupportedImageTypes) |
| Gets or sets the supported image types. | |
| QList< ImageOption > | defaultImageOptions () const |
| Gets or sets the default image options. | |
| void | setDefaultImageOptions (QList< ImageOption > newDefaultImageOptions) |
| Gets or sets the default image options. | |
Static Public Member Functions | |
| static LibraryTypeOptionsDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_type |
| QList< LibraryOptionInfoDto > | m_metadataFetchers |
| QList< LibraryOptionInfoDto > | m_imageFetchers |
| QList< ImageType > | m_supportedImageTypes |
| QList< ImageOption > | m_defaultImageOptions |
| Jellyfin::DTO::LibraryTypeOptionsDto::LibraryTypeOptionsDto | ( | QList< LibraryOptionInfoDto > | metadataFetchers, |
| QList< LibraryOptionInfoDto > | imageFetchers, | ||
| QList< ImageType > | supportedImageTypes, | ||
| QList< ImageOption > | defaultImageOptions ) |
| Jellyfin::DTO::LibraryTypeOptionsDto::LibraryTypeOptionsDto | ( | const LibraryTypeOptionsDto & | other | ) |
| QList< ImageOption > Jellyfin::DTO::LibraryTypeOptionsDto::defaultImageOptions | ( | ) | const |
Gets or sets the default image options.
|
static |
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryTypeOptionsDto::imageFetchers | ( | ) | const |
Gets or sets the image fetchers.
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryTypeOptionsDto::metadataFetchers | ( | ) | const |
Gets or sets the metadata fetchers.
| void Jellyfin::DTO::LibraryTypeOptionsDto::replaceData | ( | LibraryTypeOptionsDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setDefaultImageOptions | ( | QList< ImageOption > | newDefaultImageOptions | ) |
Gets or sets the default image options.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::LibraryTypeOptionsDto::setImageFetchers | ( | QList< LibraryOptionInfoDto > | newImageFetchers | ) |
Gets or sets the image fetchers.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setMetadataFetchers | ( | QList< LibraryOptionInfoDto > | newMetadataFetchers | ) |
Gets or sets the metadata fetchers.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setSupportedImageTypes | ( | QList< ImageType > | newSupportedImageTypes | ) |
Gets or sets the supported image types.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setType | ( | QString | newType | ) |
Gets or sets the type.
| void Jellyfin::DTO::LibraryTypeOptionsDto::setTypeNull | ( | ) |
Gets or sets the supported image types.
| QJsonObject Jellyfin::DTO::LibraryTypeOptionsDto::toJson | ( | ) | const |
| QString Jellyfin::DTO::LibraryTypeOptionsDto::type | ( | ) | const |
Gets or sets the type.
| bool Jellyfin::DTO::LibraryTypeOptionsDto::typeNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |