#include <imageproviderinfo.h>
◆ ImageProviderInfo() [1/2]
Jellyfin::DTO::ImageProviderInfo::ImageProviderInfo |
( |
| ) |
|
◆ ImageProviderInfo() [2/2]
Jellyfin::DTO::ImageProviderInfo::ImageProviderInfo |
( |
const ImageProviderInfo & | other | ) |
|
◆ fromJson()
◆ name()
QString Jellyfin::DTO::ImageProviderInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::ImageProviderInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::ImageProviderInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::ImageProviderInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::ImageProviderInfo::setNameNull |
( |
| ) |
|
◆ setSupportedImages()
void Jellyfin::DTO::ImageProviderInfo::setSupportedImages |
( |
QList< ImageType > | newSupportedImages | ) |
|
Gets the supported image types.
◆ setSupportedImagesNull()
void Jellyfin::DTO::ImageProviderInfo::setSupportedImagesNull |
( |
| ) |
|
◆ supportedImages()
QList< ImageType > Jellyfin::DTO::ImageProviderInfo::supportedImages |
( |
| ) |
const |
Gets the supported image types.
◆ supportedImagesNull()
bool Jellyfin::DTO::ImageProviderInfo::supportedImagesNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::ImageProviderInfo::toJson |
( |
| ) |
const |
◆ m_name
QString Jellyfin::DTO::ImageProviderInfo::m_name |
|
protected |
◆ m_supportedImages
The documentation for this class was generated from the following files: