30#ifndef JELLYFIN_DTO_IMAGEBYNAMEINFO_H
31#define JELLYFIN_DTO_IMAGEBYNAMEINFO_H
63 QJsonObject
toJson()
const;
80 QString
theme()
const;
Definition imagebynameinfo.h:48
QString context() const
Gets or sets the context.
Definition imagebynameinfo.cpp:129
void setFromJson(QJsonObject source)
Definition imagebynameinfo.cpp:67
QString m_theme
Definition imagebynameinfo.h:122
bool themeNull() const
Definition imagebynameinfo.cpp:121
bool contextNull() const
Definition imagebynameinfo.cpp:134
void setFormatNull()
Definition imagebynameinfo.cpp:157
QString m_name
Definition imagebynameinfo.h:121
void setTheme(QString newTheme)
Gets or sets the theme.
Definition imagebynameinfo.cpp:118
qint64 m_fileLength
Definition imagebynameinfo.h:124
void setContext(QString newContext)
Gets or sets the context.
Definition imagebynameinfo.cpp:131
void replaceData(ImageByNameInfo &other)
Definition imagebynameinfo.cpp:52
QString format() const
Gets or sets the format.
Definition imagebynameinfo.cpp:148
bool formatNull() const
Definition imagebynameinfo.cpp:153
QString name() const
Gets or sets the name.
Definition imagebynameinfo.cpp:103
QString theme() const
Gets or sets the theme.
Definition imagebynameinfo.cpp:116
void setNameNull()
Definition imagebynameinfo.cpp:112
QString m_context
Definition imagebynameinfo.h:123
void setFormat(QString newFormat)
Gets or sets the format.
Definition imagebynameinfo.cpp:150
qint64 fileLength() const
Gets or sets the length of the file.
Definition imagebynameinfo.cpp:142
QString m_format
Definition imagebynameinfo.h:125
QJsonObject toJson() const
Definition imagebynameinfo.cpp:76
bool nameNull() const
Definition imagebynameinfo.cpp:108
void setName(QString newName)
Gets or sets the name.
Definition imagebynameinfo.cpp:105
static ImageByNameInfo fromJson(QJsonObject source)
Definition imagebynameinfo.cpp:60
void setFileLength(qint64 newFileLength)
Gets or sets the length of the file.
Definition imagebynameinfo.cpp:144
void setContextNull()
Definition imagebynameinfo.cpp:138
void setThemeNull()
Definition imagebynameinfo.cpp:125
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