#include <imageoption.h>
◆ ImageOption() [1/2]
Jellyfin::DTO::ImageOption::ImageOption |
( |
ImageType | type, |
|
|
qint32 | limit, |
|
|
qint32 | minWidth ) |
◆ ImageOption() [2/2]
Jellyfin::DTO::ImageOption::ImageOption |
( |
const ImageOption & | other | ) |
|
◆ fromJson()
ImageOption Jellyfin::DTO::ImageOption::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ limit()
qint32 Jellyfin::DTO::ImageOption::limit |
( |
| ) |
const |
◆ minWidth()
qint32 Jellyfin::DTO::ImageOption::minWidth |
( |
| ) |
const |
Gets or sets the minimum width.
◆ replaceData()
void Jellyfin::DTO::ImageOption::replaceData |
( |
ImageOption & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::ImageOption::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setLimit()
void Jellyfin::DTO::ImageOption::setLimit |
( |
qint32 | newLimit | ) |
|
◆ setMinWidth()
void Jellyfin::DTO::ImageOption::setMinWidth |
( |
qint32 | newMinWidth | ) |
|
Gets or sets the minimum width.
◆ setType()
void Jellyfin::DTO::ImageOption::setType |
( |
ImageType | newType | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::ImageOption::toJson |
( |
| ) |
const |
◆ type()
ImageType Jellyfin::DTO::ImageOption::type |
( |
| ) |
const |
◆ m_limit
qint32 Jellyfin::DTO::ImageOption::m_limit |
|
protected |
◆ m_minWidth
qint32 Jellyfin::DTO::ImageOption::m_minWidth |
|
protected |
◆ m_type
The documentation for this class was generated from the following files: