#include <librarytypeoptionsdto.h>
◆ LibraryTypeOptionsDto() [1/2]
Jellyfin::DTO::LibraryTypeOptionsDto::LibraryTypeOptionsDto |
( |
| ) |
|
◆ LibraryTypeOptionsDto() [2/2]
◆ defaultImageOptions()
QList< ImageOption > Jellyfin::DTO::LibraryTypeOptionsDto::defaultImageOptions |
( |
| ) |
const |
Gets or sets the default image options.
◆ defaultImageOptionsNull()
bool Jellyfin::DTO::LibraryTypeOptionsDto::defaultImageOptionsNull |
( |
| ) |
const |
◆ fromJson()
◆ imageFetchers()
Gets or sets the image fetchers.
◆ imageFetchersNull()
bool Jellyfin::DTO::LibraryTypeOptionsDto::imageFetchersNull |
( |
| ) |
const |
◆ metadataFetchers()
Gets or sets the metadata fetchers.
◆ metadataFetchersNull()
bool Jellyfin::DTO::LibraryTypeOptionsDto::metadataFetchersNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setDefaultImageOptions()
void Jellyfin::DTO::LibraryTypeOptionsDto::setDefaultImageOptions |
( |
QList< ImageOption > | newDefaultImageOptions | ) |
|
Gets or sets the default image options.
◆ setDefaultImageOptionsNull()
void Jellyfin::DTO::LibraryTypeOptionsDto::setDefaultImageOptionsNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::LibraryTypeOptionsDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setImageFetchers()
Gets or sets the image fetchers.
◆ setImageFetchersNull()
void Jellyfin::DTO::LibraryTypeOptionsDto::setImageFetchersNull |
( |
| ) |
|
◆ setMetadataFetchers()
Gets or sets the metadata fetchers.
◆ setMetadataFetchersNull()
void Jellyfin::DTO::LibraryTypeOptionsDto::setMetadataFetchersNull |
( |
| ) |
|
◆ setSupportedImageTypes()
void Jellyfin::DTO::LibraryTypeOptionsDto::setSupportedImageTypes |
( |
QList< ImageType > | newSupportedImageTypes | ) |
|
Gets or sets the supported image types.
◆ setSupportedImageTypesNull()
void Jellyfin::DTO::LibraryTypeOptionsDto::setSupportedImageTypesNull |
( |
| ) |
|
◆ setType()
void Jellyfin::DTO::LibraryTypeOptionsDto::setType |
( |
QString | newType | ) |
|
◆ setTypeNull()
void Jellyfin::DTO::LibraryTypeOptionsDto::setTypeNull |
( |
| ) |
|
◆ supportedImageTypes()
QList< ImageType > Jellyfin::DTO::LibraryTypeOptionsDto::supportedImageTypes |
( |
| ) |
const |
Gets or sets the supported image types.
◆ supportedImageTypesNull()
bool Jellyfin::DTO::LibraryTypeOptionsDto::supportedImageTypesNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::LibraryTypeOptionsDto::toJson |
( |
| ) |
const |
◆ type()
QString Jellyfin::DTO::LibraryTypeOptionsDto::type |
( |
| ) |
const |
◆ typeNull()
bool Jellyfin::DTO::LibraryTypeOptionsDto::typeNull |
( |
| ) |
const |
◆ m_defaultImageOptions
◆ m_imageFetchers
◆ m_metadataFetchers
◆ m_supportedImageTypes
QList<ImageType> Jellyfin::DTO::LibraryTypeOptionsDto::m_supportedImageTypes |
|
protected |
◆ m_type
QString Jellyfin::DTO::LibraryTypeOptionsDto::m_type |
|
protected |
The documentation for this class was generated from the following files: