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

#include <requesttypes.h>

Public Member Functions

const QString & backgroundColor () const
 Apply a background color for transparent images.
void setBackgroundColor (QString newBackgroundColor)
bool backgroundColorNull () const
void setBackgroundColorNull ()
const qint32 & blur () const
 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
 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 qint32 & quality () const
 Quality setting, from 0-100.
void setQuality (qint32 newQuality)
bool qualityNull () const
void setQualityNull ()
const QString & tag () const
 Supply the cache tag from the item object to receive strong caching headers.
void setTag (QString newTag)
bool tagNull () const
void setTagNull ()
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::GetSplashscreenParams::backgroundColor ( ) const

Apply a background color for transparent images.

◆ backgroundColorNull()

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

◆ blur()

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

Blur image.

◆ blurNull()

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

◆ fillHeight()

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

Height of box to fill.

◆ fillHeightNull()

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

◆ fillWidth()

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

Width of box to fill.

◆ fillWidthNull()

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

◆ foregroundLayer()

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

Apply a foreground layer on top of the image.

◆ foregroundLayerNull()

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

◆ format()

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

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

◆ formatNull()

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

◆ height()

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

The fixed image height to return.

◆ heightNull()

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

◆ maxHeight()

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

The maximum image height to return.

◆ maxHeightNull()

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

◆ maxWidth()

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

The maximum image width to return.

◆ maxWidthNull()

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

◆ quality()

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

Quality setting, from 0-100.

◆ qualityNull()

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

◆ setBackgroundColor()

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

◆ setBackgroundColorNull()

void Jellyfin::Loader::GetSplashscreenParams::setBackgroundColorNull ( )

◆ setBlur()

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

◆ setBlurNull()

void Jellyfin::Loader::GetSplashscreenParams::setBlurNull ( )

◆ setFillHeight()

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

◆ setFillHeightNull()

void Jellyfin::Loader::GetSplashscreenParams::setFillHeightNull ( )

◆ setFillWidth()

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

◆ setFillWidthNull()

void Jellyfin::Loader::GetSplashscreenParams::setFillWidthNull ( )

◆ setForegroundLayer()

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

◆ setForegroundLayerNull()

void Jellyfin::Loader::GetSplashscreenParams::setForegroundLayerNull ( )

◆ setFormat()

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

◆ setFormatNull()

void Jellyfin::Loader::GetSplashscreenParams::setFormatNull ( )

◆ setHeight()

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

◆ setHeightNull()

void Jellyfin::Loader::GetSplashscreenParams::setHeightNull ( )

◆ setMaxHeight()

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

◆ setMaxHeightNull()

void Jellyfin::Loader::GetSplashscreenParams::setMaxHeightNull ( )

◆ setMaxWidth()

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

◆ setMaxWidthNull()

void Jellyfin::Loader::GetSplashscreenParams::setMaxWidthNull ( )

◆ setQuality()

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

◆ setQualityNull()

void Jellyfin::Loader::GetSplashscreenParams::setQualityNull ( )

◆ setTag()

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

◆ setTagNull()

void Jellyfin::Loader::GetSplashscreenParams::setTagNull ( )

◆ setWidth()

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

◆ setWidthNull()

void Jellyfin::Loader::GetSplashscreenParams::setWidthNull ( )

◆ tag()

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

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

◆ tagNull()

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

◆ width()

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

The fixed image width to return.

◆ widthNull()

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

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