30#ifndef JELLYFIN_DTO_IMAGEOPTION_H
31#define JELLYFIN_DTO_IMAGEOPTION_H
65 QJsonObject
toJson()
const;
Definition imageoption.h:48
void setFromJson(QJsonObject source)
Definition imageoption.cpp:67
qint32 m_minWidth
Definition imageoption.h:95
QJsonObject toJson() const
Definition imageoption.cpp:74
qint32 minWidth() const
Gets or sets the minimum width.
Definition imageoption.cpp:95
qint32 m_limit
Definition imageoption.h:94
ImageType m_type
Definition imageoption.h:93
void setLimit(qint32 newLimit)
Gets or sets the limit.
Definition imageoption.cpp:91
void setType(ImageType newType)
Definition imageoption.cpp:85
void replaceData(ImageOption &other)
Definition imageoption.cpp:54
ImageType type() const
Definition imageoption.cpp:83
static ImageOption fromJson(QJsonObject source)
Definition imageoption.cpp:60
qint32 limit() const
Gets or sets the limit.
Definition imageoption.cpp:89
void setMinWidth(qint32 newMinWidth)
Gets or sets the minimum width.
Definition imageoption.cpp:97
Value
Definition imagetype.h:49
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