![]() |
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 bool & | includeAllLanguages () const |
| Optional. Include all languages. | |
| void | setIncludeAllLanguages (bool newIncludeAllLanguages) |
| bool | includeAllLanguagesNull () const |
| void | setIncludeAllLanguagesNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QString & | providerName () const |
| Optional. The image provider to use. | |
| void | setProviderName (QString newProviderName) |
| bool | providerNameNull () const |
| void | setProviderNameNull () |
| const qint32 & | startIndex () const |
| Optional. The record index to start at. All items with a lower index will be dropped from the results. | |
| void | setStartIndex (qint32 newStartIndex) |
| bool | startIndexNull () const |
| void | setStartIndexNull () |
| const ImageType & | type () const |
| The image type. | |
| void | setType (ImageType newType) |
| bool | typeNull () const |
| void | setTypeNull () |
| const bool & Jellyfin::Loader::GetRemoteImagesParams::includeAllLanguages | ( | ) | const |
Optional. Include all languages.
| bool Jellyfin::Loader::GetRemoteImagesParams::includeAllLanguagesNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRemoteImagesParams::itemId | ( | ) | const |
Item Id.
| const qint32 & Jellyfin::Loader::GetRemoteImagesParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetRemoteImagesParams::limitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRemoteImagesParams::providerName | ( | ) | const |
Optional. The image provider to use.
| bool Jellyfin::Loader::GetRemoteImagesParams::providerNameNull | ( | ) | const |
| void Jellyfin::Loader::GetRemoteImagesParams::setIncludeAllLanguages | ( | bool | newIncludeAllLanguages | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setIncludeAllLanguagesNull | ( | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setProviderName | ( | QString | newProviderName | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setProviderNameNull | ( | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setType | ( | ImageType | newType | ) |
| void Jellyfin::Loader::GetRemoteImagesParams::setTypeNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetRemoteImagesParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetRemoteImagesParams::startIndexNull | ( | ) | const |
| const ImageType & Jellyfin::Loader::GetRemoteImagesParams::type | ( | ) | const |
The image type.
| bool Jellyfin::Loader::GetRemoteImagesParams::typeNull | ( | ) | const |