![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <libraryoptionsresultdto.h>
Public Member Functions | |
| LibraryOptionsResultDto (QList< LibraryOptionInfoDto > metadataSavers, QList< LibraryOptionInfoDto > metadataReaders, QList< LibraryOptionInfoDto > subtitleFetchers, QList< LibraryOptionInfoDto > lyricFetchers, QList< LibraryTypeOptionsDto > typeOptions) | |
| LibraryOptionsResultDto (const LibraryOptionsResultDto &other) | |
| void | replaceData (LibraryOptionsResultDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QList< LibraryOptionInfoDto > | metadataSavers () const |
| Gets or sets the metadata savers. | |
| void | setMetadataSavers (QList< LibraryOptionInfoDto > newMetadataSavers) |
| Gets or sets the metadata savers. | |
| QList< LibraryOptionInfoDto > | metadataReaders () const |
| Gets or sets the metadata readers. | |
| void | setMetadataReaders (QList< LibraryOptionInfoDto > newMetadataReaders) |
| Gets or sets the metadata readers. | |
| QList< LibraryOptionInfoDto > | subtitleFetchers () const |
| Gets or sets the subtitle fetchers. | |
| void | setSubtitleFetchers (QList< LibraryOptionInfoDto > newSubtitleFetchers) |
| Gets or sets the subtitle fetchers. | |
| QList< LibraryOptionInfoDto > | lyricFetchers () const |
| Gets or sets the list of lyric fetchers. | |
| void | setLyricFetchers (QList< LibraryOptionInfoDto > newLyricFetchers) |
| Gets or sets the list of lyric fetchers. | |
| QList< LibraryTypeOptionsDto > | typeOptions () const |
| Gets or sets the type options. | |
| void | setTypeOptions (QList< LibraryTypeOptionsDto > newTypeOptions) |
| Gets or sets the type options. | |
Static Public Member Functions | |
| static LibraryOptionsResultDto | fromJson (QJsonObject source) |
| Jellyfin::DTO::LibraryOptionsResultDto::LibraryOptionsResultDto | ( | QList< LibraryOptionInfoDto > | metadataSavers, |
| QList< LibraryOptionInfoDto > | metadataReaders, | ||
| QList< LibraryOptionInfoDto > | subtitleFetchers, | ||
| QList< LibraryOptionInfoDto > | lyricFetchers, | ||
| QList< LibraryTypeOptionsDto > | typeOptions ) |
| Jellyfin::DTO::LibraryOptionsResultDto::LibraryOptionsResultDto | ( | const LibraryOptionsResultDto & | other | ) |
|
static |
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryOptionsResultDto::lyricFetchers | ( | ) | const |
Gets or sets the list of lyric fetchers.
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryOptionsResultDto::metadataReaders | ( | ) | const |
Gets or sets the metadata readers.
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryOptionsResultDto::metadataSavers | ( | ) | const |
Gets or sets the metadata savers.
| void Jellyfin::DTO::LibraryOptionsResultDto::replaceData | ( | LibraryOptionsResultDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::LibraryOptionsResultDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::LibraryOptionsResultDto::setLyricFetchers | ( | QList< LibraryOptionInfoDto > | newLyricFetchers | ) |
Gets or sets the list of lyric fetchers.
| void Jellyfin::DTO::LibraryOptionsResultDto::setMetadataReaders | ( | QList< LibraryOptionInfoDto > | newMetadataReaders | ) |
Gets or sets the metadata readers.
| void Jellyfin::DTO::LibraryOptionsResultDto::setMetadataSavers | ( | QList< LibraryOptionInfoDto > | newMetadataSavers | ) |
Gets or sets the metadata savers.
| void Jellyfin::DTO::LibraryOptionsResultDto::setSubtitleFetchers | ( | QList< LibraryOptionInfoDto > | newSubtitleFetchers | ) |
Gets or sets the subtitle fetchers.
| void Jellyfin::DTO::LibraryOptionsResultDto::setTypeOptions | ( | QList< LibraryTypeOptionsDto > | newTypeOptions | ) |
Gets or sets the type options.
| QList< LibraryOptionInfoDto > Jellyfin::DTO::LibraryOptionsResultDto::subtitleFetchers | ( | ) | const |
Gets or sets the subtitle fetchers.
| QJsonObject Jellyfin::DTO::LibraryOptionsResultDto::toJson | ( | ) | const |
| QList< LibraryTypeOptionsDto > Jellyfin::DTO::LibraryOptionsResultDto::typeOptions | ( | ) | const |
Gets or sets the type options.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |