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