autoRefreshLevels() const | Jellyfin::DTO::ChannelFeatures | |
autoRefreshLevelsNull() const | Jellyfin::DTO::ChannelFeatures | |
canFilter() const | Jellyfin::DTO::ChannelFeatures | |
canSearch() const | Jellyfin::DTO::ChannelFeatures | |
ChannelFeatures(bool canSearch, bool supportsSortOrderToggle, bool supportsLatestMedia, bool canFilter, bool supportsContentDownloading) | Jellyfin::DTO::ChannelFeatures | |
ChannelFeatures(const ChannelFeatures &other) | Jellyfin::DTO::ChannelFeatures | |
contentTypes() const | Jellyfin::DTO::ChannelFeatures | |
contentTypesNull() const | Jellyfin::DTO::ChannelFeatures | |
defaultSortFields() const | Jellyfin::DTO::ChannelFeatures | |
defaultSortFieldsNull() const | Jellyfin::DTO::ChannelFeatures | |
fromJson(QJsonObject source) | Jellyfin::DTO::ChannelFeatures | static |
jellyfinId() const | Jellyfin::DTO::ChannelFeatures | |
jellyfinIdNull() const | Jellyfin::DTO::ChannelFeatures | |
m_autoRefreshLevels | Jellyfin::DTO::ChannelFeatures | protected |
m_canFilter | Jellyfin::DTO::ChannelFeatures | protected |
m_canSearch | Jellyfin::DTO::ChannelFeatures | protected |
m_contentTypes | Jellyfin::DTO::ChannelFeatures | protected |
m_defaultSortFields | Jellyfin::DTO::ChannelFeatures | protected |
m_jellyfinId | Jellyfin::DTO::ChannelFeatures | protected |
m_maxPageSize | Jellyfin::DTO::ChannelFeatures | protected |
m_mediaTypes | Jellyfin::DTO::ChannelFeatures | protected |
m_name | Jellyfin::DTO::ChannelFeatures | protected |
m_supportsContentDownloading | Jellyfin::DTO::ChannelFeatures | protected |
m_supportsLatestMedia | Jellyfin::DTO::ChannelFeatures | protected |
m_supportsSortOrderToggle | Jellyfin::DTO::ChannelFeatures | protected |
maxPageSize() const | Jellyfin::DTO::ChannelFeatures | |
maxPageSizeNull() const | Jellyfin::DTO::ChannelFeatures | |
mediaTypes() const | Jellyfin::DTO::ChannelFeatures | |
mediaTypesNull() const | Jellyfin::DTO::ChannelFeatures | |
name() const | Jellyfin::DTO::ChannelFeatures | |
nameNull() const | Jellyfin::DTO::ChannelFeatures | |
replaceData(ChannelFeatures &other) | Jellyfin::DTO::ChannelFeatures | |
setAutoRefreshLevels(std::optional< qint32 > newAutoRefreshLevels) | Jellyfin::DTO::ChannelFeatures | |
setAutoRefreshLevelsNull() | Jellyfin::DTO::ChannelFeatures | |
setCanFilter(bool newCanFilter) | Jellyfin::DTO::ChannelFeatures | |
setCanSearch(bool newCanSearch) | Jellyfin::DTO::ChannelFeatures | |
setContentTypes(QList< ChannelMediaContentType > newContentTypes) | Jellyfin::DTO::ChannelFeatures | |
setContentTypesNull() | Jellyfin::DTO::ChannelFeatures | |
setDefaultSortFields(QList< ChannelItemSortField > newDefaultSortFields) | Jellyfin::DTO::ChannelFeatures | |
setDefaultSortFieldsNull() | Jellyfin::DTO::ChannelFeatures | |
setFromJson(QJsonObject source) | Jellyfin::DTO::ChannelFeatures | |
setJellyfinId(QString newJellyfinId) | Jellyfin::DTO::ChannelFeatures | |
setJellyfinIdNull() | Jellyfin::DTO::ChannelFeatures | |
setMaxPageSize(std::optional< qint32 > newMaxPageSize) | Jellyfin::DTO::ChannelFeatures | |
setMaxPageSizeNull() | Jellyfin::DTO::ChannelFeatures | |
setMediaTypes(QList< ChannelMediaType > newMediaTypes) | Jellyfin::DTO::ChannelFeatures | |
setMediaTypesNull() | Jellyfin::DTO::ChannelFeatures | |
setName(QString newName) | Jellyfin::DTO::ChannelFeatures | |
setNameNull() | Jellyfin::DTO::ChannelFeatures | |
setSupportsContentDownloading(bool newSupportsContentDownloading) | Jellyfin::DTO::ChannelFeatures | |
setSupportsLatestMedia(bool newSupportsLatestMedia) | Jellyfin::DTO::ChannelFeatures | |
setSupportsSortOrderToggle(bool newSupportsSortOrderToggle) | Jellyfin::DTO::ChannelFeatures | |
supportsContentDownloading() const | Jellyfin::DTO::ChannelFeatures | |
supportsLatestMedia() const | Jellyfin::DTO::ChannelFeatures | |
supportsSortOrderToggle() const | Jellyfin::DTO::ChannelFeatures | |
toJson() const | Jellyfin::DTO::ChannelFeatures | |