Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const bool & | addCurrentProgram () const |
Optional. Adds current program info to each channel. | |
void | setAddCurrentProgram (bool newAddCurrentProgram) |
bool | addCurrentProgramNull () const |
void | setAddCurrentProgramNull () |
const bool & | enableFavoriteSorting () const |
Optional. Incorporate favorite and like status into channel sorting. | |
void | setEnableFavoriteSorting (bool newEnableFavoriteSorting) |
bool | enableFavoriteSortingNull () const |
void | setEnableFavoriteSortingNull () |
const QList< ImageType > & | enableImageTypes () const |
"Optional. The image types to include in the output. | |
void | setEnableImageTypes (QList< ImageType > newEnableImageTypes) |
bool | enableImageTypesNull () const |
void | setEnableImageTypesNull () |
const bool & | enableImages () const |
Optional. Include image information in output. | |
void | setEnableImages (bool newEnableImages) |
bool | enableImagesNull () const |
void | setEnableImagesNull () |
const bool & | enableUserData () const |
Optional. Include user data. | |
void | setEnableUserData (bool newEnableUserData) |
bool | enableUserDataNull () const |
void | setEnableUserDataNull () |
const QList< ItemFields > & | fields () const |
Optional. Specify additional fields of information to return in the output. | |
void | setFields (QList< ItemFields > newFields) |
bool | fieldsNull () const |
void | setFieldsNull () |
const qint32 & | imageTypeLimit () const |
Optional. The max number of images to return, per image type. | |
void | setImageTypeLimit (qint32 newImageTypeLimit) |
bool | imageTypeLimitNull () const |
void | setImageTypeLimitNull () |
const bool & | isDisliked () const |
Optional. Filter by channels that are disliked, or not. | |
void | setIsDisliked (bool newIsDisliked) |
bool | isDislikedNull () const |
void | setIsDislikedNull () |
const bool & | isFavorite () const |
Optional. Filter by channels that are favorites, or not. | |
void | setIsFavorite (bool newIsFavorite) |
bool | isFavoriteNull () const |
void | setIsFavoriteNull () |
const bool & | isKids () const |
Optional. Filter for kids. | |
void | setIsKids (bool newIsKids) |
bool | isKidsNull () const |
void | setIsKidsNull () |
const bool & | isLiked () const |
Optional. Filter by channels that are liked, or not. | |
void | setIsLiked (bool newIsLiked) |
bool | isLikedNull () const |
void | setIsLikedNull () |
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 QStringList & | sortBy () const |
Optional. Key to sort by. | |
void | setSortBy (QStringList newSortBy) |
bool | sortByNull () const |
void | setSortByNull () |
const SortOrder & | sortOrder () const |
Optional. Sort order. | |
void | setSortOrder (SortOrder newSortOrder) |
bool | sortOrderNull () const |
void | setSortOrderNull () |
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 ChannelType & | type () const |
Optional. Filter by channel type. | |
void | setType (ChannelType newType) |
bool | typeNull () const |
void | setTypeNull () |
const QString & | userId () const |
Optional. Filter by user and attach user data. | |
void | setUserId (QString newUserId) |
bool | userIdNull () const |
void | setUserIdNull () |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::addCurrentProgram | ( | ) | const |
Optional. Adds current program info to each channel.
bool Jellyfin::Loader::GetLiveTvChannelsParams::addCurrentProgramNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::enableFavoriteSorting | ( | ) | const |
Optional. Incorporate favorite and like status into channel sorting.
bool Jellyfin::Loader::GetLiveTvChannelsParams::enableFavoriteSortingNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::enableImages | ( | ) | const |
Optional. Include image information in output.
bool Jellyfin::Loader::GetLiveTvChannelsParams::enableImagesNull | ( | ) | const |
"Optional. The image types to include in the output.
bool Jellyfin::Loader::GetLiveTvChannelsParams::enableImageTypesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::enableUserData | ( | ) | const |
Optional. Include user data.
bool Jellyfin::Loader::GetLiveTvChannelsParams::enableUserDataNull | ( | ) | const |
const QList< ItemFields > & Jellyfin::Loader::GetLiveTvChannelsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
bool Jellyfin::Loader::GetLiveTvChannelsParams::fieldsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvChannelsParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
bool Jellyfin::Loader::GetLiveTvChannelsParams::imageTypeLimitNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isDisliked | ( | ) | const |
Optional. Filter by channels that are disliked, or not.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isDislikedNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isFavorite | ( | ) | const |
Optional. Filter by channels that are favorites, or not.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isFavoriteNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isKids | ( | ) | const |
Optional. Filter for kids.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isKidsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isLiked | ( | ) | const |
Optional. Filter by channels that are liked, or not.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isLikedNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isMovie | ( | ) | const |
Optional. Filter for movies.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isMovieNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isNews | ( | ) | const |
Optional. Filter for news.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isNewsNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isSeries | ( | ) | const |
Optional. Filter for series.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isSeriesNull | ( | ) | const |
const bool & Jellyfin::Loader::GetLiveTvChannelsParams::isSports | ( | ) | const |
Optional. Filter for sports.
bool Jellyfin::Loader::GetLiveTvChannelsParams::isSportsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvChannelsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
bool Jellyfin::Loader::GetLiveTvChannelsParams::limitNull | ( | ) | const |
void Jellyfin::Loader::GetLiveTvChannelsParams::setAddCurrentProgram | ( | bool | newAddCurrentProgram | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setAddCurrentProgramNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableFavoriteSorting | ( | bool | newEnableFavoriteSorting | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableFavoriteSortingNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImages | ( | bool | newEnableImages | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImagesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableImageTypesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableUserData | ( | bool | newEnableUserData | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setEnableUserDataNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setFields | ( | QList< ItemFields > | newFields | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setFieldsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setImageTypeLimitNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsDisliked | ( | bool | newIsDisliked | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsDislikedNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsFavorite | ( | bool | newIsFavorite | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsFavoriteNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsKids | ( | bool | newIsKids | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsKidsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsLiked | ( | bool | newIsLiked | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsLikedNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsMovie | ( | bool | newIsMovie | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsMovieNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsNews | ( | bool | newIsNews | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsNewsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSeries | ( | bool | newIsSeries | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSeriesNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSports | ( | bool | newIsSports | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setIsSportsNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setLimit | ( | qint32 | newLimit | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setLimitNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setSortBy | ( | QStringList | newSortBy | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setSortByNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setSortOrder | ( | SortOrder | newSortOrder | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setSortOrderNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setStartIndexNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setType | ( | ChannelType | newType | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setTypeNull | ( | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setUserId | ( | QString | newUserId | ) |
void Jellyfin::Loader::GetLiveTvChannelsParams::setUserIdNull | ( | ) |
const QStringList & Jellyfin::Loader::GetLiveTvChannelsParams::sortBy | ( | ) | const |
Optional. Key to sort by.
bool Jellyfin::Loader::GetLiveTvChannelsParams::sortByNull | ( | ) | const |
const SortOrder & Jellyfin::Loader::GetLiveTvChannelsParams::sortOrder | ( | ) | const |
Optional. Sort order.
bool Jellyfin::Loader::GetLiveTvChannelsParams::sortOrderNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetLiveTvChannelsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
bool Jellyfin::Loader::GetLiveTvChannelsParams::startIndexNull | ( | ) | const |
const ChannelType & Jellyfin::Loader::GetLiveTvChannelsParams::type | ( | ) | const |
Optional. Filter by channel type.
bool Jellyfin::Loader::GetLiveTvChannelsParams::typeNull | ( | ) | const |
const QString & Jellyfin::Loader::GetLiveTvChannelsParams::userId | ( | ) | const |
Optional. Filter by user and attach user data.
bool Jellyfin::Loader::GetLiveTvChannelsParams::userIdNull | ( | ) | const |