30#ifndef JELLYFIN_DTO_IMAGEPROVIDERINFO_H
31#define JELLYFIN_DTO_IMAGEPROVIDERINFO_H
62 QJsonObject
toJson()
const;
Definition imageproviderinfo.h:51
void setNameNull()
Definition imageproviderinfo.cpp:86
bool supportedImagesNull() const
Definition imageproviderinfo.cpp:95
bool nameNull() const
Definition imageproviderinfo.cpp:82
QString m_name
Definition imageproviderinfo.h:89
QList< ImageType > m_supportedImages
Definition imageproviderinfo.h:90
QJsonObject toJson() const
Definition imageproviderinfo.cpp:61
void setSupportedImagesNull()
Definition imageproviderinfo.cpp:99
void replaceData(ImageProviderInfo &other)
Definition imageproviderinfo.cpp:43
ImageProviderInfo()
Definition imageproviderinfo.cpp:35
QString name() const
Gets the name.
Definition imageproviderinfo.cpp:77
void setSupportedImages(QList< ImageType > newSupportedImages)
Gets the supported image types.
Definition imageproviderinfo.cpp:92
static ImageProviderInfo fromJson(QJsonObject source)
Definition imageproviderinfo.cpp:48
QList< ImageType > supportedImages() const
Gets the supported image types.
Definition imageproviderinfo.cpp:90
void setFromJson(QJsonObject source)
Definition imageproviderinfo.cpp:55
void setName(QString newName)
Gets the name.
Definition imageproviderinfo.cpp:79
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