30#ifndef JELLYFIN_DTO_REMOTEIMAGERESULT_H
31#define JELLYFIN_DTO_REMOTEIMAGERESULT_H
65 QJsonObject
toJson()
const;
Definition remoteimageresult.h:50
QStringList m_providers
Definition remoteimageresult.h:103
qint32 totalRecordCount() const
Gets or sets the total record count.
Definition remoteimageresult.cpp:100
static RemoteImageResult fromJson(QJsonObject source)
Definition remoteimageresult.cpp:56
void replaceData(RemoteImageResult &other)
Definition remoteimageresult.cpp:50
QStringList providers() const
Gets or sets the providers.
Definition remoteimageresult.cpp:106
void setImages(QList< RemoteImageInfo > newImages)
Gets or sets the images.
Definition remoteimageresult.cpp:89
QJsonObject toJson() const
Definition remoteimageresult.cpp:70
bool imagesNull() const
Definition remoteimageresult.cpp:92
void setFromJson(QJsonObject source)
Definition remoteimageresult.cpp:63
QList< RemoteImageInfo > images() const
Gets or sets the images.
Definition remoteimageresult.cpp:87
void setTotalRecordCount(qint32 newTotalRecordCount)
Gets or sets the total record count.
Definition remoteimageresult.cpp:102
QList< RemoteImageInfo > m_images
Definition remoteimageresult.h:101
void setProviders(QStringList newProviders)
Gets or sets the providers.
Definition remoteimageresult.cpp:108
bool providersNull() const
Definition remoteimageresult.cpp:111
void setProvidersNull()
Definition remoteimageresult.cpp:115
void setImagesNull()
Definition remoteimageresult.cpp:96
qint32 m_totalRecordCount
Definition remoteimageresult.h:102
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