![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QList< BaseItemKind > & | includeItemTypes () const |
| Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited. | |
| void | setIncludeItemTypes (QList< BaseItemKind > newIncludeItemTypes) |
| bool | includeItemTypesNull () const |
| void | setIncludeItemTypesNull () |
| const bool & | isAiring () const |
| Optional. Is item airing. | |
| void | setIsAiring (bool newIsAiring) |
| bool | isAiringNull () const |
| void | setIsAiringNull () |
| const bool & | isKids () const |
| Optional. Is item kids. | |
| void | setIsKids (bool newIsKids) |
| bool | isKidsNull () const |
| void | setIsKidsNull () |
| const bool & | isMovie () const |
| Optional. Is item movie. | |
| void | setIsMovie (bool newIsMovie) |
| bool | isMovieNull () const |
| void | setIsMovieNull () |
| const bool & | isNews () const |
| Optional. Is item news. | |
| void | setIsNews (bool newIsNews) |
| bool | isNewsNull () const |
| void | setIsNewsNull () |
| const bool & | isSeries () const |
| Optional. Is item series. | |
| void | setIsSeries (bool newIsSeries) |
| bool | isSeriesNull () const |
| void | setIsSeriesNull () |
| const bool & | isSports () const |
| Optional. Is item sports. | |
| void | setIsSports (bool newIsSports) |
| bool | isSportsNull () const |
| void | setIsSportsNull () |
| const QString & | parentId () const |
| Optional. Specify this to localize the search to a specific item or folder. Omit to use the root. | |
| void | setParentId (QString newParentId) |
| bool | parentIdNull () const |
| void | setParentIdNull () |
| const bool & | recursive () const |
| Optional. Search recursive. | |
| void | setRecursive (bool newRecursive) |
| bool | recursiveNull () const |
| void | setRecursiveNull () |
| const QString & | userId () const |
| Optional. User id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QList< BaseItemKind > & Jellyfin::Loader::GetQueryFiltersParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetQueryFiltersParams::includeItemTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isAiring | ( | ) | const |
Optional. Is item airing.
| bool Jellyfin::Loader::GetQueryFiltersParams::isAiringNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isKids | ( | ) | const |
Optional. Is item kids.
| bool Jellyfin::Loader::GetQueryFiltersParams::isKidsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isMovie | ( | ) | const |
Optional. Is item movie.
| bool Jellyfin::Loader::GetQueryFiltersParams::isMovieNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isNews | ( | ) | const |
Optional. Is item news.
| bool Jellyfin::Loader::GetQueryFiltersParams::isNewsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isSeries | ( | ) | const |
Optional. Is item series.
| bool Jellyfin::Loader::GetQueryFiltersParams::isSeriesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::isSports | ( | ) | const |
Optional. Is item sports.
| bool Jellyfin::Loader::GetQueryFiltersParams::isSportsNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetQueryFiltersParams::parentId | ( | ) | const |
Optional. Specify this to localize the search to a specific item or folder. Omit to use the root.
| bool Jellyfin::Loader::GetQueryFiltersParams::parentIdNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetQueryFiltersParams::recursive | ( | ) | const |
Optional. Search recursive.
| bool Jellyfin::Loader::GetQueryFiltersParams::recursiveNull | ( | ) | const |
| void Jellyfin::Loader::GetQueryFiltersParams::setIncludeItemTypes | ( | QList< BaseItemKind > | newIncludeItemTypes | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIncludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsAiring | ( | bool | newIsAiring | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsAiringNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsKids | ( | bool | newIsKids | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsKidsNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsMovie | ( | bool | newIsMovie | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsMovieNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsNews | ( | bool | newIsNews | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsNewsNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsSeries | ( | bool | newIsSeries | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsSeriesNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsSports | ( | bool | newIsSports | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setIsSportsNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setRecursive | ( | bool | newRecursive | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setRecursiveNull | ( | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetQueryFiltersParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetQueryFiltersParams::userId | ( | ) | const |
Optional. User id.
| bool Jellyfin::Loader::GetQueryFiltersParams::userIdNull | ( | ) | const |