![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| 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 bool & | groupItems () const |
| Whether or not to group items into a parent container. | |
| void | setGroupItems (bool newGroupItems) |
| bool | groupItemsNull () const |
| void | setGroupItemsNull () |
| 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 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 & | isPlayed () const |
| Filter by items that are played, or not. | |
| void | setIsPlayed (bool newIsPlayed) |
| bool | isPlayedNull () const |
| void | setIsPlayedNull () |
| const qint32 & | limit () const |
| Return item limit. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QString & | parentId () const |
| 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 QString & | userId () const |
| User id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetLatestMediaParams::enableImages | ( | ) | const |
Optional. include image information in output.
| bool Jellyfin::Loader::GetLatestMediaParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetLatestMediaParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetLatestMediaParams::enableUserData | ( | ) | const |
Optional. include user data.
| bool Jellyfin::Loader::GetLatestMediaParams::enableUserDataNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetLatestMediaParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetLatestMediaParams::fieldsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetLatestMediaParams::groupItems | ( | ) | const |
Whether or not to group items into a parent container.
| bool Jellyfin::Loader::GetLatestMediaParams::groupItemsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetLatestMediaParams::imageTypeLimit | ( | ) | const |
Optional. the max number of images to return, per image type.
| bool Jellyfin::Loader::GetLatestMediaParams::imageTypeLimitNull | ( | ) | const |
| const QList< BaseItemKind > & Jellyfin::Loader::GetLatestMediaParams::includeItemTypes | ( | ) | const |
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
| bool Jellyfin::Loader::GetLatestMediaParams::includeItemTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetLatestMediaParams::isPlayed | ( | ) | const |
Filter by items that are played, or not.
| bool Jellyfin::Loader::GetLatestMediaParams::isPlayedNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetLatestMediaParams::limit | ( | ) | const |
Return item limit.
| bool Jellyfin::Loader::GetLatestMediaParams::limitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetLatestMediaParams::parentId | ( | ) | const |
Specify this to localize the search to a specific item or folder. Omit to use the root.
| bool Jellyfin::Loader::GetLatestMediaParams::parentIdNull | ( | ) | const |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setGroupItems | ( | bool | newGroupItems | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setGroupItemsNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setIncludeItemTypes | ( | QList< BaseItemKind > | newIncludeItemTypes | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setIncludeItemTypesNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setIsPlayed | ( | bool | newIsPlayed | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setIsPlayedNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetLatestMediaParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetLatestMediaParams::userId | ( | ) | const |
User id.
| bool Jellyfin::Loader::GetLatestMediaParams::userIdNull | ( | ) | const |