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