![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | searchTerm () const |
| The search term to filter on. | |
| void | setSearchTerm (QString newSearchTerm) |
| const QList< BaseItemKind > & | excludeItemTypes () const |
| If specified, results with these item types are filtered out. This allows multiple, comma delimited. | |
| void | setExcludeItemTypes (QList< BaseItemKind > newExcludeItemTypes) |
| bool | excludeItemTypesNull () const |
| void | setExcludeItemTypesNull () |
| const bool & | includeArtists () const |
| Optional filter whether to include artists. | |
| void | setIncludeArtists (bool newIncludeArtists) |
| bool | includeArtistsNull () const |
| void | setIncludeArtistsNull () |
| const bool & | includeGenres () const |
| Optional filter whether to include genres. | |
| void | setIncludeGenres (bool newIncludeGenres) |
| bool | includeGenresNull () const |
| void | setIncludeGenresNull () |
| const QList< BaseItemKind > & | includeItemTypes () const |
| If specified, only results with the specified item types are returned. This allows multiple, comma delimited. | |
| void | setIncludeItemTypes (QList< BaseItemKind > newIncludeItemTypes) |
| bool | includeItemTypesNull () const |
| void | setIncludeItemTypesNull () |
| const bool & | includeMedia () const |
| Optional filter whether to include media. | |
| void | setIncludeMedia (bool newIncludeMedia) |
| bool | includeMediaNull () const |
| void | setIncludeMediaNull () |
| const bool & | includePeople () const |
| Optional filter whether to include people. | |
| void | setIncludePeople (bool newIncludePeople) |
| bool | includePeopleNull () const |
| void | setIncludePeopleNull () |
| const bool & | includeStudios () const |
| Optional filter whether to include studios. | |
| void | setIncludeStudios (bool newIncludeStudios) |
| bool | includeStudiosNull () const |
| void | setIncludeStudiosNull () |
| const bool & | isKids () const |
| Optional filter for kids. | |
| void | setIsKids (bool newIsKids) |
| bool | isKidsNull () const |
| void | setIsKidsNull () |
| const bool & | isMovie () const |
| Optional filter for movies. | |
| void | setIsMovie (bool newIsMovie) |
| bool | isMovieNull () const |
| void | setIsMovieNull () |
| const bool & | isNews () const |
| Optional filter for news. | |
| void | setIsNews (bool newIsNews) |
| bool | isNewsNull () const |
| void | setIsNewsNull () |
| const bool & | isSeries () const |
| Optional filter for series. | |
| void | setIsSeries (bool newIsSeries) |
| bool | isSeriesNull () const |
| void | setIsSeriesNull () |
| const bool & | isSports () const |
| Optional filter for sports. | |
| void | setIsSports (bool newIsSports) |
| bool | isSportsNull () const |
| void | setIsSportsNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QList< MediaType > & | mediaTypes () const |
| If specified, only results with the specified media types are returned. This allows multiple, comma delimited. | |
| void | setMediaTypes (QList< MediaType > newMediaTypes) |
| bool | mediaTypesNull () const |
| void | setMediaTypesNull () |
| const QString & | parentId () const |
| If specified, only children of the parent are returned. | |
| void | setParentId (QString newParentId) |
| bool | parentIdNull () const |
| void | setParentIdNull () |
| 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 QString & | userId () const |
| Optional. Supply a user id to search within a user's library or omit to search all. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QList< BaseItemKind > & Jellyfin::Loader::GetSearchHintsParams::excludeItemTypes | ( | ) | const |
If specified, results with these item types are filtered out. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetSearchHintsParams::excludeItemTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::includeArtists | ( | ) | const |
Optional filter whether to include artists.
| bool Jellyfin::Loader::GetSearchHintsParams::includeArtistsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::includeGenres | ( | ) | const |
Optional filter whether to include genres.
| bool Jellyfin::Loader::GetSearchHintsParams::includeGenresNull | ( | ) | const |
| const QList< BaseItemKind > & Jellyfin::Loader::GetSearchHintsParams::includeItemTypes | ( | ) | const |
If specified, only results with the specified item types are returned. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetSearchHintsParams::includeItemTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::includeMedia | ( | ) | const |
Optional filter whether to include media.
| bool Jellyfin::Loader::GetSearchHintsParams::includeMediaNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::includePeople | ( | ) | const |
Optional filter whether to include people.
| bool Jellyfin::Loader::GetSearchHintsParams::includePeopleNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::includeStudios | ( | ) | const |
Optional filter whether to include studios.
| bool Jellyfin::Loader::GetSearchHintsParams::includeStudiosNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::isKids | ( | ) | const |
Optional filter for kids.
| bool Jellyfin::Loader::GetSearchHintsParams::isKidsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::isMovie | ( | ) | const |
Optional filter for movies.
| bool Jellyfin::Loader::GetSearchHintsParams::isMovieNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::isNews | ( | ) | const |
Optional filter for news.
| bool Jellyfin::Loader::GetSearchHintsParams::isNewsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::isSeries | ( | ) | const |
Optional filter for series.
| bool Jellyfin::Loader::GetSearchHintsParams::isSeriesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetSearchHintsParams::isSports | ( | ) | const |
Optional filter for sports.
| bool Jellyfin::Loader::GetSearchHintsParams::isSportsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetSearchHintsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetSearchHintsParams::limitNull | ( | ) | const |
If specified, only results with the specified media types are returned. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetSearchHintsParams::mediaTypesNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSearchHintsParams::parentId | ( | ) | const |
If specified, only children of the parent are returned.
| bool Jellyfin::Loader::GetSearchHintsParams::parentIdNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSearchHintsParams::searchTerm | ( | ) | const |
The search term to filter on.
| void Jellyfin::Loader::GetSearchHintsParams::setExcludeItemTypes | ( | QList< BaseItemKind > | newExcludeItemTypes | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setExcludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeArtists | ( | bool | newIncludeArtists | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeArtistsNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeGenres | ( | bool | newIncludeGenres | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeGenresNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeItemTypes | ( | QList< BaseItemKind > | newIncludeItemTypes | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeMedia | ( | bool | newIncludeMedia | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeMediaNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludePeople | ( | bool | newIncludePeople | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludePeopleNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeStudios | ( | bool | newIncludeStudios | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIncludeStudiosNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsKids | ( | bool | newIsKids | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsKidsNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsMovie | ( | bool | newIsMovie | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsMovieNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsNews | ( | bool | newIsNews | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsNewsNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsSeries | ( | bool | newIsSeries | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsSeriesNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsSports | ( | bool | newIsSports | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setIsSportsNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setMediaTypesNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setSearchTerm | ( | QString | newSearchTerm | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetSearchHintsParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetSearchHintsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetSearchHintsParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetSearchHintsParams::userId | ( | ) | const |
Optional. Supply a user id to search within a user's library or omit to search all.
| bool Jellyfin::Loader::GetSearchHintsParams::userIdNull | ( | ) | const |