#include <requesttypes.h>
◆ backgroundColor()
| const QString & Jellyfin::Loader::GetPersonImageByIndexParams::backgroundColor |
( |
| ) |
const |
Optional. Apply a background color for transparent images.
◆ backgroundColorNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::backgroundColorNull |
( |
| ) |
const |
◆ blur()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::blur |
( |
| ) |
const |
◆ blurNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::blurNull |
( |
| ) |
const |
◆ fillHeight()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::fillHeight |
( |
| ) |
const |
◆ fillHeightNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::fillHeightNull |
( |
| ) |
const |
◆ fillWidth()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::fillWidth |
( |
| ) |
const |
◆ fillWidthNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::fillWidthNull |
( |
| ) |
const |
◆ foregroundLayer()
| const QString & Jellyfin::Loader::GetPersonImageByIndexParams::foregroundLayer |
( |
| ) |
const |
Optional. Apply a foreground layer on top of the image.
◆ foregroundLayerNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::foregroundLayerNull |
( |
| ) |
const |
◆ format()
| const ImageFormat & Jellyfin::Loader::GetPersonImageByIndexParams::format |
( |
| ) |
const |
Determines the output format of the image - original,gif,jpg,png.
◆ formatNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::formatNull |
( |
| ) |
const |
◆ height()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::height |
( |
| ) |
const |
The fixed image height to return.
◆ heightNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::heightNull |
( |
| ) |
const |
◆ imageIndex()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::imageIndex |
( |
| ) |
const |
◆ imageType()
| const ImageType & Jellyfin::Loader::GetPersonImageByIndexParams::imageType |
( |
| ) |
const |
◆ maxHeight()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::maxHeight |
( |
| ) |
const |
The maximum image height to return.
◆ maxHeightNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::maxHeightNull |
( |
| ) |
const |
◆ maxWidth()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::maxWidth |
( |
| ) |
const |
The maximum image width to return.
◆ maxWidthNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::maxWidthNull |
( |
| ) |
const |
◆ name()
| const QString & Jellyfin::Loader::GetPersonImageByIndexParams::name |
( |
| ) |
const |
◆ percentPlayed()
| const double & Jellyfin::Loader::GetPersonImageByIndexParams::percentPlayed |
( |
| ) |
const |
Optional. Percent to render for the percent played overlay.
◆ percentPlayedNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::percentPlayedNull |
( |
| ) |
const |
◆ quality()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::quality |
( |
| ) |
const |
Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
◆ qualityNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::qualityNull |
( |
| ) |
const |
◆ setBackgroundColor()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setBackgroundColor |
( |
QString | newBackgroundColor | ) |
|
◆ setBackgroundColorNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setBackgroundColorNull |
( |
| ) |
|
◆ setBlur()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setBlur |
( |
qint32 | newBlur | ) |
|
◆ setBlurNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setBlurNull |
( |
| ) |
|
◆ setFillHeight()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFillHeight |
( |
qint32 | newFillHeight | ) |
|
◆ setFillHeightNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFillHeightNull |
( |
| ) |
|
◆ setFillWidth()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFillWidth |
( |
qint32 | newFillWidth | ) |
|
◆ setFillWidthNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFillWidthNull |
( |
| ) |
|
◆ setForegroundLayer()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setForegroundLayer |
( |
QString | newForegroundLayer | ) |
|
◆ setForegroundLayerNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setForegroundLayerNull |
( |
| ) |
|
◆ setFormat()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFormat |
( |
ImageFormat | newFormat | ) |
|
◆ setFormatNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setFormatNull |
( |
| ) |
|
◆ setHeight()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setHeight |
( |
qint32 | newHeight | ) |
|
◆ setHeightNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setHeightNull |
( |
| ) |
|
◆ setImageIndex()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setImageIndex |
( |
qint32 | newImageIndex | ) |
|
◆ setImageType()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setImageType |
( |
ImageType | newImageType | ) |
|
◆ setMaxHeight()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setMaxHeight |
( |
qint32 | newMaxHeight | ) |
|
◆ setMaxHeightNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setMaxHeightNull |
( |
| ) |
|
◆ setMaxWidth()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setMaxWidth |
( |
qint32 | newMaxWidth | ) |
|
◆ setMaxWidthNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setMaxWidthNull |
( |
| ) |
|
◆ setName()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setName |
( |
QString | newName | ) |
|
◆ setPercentPlayed()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setPercentPlayed |
( |
double | newPercentPlayed | ) |
|
◆ setPercentPlayedNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setPercentPlayedNull |
( |
| ) |
|
◆ setQuality()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setQuality |
( |
qint32 | newQuality | ) |
|
◆ setQualityNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setQualityNull |
( |
| ) |
|
◆ setTag()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setTag |
( |
QString | newTag | ) |
|
◆ setTagNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setTagNull |
( |
| ) |
|
◆ setUnplayedCount()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setUnplayedCount |
( |
qint32 | newUnplayedCount | ) |
|
◆ setUnplayedCountNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setUnplayedCountNull |
( |
| ) |
|
◆ setWidth()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setWidth |
( |
qint32 | newWidth | ) |
|
◆ setWidthNull()
| void Jellyfin::Loader::GetPersonImageByIndexParams::setWidthNull |
( |
| ) |
|
◆ tag()
| const QString & Jellyfin::Loader::GetPersonImageByIndexParams::tag |
( |
| ) |
const |
Optional. Supply the cache tag from the item object to receive strong caching headers.
◆ tagNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::tagNull |
( |
| ) |
const |
◆ unplayedCount()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::unplayedCount |
( |
| ) |
const |
Optional. Unplayed count overlay to render.
◆ unplayedCountNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::unplayedCountNull |
( |
| ) |
const |
◆ width()
| const qint32 & Jellyfin::Loader::GetPersonImageByIndexParams::width |
( |
| ) |
const |
The fixed image width to return.
◆ widthNull()
| bool Jellyfin::Loader::GetPersonImageByIndexParams::widthNull |
( |
| ) |
const |
The documentation for this class was generated from the following files: