#include <imageinfo.h>
◆ ImageInfo() [1/2]
Jellyfin::DTO::ImageInfo::ImageInfo |
( |
ImageType | imageType, |
|
|
qint64 | size ) |
◆ ImageInfo() [2/2]
Jellyfin::DTO::ImageInfo::ImageInfo |
( |
const ImageInfo & | other | ) |
|
◆ blurHash()
QString Jellyfin::DTO::ImageInfo::blurHash |
( |
| ) |
const |
Gets or sets the blurhash.
◆ blurHashNull()
bool Jellyfin::DTO::ImageInfo::blurHashNull |
( |
| ) |
const |
◆ fromJson()
ImageInfo Jellyfin::DTO::ImageInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ height()
std::optional< qint32 > Jellyfin::DTO::ImageInfo::height |
( |
| ) |
const |
◆ heightNull()
bool Jellyfin::DTO::ImageInfo::heightNull |
( |
| ) |
const |
◆ imageIndex()
std::optional< qint32 > Jellyfin::DTO::ImageInfo::imageIndex |
( |
| ) |
const |
Gets or sets the index of the image.
◆ imageIndexNull()
bool Jellyfin::DTO::ImageInfo::imageIndexNull |
( |
| ) |
const |
◆ imageTag()
QString Jellyfin::DTO::ImageInfo::imageTag |
( |
| ) |
const |
Gets or sets the image tag.
◆ imageTagNull()
bool Jellyfin::DTO::ImageInfo::imageTagNull |
( |
| ) |
const |
◆ imageType()
ImageType Jellyfin::DTO::ImageInfo::imageType |
( |
| ) |
const |
◆ path()
QString Jellyfin::DTO::ImageInfo::path |
( |
| ) |
const |
◆ pathNull()
bool Jellyfin::DTO::ImageInfo::pathNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::ImageInfo::replaceData |
( |
ImageInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setBlurHash()
void Jellyfin::DTO::ImageInfo::setBlurHash |
( |
QString | newBlurHash | ) |
|
Gets or sets the blurhash.
◆ setBlurHashNull()
void Jellyfin::DTO::ImageInfo::setBlurHashNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::ImageInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setHeight()
void Jellyfin::DTO::ImageInfo::setHeight |
( |
std::optional< qint32 > | newHeight | ) |
|
◆ setHeightNull()
void Jellyfin::DTO::ImageInfo::setHeightNull |
( |
| ) |
|
◆ setImageIndex()
void Jellyfin::DTO::ImageInfo::setImageIndex |
( |
std::optional< qint32 > | newImageIndex | ) |
|
Gets or sets the index of the image.
◆ setImageIndexNull()
void Jellyfin::DTO::ImageInfo::setImageIndexNull |
( |
| ) |
|
◆ setImageTag()
void Jellyfin::DTO::ImageInfo::setImageTag |
( |
QString | newImageTag | ) |
|
Gets or sets the image tag.
◆ setImageTagNull()
void Jellyfin::DTO::ImageInfo::setImageTagNull |
( |
| ) |
|
◆ setImageType()
void Jellyfin::DTO::ImageInfo::setImageType |
( |
ImageType | newImageType | ) |
|
◆ setPath()
void Jellyfin::DTO::ImageInfo::setPath |
( |
QString | newPath | ) |
|
◆ setPathNull()
void Jellyfin::DTO::ImageInfo::setPathNull |
( |
| ) |
|
◆ setSize()
void Jellyfin::DTO::ImageInfo::setSize |
( |
qint64 | newSize | ) |
|
◆ setWidth()
void Jellyfin::DTO::ImageInfo::setWidth |
( |
std::optional< qint32 > | newWidth | ) |
|
◆ setWidthNull()
void Jellyfin::DTO::ImageInfo::setWidthNull |
( |
| ) |
|
◆ size()
qint64 Jellyfin::DTO::ImageInfo::size |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::ImageInfo::toJson |
( |
| ) |
const |
◆ width()
std::optional< qint32 > Jellyfin::DTO::ImageInfo::width |
( |
| ) |
const |
◆ widthNull()
bool Jellyfin::DTO::ImageInfo::widthNull |
( |
| ) |
const |
◆ m_blurHash
QString Jellyfin::DTO::ImageInfo::m_blurHash |
|
protected |
◆ m_height
std::optional<qint32> Jellyfin::DTO::ImageInfo::m_height = std::nullopt |
|
protected |
◆ m_imageIndex
std::optional<qint32> Jellyfin::DTO::ImageInfo::m_imageIndex = std::nullopt |
|
protected |
◆ m_imageTag
QString Jellyfin::DTO::ImageInfo::m_imageTag |
|
protected |
◆ m_imageType
ImageType Jellyfin::DTO::ImageInfo::m_imageType |
|
protected |
◆ m_path
QString Jellyfin::DTO::ImageInfo::m_path |
|
protected |
◆ m_size
qint64 Jellyfin::DTO::ImageInfo::m_size |
|
protected |
◆ m_width
std::optional<qint32> Jellyfin::DTO::ImageInfo::m_width = std::nullopt |
|
protected |
The documentation for this class was generated from the following files: