![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <remoteimageresult.h>
Public Member Functions | |
| RemoteImageResult (qint32 totalRecordCount) | |
| RemoteImageResult (const RemoteImageResult &other) | |
| void | replaceData (RemoteImageResult &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< RemoteImageInfo > | images () const |
| Gets or sets the images. | |
| void | setImages (QList< RemoteImageInfo > newImages) |
| Gets or sets the images. | |
| bool | imagesNull () const |
| void | setImagesNull () |
| qint32 | totalRecordCount () const |
| Gets or sets the total record count. | |
| void | setTotalRecordCount (qint32 newTotalRecordCount) |
| Gets or sets the total record count. | |
| QStringList | providers () const |
| Gets or sets the providers. | |
| void | setProviders (QStringList newProviders) |
| Gets or sets the providers. | |
| bool | providersNull () const |
| void | setProvidersNull () |
Static Public Member Functions | |
| static RemoteImageResult | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< RemoteImageInfo > | m_images |
| qint32 | m_totalRecordCount |
| QStringList | m_providers |
| Jellyfin::DTO::RemoteImageResult::RemoteImageResult | ( | qint32 | totalRecordCount | ) |
| Jellyfin::DTO::RemoteImageResult::RemoteImageResult | ( | const RemoteImageResult & | other | ) |
|
static |
| QList< RemoteImageInfo > Jellyfin::DTO::RemoteImageResult::images | ( | ) | const |
Gets or sets the images.
| bool Jellyfin::DTO::RemoteImageResult::imagesNull | ( | ) | const |
| QStringList Jellyfin::DTO::RemoteImageResult::providers | ( | ) | const |
Gets or sets the providers.
| bool Jellyfin::DTO::RemoteImageResult::providersNull | ( | ) | const |
| void Jellyfin::DTO::RemoteImageResult::replaceData | ( | RemoteImageResult & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::RemoteImageResult::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::RemoteImageResult::setImages | ( | QList< RemoteImageInfo > | newImages | ) |
Gets or sets the images.
| void Jellyfin::DTO::RemoteImageResult::setImagesNull | ( | ) |
| void Jellyfin::DTO::RemoteImageResult::setProviders | ( | QStringList | newProviders | ) |
Gets or sets the providers.
| void Jellyfin::DTO::RemoteImageResult::setProvidersNull | ( | ) |
| void Jellyfin::DTO::RemoteImageResult::setTotalRecordCount | ( | qint32 | newTotalRecordCount | ) |
Gets or sets the total record count.
| QJsonObject Jellyfin::DTO::RemoteImageResult::toJson | ( | ) | const |
| qint32 Jellyfin::DTO::RemoteImageResult::totalRecordCount | ( | ) | const |
Gets or sets the total record count.
|
protected |
|
protected |
|
protected |