![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | includeExternalContent () const |
| Whether or not to include external views such as channels or live tv. | |
| void | setIncludeExternalContent (bool newIncludeExternalContent) |
| bool | includeExternalContentNull () const |
| void | setIncludeExternalContentNull () |
| const bool & | includeHidden () const |
| Whether or not to include hidden content. | |
| void | setIncludeHidden (bool newIncludeHidden) |
| bool | includeHiddenNull () const |
| void | setIncludeHiddenNull () |
| const QList< CollectionType > & | presetViews () const |
| Preset views. | |
| void | setPresetViews (QList< CollectionType > newPresetViews) |
| bool | presetViewsNull () const |
| void | setPresetViewsNull () |
| const QString & | userId () const |
| User id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetUserViewsParams::includeExternalContent | ( | ) | const |
Whether or not to include external views such as channels or live tv.
| bool Jellyfin::Loader::GetUserViewsParams::includeExternalContentNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetUserViewsParams::includeHidden | ( | ) | const |
Whether or not to include hidden content.
| bool Jellyfin::Loader::GetUserViewsParams::includeHiddenNull | ( | ) | const |
| const QList< CollectionType > & Jellyfin::Loader::GetUserViewsParams::presetViews | ( | ) | const |
Preset views.
| bool Jellyfin::Loader::GetUserViewsParams::presetViewsNull | ( | ) | const |
| void Jellyfin::Loader::GetUserViewsParams::setIncludeExternalContent | ( | bool | newIncludeExternalContent | ) |
| void Jellyfin::Loader::GetUserViewsParams::setIncludeExternalContentNull | ( | ) |
| void Jellyfin::Loader::GetUserViewsParams::setIncludeHidden | ( | bool | newIncludeHidden | ) |
| void Jellyfin::Loader::GetUserViewsParams::setIncludeHiddenNull | ( | ) |
| void Jellyfin::Loader::GetUserViewsParams::setPresetViews | ( | QList< CollectionType > | newPresetViews | ) |
| void Jellyfin::Loader::GetUserViewsParams::setPresetViewsNull | ( | ) |
| void Jellyfin::Loader::GetUserViewsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetUserViewsParams::setUserIdNull | ( | ) |
| const QString & Jellyfin::Loader::GetUserViewsParams::userId | ( | ) | const |
User id.
| bool Jellyfin::Loader::GetUserViewsParams::userIdNull | ( | ) | const |