![]() |
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 & | replaceAllImages () const |
| Optional. Whether or not to replace all images. Default: True. | |
| void | setReplaceAllImages (bool newReplaceAllImages) |
| bool | replaceAllImagesNull () const |
| void | setReplaceAllImagesNull () |
| const QSharedPointer< RemoteSearchResult > & | body () const |
| The remote search result. | |
| void | setBody (QSharedPointer< RemoteSearchResult > newBody) |
| const QSharedPointer< RemoteSearchResult > & Jellyfin::Loader::ApplySearchCriteriaParams::body | ( | ) | const |
The remote search result.
| const QString & Jellyfin::Loader::ApplySearchCriteriaParams::itemId | ( | ) | const |
Item id.
| const bool & Jellyfin::Loader::ApplySearchCriteriaParams::replaceAllImages | ( | ) | const |
Optional. Whether or not to replace all images. Default: True.
| bool Jellyfin::Loader::ApplySearchCriteriaParams::replaceAllImagesNull | ( | ) | const |
| void Jellyfin::Loader::ApplySearchCriteriaParams::setBody | ( | QSharedPointer< RemoteSearchResult > | newBody | ) |
| void Jellyfin::Loader::ApplySearchCriteriaParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::ApplySearchCriteriaParams::setReplaceAllImages | ( | bool | newReplaceAllImages | ) |
| void Jellyfin::Loader::ApplySearchCriteriaParams::setReplaceAllImagesNull | ( | ) |