![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| Item Id. | |
| void | setItemId (QString newItemId) |
| const ImageType & | type () const |
| The image type. | |
| void | setType (ImageType newType) |
| const QString & | imageUrl () const |
| The image url. | |
| void | setImageUrl (QString newImageUrl) |
| bool | imageUrlNull () const |
| void | setImageUrlNull () |
| const QString & Jellyfin::Loader::DownloadRemoteImageParams::imageUrl | ( | ) | const |
The image url.
| bool Jellyfin::Loader::DownloadRemoteImageParams::imageUrlNull | ( | ) | const |
| const QString & Jellyfin::Loader::DownloadRemoteImageParams::itemId | ( | ) | const |
Item Id.
| void Jellyfin::Loader::DownloadRemoteImageParams::setImageUrl | ( | QString | newImageUrl | ) |
| void Jellyfin::Loader::DownloadRemoteImageParams::setImageUrlNull | ( | ) |
| void Jellyfin::Loader::DownloadRemoteImageParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::DownloadRemoteImageParams::setType | ( | ImageType | newType | ) |
| const ImageType & Jellyfin::Loader::DownloadRemoteImageParams::type | ( | ) | const |
The image type.