Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::HeadItemImageByIndexParams Class Reference

#include <requesttypes.h>

Public Member Functions

const qint32 & imageIndex () const
 Image index.
void setImageIndex (qint32 newImageIndex)
const ImageTypeimageType () const
 Image type.
void setImageType (ImageType newImageType)
const QString & itemId () const
 Item id.
void setItemId (QString newItemId)
const QString & backgroundColor () const
 Optional. Apply a background color for transparent images.
void setBackgroundColor (QString newBackgroundColor)
bool backgroundColorNull () const
void setBackgroundColorNull ()
const qint32 & blur () const
 Optional. Blur image.
void setBlur (qint32 newBlur)
bool blurNull () const
void setBlurNull ()
const qint32 & fillHeight () const
 Height of box to fill.
void setFillHeight (qint32 newFillHeight)
bool fillHeightNull () const
void setFillHeightNull ()
const qint32 & fillWidth () const
 Width of box to fill.
void setFillWidth (qint32 newFillWidth)
bool fillWidthNull () const
void setFillWidthNull ()
const QString & foregroundLayer () const
 Optional. Apply a foreground layer on top of the image.
void setForegroundLayer (QString newForegroundLayer)
bool foregroundLayerNull () const
void setForegroundLayerNull ()
const ImageFormatformat () const
 Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
void setFormat (ImageFormat newFormat)
bool formatNull () const
void setFormatNull ()
const qint32 & height () const
 The fixed image height to return.
void setHeight (qint32 newHeight)
bool heightNull () const
void setHeightNull ()
const qint32 & maxHeight () const
 The maximum image height to return.
void setMaxHeight (qint32 newMaxHeight)
bool maxHeightNull () const
void setMaxHeightNull ()
const qint32 & maxWidth () const
 The maximum image width to return.
void setMaxWidth (qint32 newMaxWidth)
bool maxWidthNull () const
void setMaxWidthNull ()
const double & percentPlayed () const
 Optional. Percent to render for the percent played overlay.
void setPercentPlayed (double newPercentPlayed)
bool percentPlayedNull () const
void setPercentPlayedNull ()
const qint32 & quality () const
 Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
void setQuality (qint32 newQuality)
bool qualityNull () const
void setQualityNull ()
const QString & tag () const
 Optional. Supply the cache tag from the item object to receive strong caching headers.
void setTag (QString newTag)
bool tagNull () const
void setTagNull ()
const qint32 & unplayedCount () const
 Optional. Unplayed count overlay to render.
void setUnplayedCount (qint32 newUnplayedCount)
bool unplayedCountNull () const
void setUnplayedCountNull ()
const qint32 & width () const
 The fixed image width to return.
void setWidth (qint32 newWidth)
bool widthNull () const
void setWidthNull ()

Member Function Documentation

◆ backgroundColor()

const QString & Jellyfin::Loader::HeadItemImageByIndexParams::backgroundColor ( ) const

Optional. Apply a background color for transparent images.

◆ backgroundColorNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::backgroundColorNull ( ) const

◆ blur()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::blur ( ) const

Optional. Blur image.

◆ blurNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::blurNull ( ) const

◆ fillHeight()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::fillHeight ( ) const

Height of box to fill.

◆ fillHeightNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::fillHeightNull ( ) const

◆ fillWidth()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::fillWidth ( ) const

Width of box to fill.

◆ fillWidthNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::fillWidthNull ( ) const

◆ foregroundLayer()

const QString & Jellyfin::Loader::HeadItemImageByIndexParams::foregroundLayer ( ) const

Optional. Apply a foreground layer on top of the image.

◆ foregroundLayerNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::foregroundLayerNull ( ) const

◆ format()

const ImageFormat & Jellyfin::Loader::HeadItemImageByIndexParams::format ( ) const

Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.

◆ formatNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::formatNull ( ) const

◆ height()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::height ( ) const

The fixed image height to return.

◆ heightNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::heightNull ( ) const

◆ imageIndex()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::imageIndex ( ) const

Image index.

◆ imageType()

const ImageType & Jellyfin::Loader::HeadItemImageByIndexParams::imageType ( ) const

Image type.

◆ itemId()

const QString & Jellyfin::Loader::HeadItemImageByIndexParams::itemId ( ) const

Item id.

◆ maxHeight()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::maxHeight ( ) const

The maximum image height to return.

◆ maxHeightNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::maxHeightNull ( ) const

◆ maxWidth()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::maxWidth ( ) const

The maximum image width to return.

◆ maxWidthNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::maxWidthNull ( ) const

◆ percentPlayed()

const double & Jellyfin::Loader::HeadItemImageByIndexParams::percentPlayed ( ) const

Optional. Percent to render for the percent played overlay.

◆ percentPlayedNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::percentPlayedNull ( ) const

◆ quality()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::quality ( ) const

Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.

◆ qualityNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::qualityNull ( ) const

◆ setBackgroundColor()

void Jellyfin::Loader::HeadItemImageByIndexParams::setBackgroundColor ( QString newBackgroundColor)

◆ setBackgroundColorNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setBackgroundColorNull ( )

◆ setBlur()

void Jellyfin::Loader::HeadItemImageByIndexParams::setBlur ( qint32 newBlur)

◆ setBlurNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setBlurNull ( )

◆ setFillHeight()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFillHeight ( qint32 newFillHeight)

◆ setFillHeightNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFillHeightNull ( )

◆ setFillWidth()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFillWidth ( qint32 newFillWidth)

◆ setFillWidthNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFillWidthNull ( )

◆ setForegroundLayer()

void Jellyfin::Loader::HeadItemImageByIndexParams::setForegroundLayer ( QString newForegroundLayer)

◆ setForegroundLayerNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setForegroundLayerNull ( )

◆ setFormat()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFormat ( ImageFormat newFormat)

◆ setFormatNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setFormatNull ( )

◆ setHeight()

void Jellyfin::Loader::HeadItemImageByIndexParams::setHeight ( qint32 newHeight)

◆ setHeightNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setHeightNull ( )

◆ setImageIndex()

void Jellyfin::Loader::HeadItemImageByIndexParams::setImageIndex ( qint32 newImageIndex)

◆ setImageType()

void Jellyfin::Loader::HeadItemImageByIndexParams::setImageType ( ImageType newImageType)

◆ setItemId()

void Jellyfin::Loader::HeadItemImageByIndexParams::setItemId ( QString newItemId)

◆ setMaxHeight()

void Jellyfin::Loader::HeadItemImageByIndexParams::setMaxHeight ( qint32 newMaxHeight)

◆ setMaxHeightNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setMaxHeightNull ( )

◆ setMaxWidth()

void Jellyfin::Loader::HeadItemImageByIndexParams::setMaxWidth ( qint32 newMaxWidth)

◆ setMaxWidthNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setMaxWidthNull ( )

◆ setPercentPlayed()

void Jellyfin::Loader::HeadItemImageByIndexParams::setPercentPlayed ( double newPercentPlayed)

◆ setPercentPlayedNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setPercentPlayedNull ( )

◆ setQuality()

void Jellyfin::Loader::HeadItemImageByIndexParams::setQuality ( qint32 newQuality)

◆ setQualityNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setQualityNull ( )

◆ setTag()

void Jellyfin::Loader::HeadItemImageByIndexParams::setTag ( QString newTag)

◆ setTagNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setTagNull ( )

◆ setUnplayedCount()

void Jellyfin::Loader::HeadItemImageByIndexParams::setUnplayedCount ( qint32 newUnplayedCount)

◆ setUnplayedCountNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setUnplayedCountNull ( )

◆ setWidth()

void Jellyfin::Loader::HeadItemImageByIndexParams::setWidth ( qint32 newWidth)

◆ setWidthNull()

void Jellyfin::Loader::HeadItemImageByIndexParams::setWidthNull ( )

◆ tag()

const QString & Jellyfin::Loader::HeadItemImageByIndexParams::tag ( ) const

Optional. Supply the cache tag from the item object to receive strong caching headers.

◆ tagNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::tagNull ( ) const

◆ unplayedCount()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::unplayedCount ( ) const

Optional. Unplayed count overlay to render.

◆ unplayedCountNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::unplayedCountNull ( ) const

◆ width()

const qint32 & Jellyfin::Loader::HeadItemImageByIndexParams::width ( ) const

The fixed image width to return.

◆ widthNull()

bool Jellyfin::Loader::HeadItemImageByIndexParams::widthNull ( ) const

The documentation for this class was generated from the following files: