Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
This is the complete list of members for Jellyfin::DTO::UpdateLibraryOptionsDto, including all inherited members.
fromJson(QJsonObject source) | Jellyfin::DTO::UpdateLibraryOptionsDto | static |
jellyfinId() const | Jellyfin::DTO::UpdateLibraryOptionsDto | |
libraryOptions() const | Jellyfin::DTO::UpdateLibraryOptionsDto | |
m_jellyfinId | Jellyfin::DTO::UpdateLibraryOptionsDto | protected |
m_libraryOptions | Jellyfin::DTO::UpdateLibraryOptionsDto | protected |
replaceData(UpdateLibraryOptionsDto &other) | Jellyfin::DTO::UpdateLibraryOptionsDto | |
setFromJson(QJsonObject source) | Jellyfin::DTO::UpdateLibraryOptionsDto | |
setJellyfinId(QString newJellyfinId) | Jellyfin::DTO::UpdateLibraryOptionsDto | |
setLibraryOptions(QSharedPointer< LibraryOptions > newLibraryOptions) | Jellyfin::DTO::UpdateLibraryOptionsDto | |
toJson() const | Jellyfin::DTO::UpdateLibraryOptionsDto | |
UpdateLibraryOptionsDto(QString jellyfinId, QSharedPointer< LibraryOptions > libraryOptions) | Jellyfin::DTO::UpdateLibraryOptionsDto | |
UpdateLibraryOptionsDto(const UpdateLibraryOptionsDto &other) | Jellyfin::DTO::UpdateLibraryOptionsDto |