![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <metadataeditorinfo.h>
Static Public Member Functions | |
| static MetadataEditorInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QList< ParentalRating > | m_parentalRatingOptions |
| QList< CountryInfo > | m_countries |
| QList< CultureDto > | m_cultures |
| QList< ExternalIdInfo > | m_externalIdInfos |
| CollectionType | m_contentType |
| QList< NameValuePair > | m_contentTypeOptions |
| Jellyfin::DTO::MetadataEditorInfo::MetadataEditorInfo | ( | QList< ParentalRating > | parentalRatingOptions, |
| QList< CountryInfo > | countries, | ||
| QList< CultureDto > | cultures, | ||
| QList< ExternalIdInfo > | externalIdInfos, | ||
| CollectionType | contentType, | ||
| QList< NameValuePair > | contentTypeOptions ) |
| Jellyfin::DTO::MetadataEditorInfo::MetadataEditorInfo | ( | const MetadataEditorInfo & | other | ) |
| CollectionType Jellyfin::DTO::MetadataEditorInfo::contentType | ( | ) | const |
| QList< NameValuePair > Jellyfin::DTO::MetadataEditorInfo::contentTypeOptions | ( | ) | const |
| QList< CountryInfo > Jellyfin::DTO::MetadataEditorInfo::countries | ( | ) | const |
| QList< CultureDto > Jellyfin::DTO::MetadataEditorInfo::cultures | ( | ) | const |
| QList< ExternalIdInfo > Jellyfin::DTO::MetadataEditorInfo::externalIdInfos | ( | ) | const |
|
static |
| QList< ParentalRating > Jellyfin::DTO::MetadataEditorInfo::parentalRatingOptions | ( | ) | const |
| void Jellyfin::DTO::MetadataEditorInfo::replaceData | ( | MetadataEditorInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MetadataEditorInfo::setContentType | ( | CollectionType | newContentType | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setContentTypeOptions | ( | QList< NameValuePair > | newContentTypeOptions | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setCountries | ( | QList< CountryInfo > | newCountries | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setCultures | ( | QList< CultureDto > | newCultures | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setExternalIdInfos | ( | QList< ExternalIdInfo > | newExternalIdInfos | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MetadataEditorInfo::setParentalRatingOptions | ( | QList< ParentalRating > | newParentalRatingOptions | ) |
| QJsonObject Jellyfin::DTO::MetadataEditorInfo::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |