#include <remoteimageinfo.h>
◆ RemoteImageInfo() [1/2]
◆ RemoteImageInfo() [2/2]
Jellyfin::DTO::RemoteImageInfo::RemoteImageInfo |
( |
const RemoteImageInfo & | other | ) |
|
◆ communityRating()
std::optional< double > Jellyfin::DTO::RemoteImageInfo::communityRating |
( |
| ) |
const |
Gets or sets the community rating.
◆ communityRatingNull()
bool Jellyfin::DTO::RemoteImageInfo::communityRatingNull |
( |
| ) |
const |
◆ fromJson()
RemoteImageInfo Jellyfin::DTO::RemoteImageInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ height()
std::optional< qint32 > Jellyfin::DTO::RemoteImageInfo::height |
( |
| ) |
const |
◆ heightNull()
bool Jellyfin::DTO::RemoteImageInfo::heightNull |
( |
| ) |
const |
◆ language()
QString Jellyfin::DTO::RemoteImageInfo::language |
( |
| ) |
const |
Gets or sets the language.
◆ languageNull()
bool Jellyfin::DTO::RemoteImageInfo::languageNull |
( |
| ) |
const |
◆ providerName()
QString Jellyfin::DTO::RemoteImageInfo::providerName |
( |
| ) |
const |
Gets or sets the name of the provider.
◆ providerNameNull()
bool Jellyfin::DTO::RemoteImageInfo::providerNameNull |
( |
| ) |
const |
◆ ratingType()
RatingType Jellyfin::DTO::RemoteImageInfo::ratingType |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::RemoteImageInfo::replaceData |
( |
RemoteImageInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setCommunityRating()
void Jellyfin::DTO::RemoteImageInfo::setCommunityRating |
( |
std::optional< double > | newCommunityRating | ) |
|
Gets or sets the community rating.
◆ setCommunityRatingNull()
void Jellyfin::DTO::RemoteImageInfo::setCommunityRatingNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::RemoteImageInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setHeight()
void Jellyfin::DTO::RemoteImageInfo::setHeight |
( |
std::optional< qint32 > | newHeight | ) |
|
◆ setHeightNull()
void Jellyfin::DTO::RemoteImageInfo::setHeightNull |
( |
| ) |
|
◆ setLanguage()
void Jellyfin::DTO::RemoteImageInfo::setLanguage |
( |
QString | newLanguage | ) |
|
Gets or sets the language.
◆ setLanguageNull()
void Jellyfin::DTO::RemoteImageInfo::setLanguageNull |
( |
| ) |
|
◆ setProviderName()
void Jellyfin::DTO::RemoteImageInfo::setProviderName |
( |
QString | newProviderName | ) |
|
Gets or sets the name of the provider.
◆ setProviderNameNull()
void Jellyfin::DTO::RemoteImageInfo::setProviderNameNull |
( |
| ) |
|
◆ setRatingType()
void Jellyfin::DTO::RemoteImageInfo::setRatingType |
( |
RatingType | newRatingType | ) |
|
◆ setThumbnailUrl()
void Jellyfin::DTO::RemoteImageInfo::setThumbnailUrl |
( |
QString | newThumbnailUrl | ) |
|
Gets a url used for previewing a smaller version.
◆ setThumbnailUrlNull()
void Jellyfin::DTO::RemoteImageInfo::setThumbnailUrlNull |
( |
| ) |
|
◆ setType()
void Jellyfin::DTO::RemoteImageInfo::setType |
( |
ImageType | newType | ) |
|
◆ setUrl()
void Jellyfin::DTO::RemoteImageInfo::setUrl |
( |
QString | newUrl | ) |
|
◆ setUrlNull()
void Jellyfin::DTO::RemoteImageInfo::setUrlNull |
( |
| ) |
|
◆ setVoteCount()
void Jellyfin::DTO::RemoteImageInfo::setVoteCount |
( |
std::optional< qint32 > | newVoteCount | ) |
|
Gets or sets the vote count.
◆ setVoteCountNull()
void Jellyfin::DTO::RemoteImageInfo::setVoteCountNull |
( |
| ) |
|
◆ setWidth()
void Jellyfin::DTO::RemoteImageInfo::setWidth |
( |
std::optional< qint32 > | newWidth | ) |
|
◆ setWidthNull()
void Jellyfin::DTO::RemoteImageInfo::setWidthNull |
( |
| ) |
|
◆ thumbnailUrl()
QString Jellyfin::DTO::RemoteImageInfo::thumbnailUrl |
( |
| ) |
const |
Gets a url used for previewing a smaller version.
◆ thumbnailUrlNull()
bool Jellyfin::DTO::RemoteImageInfo::thumbnailUrlNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::RemoteImageInfo::toJson |
( |
| ) |
const |
◆ type()
ImageType Jellyfin::DTO::RemoteImageInfo::type |
( |
| ) |
const |
◆ url()
QString Jellyfin::DTO::RemoteImageInfo::url |
( |
| ) |
const |
◆ urlNull()
bool Jellyfin::DTO::RemoteImageInfo::urlNull |
( |
| ) |
const |
◆ voteCount()
std::optional< qint32 > Jellyfin::DTO::RemoteImageInfo::voteCount |
( |
| ) |
const |
Gets or sets the vote count.
◆ voteCountNull()
bool Jellyfin::DTO::RemoteImageInfo::voteCountNull |
( |
| ) |
const |
◆ width()
std::optional< qint32 > Jellyfin::DTO::RemoteImageInfo::width |
( |
| ) |
const |
◆ widthNull()
bool Jellyfin::DTO::RemoteImageInfo::widthNull |
( |
| ) |
const |
◆ m_communityRating
std::optional<double> Jellyfin::DTO::RemoteImageInfo::m_communityRating = std::nullopt |
|
protected |
◆ m_height
std::optional<qint32> Jellyfin::DTO::RemoteImageInfo::m_height = std::nullopt |
|
protected |
◆ m_language
QString Jellyfin::DTO::RemoteImageInfo::m_language |
|
protected |
◆ m_providerName
QString Jellyfin::DTO::RemoteImageInfo::m_providerName |
|
protected |
◆ m_ratingType
RatingType Jellyfin::DTO::RemoteImageInfo::m_ratingType |
|
protected |
◆ m_thumbnailUrl
QString Jellyfin::DTO::RemoteImageInfo::m_thumbnailUrl |
|
protected |
◆ m_type
ImageType Jellyfin::DTO::RemoteImageInfo::m_type |
|
protected |
◆ m_url
QString Jellyfin::DTO::RemoteImageInfo::m_url |
|
protected |
◆ m_voteCount
std::optional<qint32> Jellyfin::DTO::RemoteImageInfo::m_voteCount = std::nullopt |
|
protected |
◆ m_width
std::optional<qint32> Jellyfin::DTO::RemoteImageInfo::m_width = std::nullopt |
|
protected |
The documentation for this class was generated from the following files: