#include <remoteimageresult.h>
◆ RemoteImageResult() [1/2]
Jellyfin::DTO::RemoteImageResult::RemoteImageResult |
( |
qint32 | totalRecordCount | ) |
|
◆ RemoteImageResult() [2/2]
Jellyfin::DTO::RemoteImageResult::RemoteImageResult |
( |
const RemoteImageResult & | other | ) |
|
◆ fromJson()
◆ images()
◆ imagesNull()
bool Jellyfin::DTO::RemoteImageResult::imagesNull |
( |
| ) |
const |
◆ providers()
QStringList Jellyfin::DTO::RemoteImageResult::providers |
( |
| ) |
const |
Gets or sets the providers.
◆ providersNull()
bool Jellyfin::DTO::RemoteImageResult::providersNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::RemoteImageResult::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setImages()
◆ setImagesNull()
void Jellyfin::DTO::RemoteImageResult::setImagesNull |
( |
| ) |
|
◆ setProviders()
void Jellyfin::DTO::RemoteImageResult::setProviders |
( |
QStringList | newProviders | ) |
|
Gets or sets the providers.
◆ setProvidersNull()
void Jellyfin::DTO::RemoteImageResult::setProvidersNull |
( |
| ) |
|
◆ setTotalRecordCount()
void Jellyfin::DTO::RemoteImageResult::setTotalRecordCount |
( |
qint32 | newTotalRecordCount | ) |
|
Gets or sets the total record count.
◆ toJson()
QJsonObject Jellyfin::DTO::RemoteImageResult::toJson |
( |
| ) |
const |
◆ totalRecordCount()
qint32 Jellyfin::DTO::RemoteImageResult::totalRecordCount |
( |
| ) |
const |
Gets or sets the total record count.
◆ m_images
◆ m_providers
QStringList Jellyfin::DTO::RemoteImageResult::m_providers |
|
protected |
◆ m_totalRecordCount
qint32 Jellyfin::DTO::RemoteImageResult::m_totalRecordCount |
|
protected |
The documentation for this class was generated from the following files: