Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const ImageFormat & | format () const |
Determines the output format of the image - original,gif,jpg,png. | |
void | setFormat (ImageFormat newFormat) |
const qint32 & | imageIndex () const |
Image index. | |
void | setImageIndex (qint32 newImageIndex) |
const ImageType & | imageType () const |
Image type. | |
void | setImageType (ImageType newImageType) |
const QString & | itemId () const |
Item id. | |
void | setItemId (QString newItemId) |
const qint32 & | maxHeight () const |
The maximum image height to return. | |
void | setMaxHeight (qint32 newMaxHeight) |
const qint32 & | maxWidth () const |
The maximum image width to return. | |
void | setMaxWidth (qint32 newMaxWidth) |
const double & | percentPlayed () const |
Optional. Percent to render for the percent played overlay. | |
void | setPercentPlayed (double newPercentPlayed) |
const QString & | tag () const |
Optional. Supply the cache tag from the item object to receive strong caching headers. | |
void | setTag (QString newTag) |
const qint32 & | unplayedCount () const |
Optional. Unplayed count overlay to render. | |
void | setUnplayedCount (qint32 newUnplayedCount) |
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 qint32 & | height () const |
The fixed image height to return. | |
void | setHeight (qint32 newHeight) |
bool | heightNull () const |
void | setHeightNull () |
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 qint32 & | width () const |
The fixed image width to return. | |
void | setWidth (qint32 newWidth) |
bool | widthNull () const |
void | setWidthNull () |
const bool & Jellyfin::Loader::GetItemImage2Params::addPlayedIndicator | ( | ) | const |
Optional. Add a played indicator.
bool Jellyfin::Loader::GetItemImage2Params::addPlayedIndicatorNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemImage2Params::backgroundColor | ( | ) | const |
Optional. Apply a background color for transparent images.
bool Jellyfin::Loader::GetItemImage2Params::backgroundColorNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemImage2Params::blur | ( | ) | const |
Optional. Blur image.
bool Jellyfin::Loader::GetItemImage2Params::blurNull | ( | ) | const |
const bool & Jellyfin::Loader::GetItemImage2Params::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.
bool Jellyfin::Loader::GetItemImage2Params::cropWhitespaceNull | ( | ) | const |
const QString & Jellyfin::Loader::GetItemImage2Params::foregroundLayer | ( | ) | const |
Optional. Apply a foreground layer on top of the image.
bool Jellyfin::Loader::GetItemImage2Params::foregroundLayerNull | ( | ) | const |
const ImageFormat & Jellyfin::Loader::GetItemImage2Params::format | ( | ) | const |
Determines the output format of the image - original,gif,jpg,png.
const qint32 & Jellyfin::Loader::GetItemImage2Params::height | ( | ) | const |
The fixed image height to return.
bool Jellyfin::Loader::GetItemImage2Params::heightNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetItemImage2Params::imageIndex | ( | ) | const |
Image index.
const ImageType & Jellyfin::Loader::GetItemImage2Params::imageType | ( | ) | const |
Image type.
const QString & Jellyfin::Loader::GetItemImage2Params::itemId | ( | ) | const |
Item id.
const qint32 & Jellyfin::Loader::GetItemImage2Params::maxHeight | ( | ) | const |
The maximum image height to return.
const qint32 & Jellyfin::Loader::GetItemImage2Params::maxWidth | ( | ) | const |
The maximum image width to return.
const double & Jellyfin::Loader::GetItemImage2Params::percentPlayed | ( | ) | const |
Optional. Percent to render for the percent played overlay.
const qint32 & Jellyfin::Loader::GetItemImage2Params::quality | ( | ) | const |
Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
bool Jellyfin::Loader::GetItemImage2Params::qualityNull | ( | ) | const |
void Jellyfin::Loader::GetItemImage2Params::setAddPlayedIndicator | ( | bool | newAddPlayedIndicator | ) |
void Jellyfin::Loader::GetItemImage2Params::setAddPlayedIndicatorNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setBackgroundColor | ( | QString | newBackgroundColor | ) |
void Jellyfin::Loader::GetItemImage2Params::setBackgroundColorNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setBlur | ( | qint32 | newBlur | ) |
void Jellyfin::Loader::GetItemImage2Params::setBlurNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setCropWhitespace | ( | bool | newCropWhitespace | ) |
void Jellyfin::Loader::GetItemImage2Params::setCropWhitespaceNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setForegroundLayer | ( | QString | newForegroundLayer | ) |
void Jellyfin::Loader::GetItemImage2Params::setForegroundLayerNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setFormat | ( | ImageFormat | newFormat | ) |
void Jellyfin::Loader::GetItemImage2Params::setHeight | ( | qint32 | newHeight | ) |
void Jellyfin::Loader::GetItemImage2Params::setHeightNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setImageIndex | ( | qint32 | newImageIndex | ) |
void Jellyfin::Loader::GetItemImage2Params::setImageType | ( | ImageType | newImageType | ) |
void Jellyfin::Loader::GetItemImage2Params::setItemId | ( | QString | newItemId | ) |
void Jellyfin::Loader::GetItemImage2Params::setMaxHeight | ( | qint32 | newMaxHeight | ) |
void Jellyfin::Loader::GetItemImage2Params::setMaxWidth | ( | qint32 | newMaxWidth | ) |
void Jellyfin::Loader::GetItemImage2Params::setPercentPlayed | ( | double | newPercentPlayed | ) |
void Jellyfin::Loader::GetItemImage2Params::setQuality | ( | qint32 | newQuality | ) |
void Jellyfin::Loader::GetItemImage2Params::setQualityNull | ( | ) |
void Jellyfin::Loader::GetItemImage2Params::setTag | ( | QString | newTag | ) |
void Jellyfin::Loader::GetItemImage2Params::setUnplayedCount | ( | qint32 | newUnplayedCount | ) |
void Jellyfin::Loader::GetItemImage2Params::setWidth | ( | qint32 | newWidth | ) |
void Jellyfin::Loader::GetItemImage2Params::setWidthNull | ( | ) |
const QString & Jellyfin::Loader::GetItemImage2Params::tag | ( | ) | const |
Optional. Supply the cache tag from the item object to receive strong caching headers.
const qint32 & Jellyfin::Loader::GetItemImage2Params::unplayedCount | ( | ) | const |
Optional. Unplayed count overlay to render.
const qint32 & Jellyfin::Loader::GetItemImage2Params::width | ( | ) | const |
The fixed image width to return.
bool Jellyfin::Loader::GetItemImage2Params::widthNull | ( | ) | const |