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

#include <requesttypes.h>

Public Member Functions

const ImageTypeimageType () const
 Image type.

 
void setImageType (ImageType newImageType)
 
const QString & userId () const
 User id.
 
void setUserId (QString newUserId)
 
const bool & addPlayedIndicator () const
 Optional. Add a played indicator.

 
void setAddPlayedIndicator (bool newAddPlayedIndicator)
 
bool addPlayedIndicatorNull () const
 
void setAddPlayedIndicatorNull ()
 
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 bool & cropWhitespace () const
 Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.
 
void setCropWhitespace (bool newCropWhitespace)
 
bool cropWhitespaceNull () const
 
void setCropWhitespaceNull ()
 
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 & imageIndex () const
 Image index.
 
void setImageIndex (qint32 newImageIndex)
 
bool imageIndexNull () const
 
void setImageIndexNull ()
 
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

◆ addPlayedIndicator()

const bool & Jellyfin::Loader::GetUserImageParams::addPlayedIndicator ( ) const

Optional. Add a played indicator.

◆ addPlayedIndicatorNull()

bool Jellyfin::Loader::GetUserImageParams::addPlayedIndicatorNull ( ) const

◆ backgroundColor()

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

Optional. Apply a background color for transparent images.

◆ backgroundColorNull()

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

◆ blur()

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

Optional. Blur image.

◆ blurNull()

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

◆ cropWhitespace()

const bool & Jellyfin::Loader::GetUserImageParams::cropWhitespace ( ) const

Optional. Specify if whitespace should be cropped out of the image. True/False. If unspecified, whitespace will be cropped from logos and clear art.

◆ cropWhitespaceNull()

bool Jellyfin::Loader::GetUserImageParams::cropWhitespaceNull ( ) const

◆ foregroundLayer()

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

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

◆ foregroundLayerNull()

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

◆ format()

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

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

◆ formatNull()

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

◆ height()

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

The fixed image height to return.

◆ heightNull()

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

◆ imageIndex()

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

Image index.

◆ imageIndexNull()

bool Jellyfin::Loader::GetUserImageParams::imageIndexNull ( ) const

◆ imageType()

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

Image type.

◆ maxHeight()

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

The maximum image height to return.

◆ maxHeightNull()

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

◆ maxWidth()

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

The maximum image width to return.

◆ maxWidthNull()

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

◆ percentPlayed()

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

Optional. Percent to render for the percent played overlay.

◆ percentPlayedNull()

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

◆ quality()

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

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

◆ qualityNull()

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

◆ setAddPlayedIndicator()

void Jellyfin::Loader::GetUserImageParams::setAddPlayedIndicator ( bool newAddPlayedIndicator)

◆ setAddPlayedIndicatorNull()

void Jellyfin::Loader::GetUserImageParams::setAddPlayedIndicatorNull ( )

◆ setBackgroundColor()

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

◆ setBackgroundColorNull()

void Jellyfin::Loader::GetUserImageParams::setBackgroundColorNull ( )

◆ setBlur()

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

◆ setBlurNull()

void Jellyfin::Loader::GetUserImageParams::setBlurNull ( )

◆ setCropWhitespace()

void Jellyfin::Loader::GetUserImageParams::setCropWhitespace ( bool newCropWhitespace)

◆ setCropWhitespaceNull()

void Jellyfin::Loader::GetUserImageParams::setCropWhitespaceNull ( )

◆ setForegroundLayer()

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

◆ setForegroundLayerNull()

void Jellyfin::Loader::GetUserImageParams::setForegroundLayerNull ( )

◆ setFormat()

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

◆ setFormatNull()

void Jellyfin::Loader::GetUserImageParams::setFormatNull ( )

◆ setHeight()

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

◆ setHeightNull()

void Jellyfin::Loader::GetUserImageParams::setHeightNull ( )

◆ setImageIndex()

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

◆ setImageIndexNull()

void Jellyfin::Loader::GetUserImageParams::setImageIndexNull ( )

◆ setImageType()

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

◆ setMaxHeight()

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

◆ setMaxHeightNull()

void Jellyfin::Loader::GetUserImageParams::setMaxHeightNull ( )

◆ setMaxWidth()

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

◆ setMaxWidthNull()

void Jellyfin::Loader::GetUserImageParams::setMaxWidthNull ( )

◆ setPercentPlayed()

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

◆ setPercentPlayedNull()

void Jellyfin::Loader::GetUserImageParams::setPercentPlayedNull ( )

◆ setQuality()

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

◆ setQualityNull()

void Jellyfin::Loader::GetUserImageParams::setQualityNull ( )

◆ setTag()

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

◆ setTagNull()

void Jellyfin::Loader::GetUserImageParams::setTagNull ( )

◆ setUnplayedCount()

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

◆ setUnplayedCountNull()

void Jellyfin::Loader::GetUserImageParams::setUnplayedCountNull ( )

◆ setUserId()

void Jellyfin::Loader::GetUserImageParams::setUserId ( QString newUserId)

◆ setWidth()

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

◆ setWidthNull()

void Jellyfin::Loader::GetUserImageParams::setWidthNull ( )

◆ tag()

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

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

◆ tagNull()

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

◆ unplayedCount()

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

Optional. Unplayed count overlay to render.

◆ unplayedCountNull()

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

◆ userId()

const QString & Jellyfin::Loader::GetUserImageParams::userId ( ) const

User id.

◆ width()

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

The fixed image width to return.

◆ widthNull()

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

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