Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::HeadGenreImageByIndexParams 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 & name () const
 Genre name.
void setName (QString newName)
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
 Determines the output format of the image - original,gif,jpg,png.
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::HeadGenreImageByIndexParams::backgroundColor ( ) const

Optional. Apply a background color for transparent images.

◆ backgroundColorNull()

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

◆ blur()

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

Optional. Blur image.

◆ blurNull()

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

◆ fillHeight()

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

Height of box to fill.

◆ fillHeightNull()

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

◆ fillWidth()

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

Width of box to fill.

◆ fillWidthNull()

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

◆ foregroundLayer()

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

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

◆ foregroundLayerNull()

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

◆ format()

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

Determines the output format of the image - original,gif,jpg,png.

◆ formatNull()

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

◆ height()

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

The fixed image height to return.

◆ heightNull()

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

◆ imageIndex()

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

Image index.

◆ imageType()

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

Image type.

◆ maxHeight()

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

The maximum image height to return.

◆ maxHeightNull()

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

◆ maxWidth()

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

The maximum image width to return.

◆ maxWidthNull()

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

◆ name()

const QString & Jellyfin::Loader::HeadGenreImageByIndexParams::name ( ) const

Genre name.

◆ percentPlayed()

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

Optional. Percent to render for the percent played overlay.

◆ percentPlayedNull()

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

◆ quality()

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

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

◆ qualityNull()

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

◆ setBackgroundColor()

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

◆ setBackgroundColorNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setBackgroundColorNull ( )

◆ setBlur()

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

◆ setBlurNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setBlurNull ( )

◆ setFillHeight()

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

◆ setFillHeightNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setFillHeightNull ( )

◆ setFillWidth()

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

◆ setFillWidthNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setFillWidthNull ( )

◆ setForegroundLayer()

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

◆ setForegroundLayerNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setForegroundLayerNull ( )

◆ setFormat()

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

◆ setFormatNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setFormatNull ( )

◆ setHeight()

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

◆ setHeightNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setHeightNull ( )

◆ setImageIndex()

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

◆ setImageType()

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

◆ setMaxHeight()

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

◆ setMaxHeightNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setMaxHeightNull ( )

◆ setMaxWidth()

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

◆ setMaxWidthNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setMaxWidthNull ( )

◆ setName()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setName ( QString newName)

◆ setPercentPlayed()

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

◆ setPercentPlayedNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setPercentPlayedNull ( )

◆ setQuality()

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

◆ setQualityNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setQualityNull ( )

◆ setTag()

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

◆ setTagNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setTagNull ( )

◆ setUnplayedCount()

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

◆ setUnplayedCountNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setUnplayedCountNull ( )

◆ setWidth()

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

◆ setWidthNull()

void Jellyfin::Loader::HeadGenreImageByIndexParams::setWidthNull ( )

◆ tag()

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

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

◆ tagNull()

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

◆ unplayedCount()

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

Optional. Unplayed count overlay to render.

◆ unplayedCountNull()

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

◆ width()

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

The fixed image width to return.

◆ widthNull()

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

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