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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 Item Id.
 
void setItemId (QString newItemId)
 
const ImageTypetype () const
 The image type.

 
void setType (ImageType newType)
 
const QString & imageUrl () const
 The image url.

 
void setImageUrl (QString newImageUrl)
 
bool imageUrlNull () const
 
void setImageUrlNull ()
 

Member Function Documentation

◆ imageUrl()

const QString & Jellyfin::Loader::DownloadRemoteImageParams::imageUrl ( ) const

The image url.

◆ imageUrlNull()

bool Jellyfin::Loader::DownloadRemoteImageParams::imageUrlNull ( ) const

◆ itemId()

const QString & Jellyfin::Loader::DownloadRemoteImageParams::itemId ( ) const

Item Id.

◆ setImageUrl()

void Jellyfin::Loader::DownloadRemoteImageParams::setImageUrl ( QString newImageUrl)

◆ setImageUrlNull()

void Jellyfin::Loader::DownloadRemoteImageParams::setImageUrlNull ( )

◆ setItemId()

void Jellyfin::Loader::DownloadRemoteImageParams::setItemId ( QString newItemId)

◆ setType()

void Jellyfin::Loader::DownloadRemoteImageParams::setType ( ImageType newType)

◆ type()

const ImageType & Jellyfin::Loader::DownloadRemoteImageParams::type ( ) const

The image type.


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