| audioLanguagePreference() const | Jellyfin::DTO::UserConfiguration | |
| audioLanguagePreferenceNull() const | Jellyfin::DTO::UserConfiguration | |
| castReceiverId() const | Jellyfin::DTO::UserConfiguration | |
| castReceiverIdNull() const | Jellyfin::DTO::UserConfiguration | |
| displayCollectionsView() const | Jellyfin::DTO::UserConfiguration | |
| displayMissingEpisodes() const | Jellyfin::DTO::UserConfiguration | |
| enableLocalPassword() const | Jellyfin::DTO::UserConfiguration | |
| enableNextEpisodeAutoPlay() const | Jellyfin::DTO::UserConfiguration | |
| fromJson(QJsonObject source) | Jellyfin::DTO::UserConfiguration | static |
| groupedFolders() const | Jellyfin::DTO::UserConfiguration | |
| hidePlayedInLatest() const | Jellyfin::DTO::UserConfiguration | |
| latestItemsExcludes() const | Jellyfin::DTO::UserConfiguration | |
| m_audioLanguagePreference | Jellyfin::DTO::UserConfiguration | protected |
| m_castReceiverId | Jellyfin::DTO::UserConfiguration | protected |
| m_displayCollectionsView | Jellyfin::DTO::UserConfiguration | protected |
| m_displayMissingEpisodes | Jellyfin::DTO::UserConfiguration | protected |
| m_enableLocalPassword | Jellyfin::DTO::UserConfiguration | protected |
| m_enableNextEpisodeAutoPlay | Jellyfin::DTO::UserConfiguration | protected |
| m_groupedFolders | Jellyfin::DTO::UserConfiguration | protected |
| m_hidePlayedInLatest | Jellyfin::DTO::UserConfiguration | protected |
| m_latestItemsExcludes | Jellyfin::DTO::UserConfiguration | protected |
| m_myMediaExcludes | Jellyfin::DTO::UserConfiguration | protected |
| m_orderedViews | Jellyfin::DTO::UserConfiguration | protected |
| m_playDefaultAudioTrack | Jellyfin::DTO::UserConfiguration | protected |
| m_rememberAudioSelections | Jellyfin::DTO::UserConfiguration | protected |
| m_rememberSubtitleSelections | Jellyfin::DTO::UserConfiguration | protected |
| m_subtitleLanguagePreference | Jellyfin::DTO::UserConfiguration | protected |
| m_subtitleMode | Jellyfin::DTO::UserConfiguration | protected |
| myMediaExcludes() const | Jellyfin::DTO::UserConfiguration | |
| orderedViews() const | Jellyfin::DTO::UserConfiguration | |
| playDefaultAudioTrack() const | Jellyfin::DTO::UserConfiguration | |
| rememberAudioSelections() const | Jellyfin::DTO::UserConfiguration | |
| rememberSubtitleSelections() const | Jellyfin::DTO::UserConfiguration | |
| replaceData(UserConfiguration &other) | Jellyfin::DTO::UserConfiguration | |
| setAudioLanguagePreference(QString newAudioLanguagePreference) | Jellyfin::DTO::UserConfiguration | |
| setAudioLanguagePreferenceNull() | Jellyfin::DTO::UserConfiguration | |
| setCastReceiverId(QString newCastReceiverId) | Jellyfin::DTO::UserConfiguration | |
| setCastReceiverIdNull() | Jellyfin::DTO::UserConfiguration | |
| setDisplayCollectionsView(bool newDisplayCollectionsView) | Jellyfin::DTO::UserConfiguration | |
| setDisplayMissingEpisodes(bool newDisplayMissingEpisodes) | Jellyfin::DTO::UserConfiguration | |
| setEnableLocalPassword(bool newEnableLocalPassword) | Jellyfin::DTO::UserConfiguration | |
| setEnableNextEpisodeAutoPlay(bool newEnableNextEpisodeAutoPlay) | Jellyfin::DTO::UserConfiguration | |
| setFromJson(QJsonObject source) | Jellyfin::DTO::UserConfiguration | |
| setGroupedFolders(QStringList newGroupedFolders) | Jellyfin::DTO::UserConfiguration | |
| setHidePlayedInLatest(bool newHidePlayedInLatest) | Jellyfin::DTO::UserConfiguration | |
| setLatestItemsExcludes(QStringList newLatestItemsExcludes) | Jellyfin::DTO::UserConfiguration | |
| setMyMediaExcludes(QStringList newMyMediaExcludes) | Jellyfin::DTO::UserConfiguration | |
| setOrderedViews(QStringList newOrderedViews) | Jellyfin::DTO::UserConfiguration | |
| setPlayDefaultAudioTrack(bool newPlayDefaultAudioTrack) | Jellyfin::DTO::UserConfiguration | |
| setRememberAudioSelections(bool newRememberAudioSelections) | Jellyfin::DTO::UserConfiguration | |
| setRememberSubtitleSelections(bool newRememberSubtitleSelections) | Jellyfin::DTO::UserConfiguration | |
| setSubtitleLanguagePreference(QString newSubtitleLanguagePreference) | Jellyfin::DTO::UserConfiguration | |
| setSubtitleLanguagePreferenceNull() | Jellyfin::DTO::UserConfiguration | |
| setSubtitleMode(SubtitlePlaybackMode newSubtitleMode) | Jellyfin::DTO::UserConfiguration | |
| subtitleLanguagePreference() const | Jellyfin::DTO::UserConfiguration | |
| subtitleLanguagePreferenceNull() const | Jellyfin::DTO::UserConfiguration | |
| subtitleMode() const | Jellyfin::DTO::UserConfiguration | |
| toJson() const | Jellyfin::DTO::UserConfiguration | |
| UserConfiguration(bool playDefaultAudioTrack, bool displayMissingEpisodes, QStringList groupedFolders, SubtitlePlaybackMode subtitleMode, bool displayCollectionsView, bool enableLocalPassword, QStringList orderedViews, QStringList latestItemsExcludes, QStringList myMediaExcludes, bool hidePlayedInLatest, bool rememberAudioSelections, bool rememberSubtitleSelections, bool enableNextEpisodeAutoPlay) | Jellyfin::DTO::UserConfiguration | |
| UserConfiguration(const UserConfiguration &other) | Jellyfin::DTO::UserConfiguration | |