30#ifndef JELLYFIN_DTO_LIBRARYTYPEOPTIONSDTO_H
31#define JELLYFIN_DTO_LIBRARYTYPEOPTIONSDTO_H
64 QJsonObject
toJson()
const;
Definition librarytypeoptionsdto.h:53
void setSupportedImageTypes(QList< ImageType > newSupportedImageTypes)
Gets or sets the supported image types.
Definition librarytypeoptionsdto.cpp:142
void setImageFetchersNull()
Definition librarytypeoptionsdto.cpp:136
bool imageFetchersNull() const
Definition librarytypeoptionsdto.cpp:132
void setTypeNull()
Definition librarytypeoptionsdto.cpp:110
void setSupportedImageTypesNull()
Definition librarytypeoptionsdto.cpp:149
QString m_type
Definition librarytypeoptionsdto.h:124
void replaceData(LibraryTypeOptionsDto &other)
Definition librarytypeoptionsdto.cpp:46
QList< ImageOption > defaultImageOptions() const
Gets or sets the default image options.
Definition librarytypeoptionsdto.cpp:153
QList< ImageType > supportedImageTypes() const
Gets or sets the supported image types.
Definition librarytypeoptionsdto.cpp:140
QString type() const
Gets or sets the type.
Definition librarytypeoptionsdto.cpp:101
QJsonObject toJson() const
Definition librarytypeoptionsdto.cpp:70
QList< ImageType > m_supportedImageTypes
Definition librarytypeoptionsdto.h:127
void setDefaultImageOptionsNull()
Definition librarytypeoptionsdto.cpp:162
QList< LibraryOptionInfoDto > metadataFetchers() const
Gets or sets the metadata fetchers.
Definition librarytypeoptionsdto.cpp:114
void setMetadataFetchersNull()
Definition librarytypeoptionsdto.cpp:123
void setMetadataFetchers(QList< LibraryOptionInfoDto > newMetadataFetchers)
Gets or sets the metadata fetchers.
Definition librarytypeoptionsdto.cpp:116
QList< LibraryOptionInfoDto > imageFetchers() const
Gets or sets the image fetchers.
Definition librarytypeoptionsdto.cpp:127
QList< LibraryOptionInfoDto > m_imageFetchers
Definition librarytypeoptionsdto.h:126
void setImageFetchers(QList< LibraryOptionInfoDto > newImageFetchers)
Gets or sets the image fetchers.
Definition librarytypeoptionsdto.cpp:129
void setType(QString newType)
Gets or sets the type.
Definition librarytypeoptionsdto.cpp:103
bool supportedImageTypesNull() const
Definition librarytypeoptionsdto.cpp:145
void setDefaultImageOptions(QList< ImageOption > newDefaultImageOptions)
Gets or sets the default image options.
Definition librarytypeoptionsdto.cpp:155
LibraryTypeOptionsDto()
Definition librarytypeoptionsdto.cpp:35
bool typeNull() const
Definition librarytypeoptionsdto.cpp:106
QList< LibraryOptionInfoDto > m_metadataFetchers
Definition librarytypeoptionsdto.h:125
bool metadataFetchersNull() const
Definition librarytypeoptionsdto.cpp:119
QList< ImageOption > m_defaultImageOptions
Definition librarytypeoptionsdto.h:128
void setFromJson(QJsonObject source)
Definition librarytypeoptionsdto.cpp:61
static LibraryTypeOptionsDto fromJson(QJsonObject source)
Definition librarytypeoptionsdto.cpp:54
bool defaultImageOptionsNull() const
Definition librarytypeoptionsdto.cpp:158
Definition mediaplayer2.h:20
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45