![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const bool & | inheritFromParent () const |
| Optional. Determines whether or not parent items should be searched for theme media. | |
| void | setInheritFromParent (bool newInheritFromParent) |
| bool | inheritFromParentNull () const |
| void | setInheritFromParentNull () |
| const QList< ItemSortBy > & | sortBy () const |
| Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime. | |
| void | setSortBy (QList< ItemSortBy > newSortBy) |
| bool | sortByNull () const |
| void | setSortByNull () |
| const QList< SortOrder > & | sortOrder () const |
| Optional. Sort Order - Ascending, Descending. | |
| void | setSortOrder (QList< SortOrder > newSortOrder) |
| bool | sortOrderNull () const |
| void | setSortOrderNull () |
| const QString & | userId () const |
| Optional. Filter by user id, and attach user data. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetThemeSongsParams::inheritFromParent | ( | ) | const |
Optional. Determines whether or not parent items should be searched for theme media.
| bool Jellyfin::Loader::GetThemeSongsParams::inheritFromParentNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetThemeSongsParams::itemId | ( | ) | const |
The item id.
| void Jellyfin::Loader::GetThemeSongsParams::setInheritFromParent | ( | bool | newInheritFromParent | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setInheritFromParentNull | ( | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setSortBy | ( | QList< ItemSortBy > | newSortBy | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setSortByNull | ( | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setSortOrderNull | ( | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetThemeSongsParams::setUserIdNull | ( | ) |
| const QList< ItemSortBy > & Jellyfin::Loader::GetThemeSongsParams::sortBy | ( | ) | const |
Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
| bool Jellyfin::Loader::GetThemeSongsParams::sortByNull | ( | ) | const |
Optional. Sort Order - Ascending, Descending.
| bool Jellyfin::Loader::GetThemeSongsParams::sortOrderNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetThemeSongsParams::userId | ( | ) | const |
Optional. Filter by user id, and attach user data.
| bool Jellyfin::Loader::GetThemeSongsParams::userIdNull | ( | ) | const |