#include <remotesubtitleinfo.h>
◆ RemoteSubtitleInfo() [1/2]
| Jellyfin::DTO::RemoteSubtitleInfo::RemoteSubtitleInfo |
( |
| ) |
|
◆ RemoteSubtitleInfo() [2/2]
◆ author()
| QString Jellyfin::DTO::RemoteSubtitleInfo::author |
( |
| ) |
const |
◆ authorNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::authorNull |
( |
| ) |
const |
◆ comment()
| QString Jellyfin::DTO::RemoteSubtitleInfo::comment |
( |
| ) |
const |
◆ commentNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::commentNull |
( |
| ) |
const |
◆ communityRating()
| std::optional< float > Jellyfin::DTO::RemoteSubtitleInfo::communityRating |
( |
| ) |
const |
◆ communityRatingNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::communityRatingNull |
( |
| ) |
const |
◆ dateCreated()
| QDateTime Jellyfin::DTO::RemoteSubtitleInfo::dateCreated |
( |
| ) |
const |
◆ dateCreatedNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::dateCreatedNull |
( |
| ) |
const |
◆ downloadCount()
| std::optional< qint32 > Jellyfin::DTO::RemoteSubtitleInfo::downloadCount |
( |
| ) |
const |
◆ downloadCountNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::downloadCountNull |
( |
| ) |
const |
◆ format()
| QString Jellyfin::DTO::RemoteSubtitleInfo::format |
( |
| ) |
const |
◆ formatNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::formatNull |
( |
| ) |
const |
◆ fromJson()
◆ isHashMatch()
| std::optional< bool > Jellyfin::DTO::RemoteSubtitleInfo::isHashMatch |
( |
| ) |
const |
◆ isHashMatchNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::isHashMatchNull |
( |
| ) |
const |
◆ jellyfinId()
| QString Jellyfin::DTO::RemoteSubtitleInfo::jellyfinId |
( |
| ) |
const |
◆ jellyfinIdNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::jellyfinIdNull |
( |
| ) |
const |
◆ name()
| QString Jellyfin::DTO::RemoteSubtitleInfo::name |
( |
| ) |
const |
◆ nameNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::nameNull |
( |
| ) |
const |
◆ providerName()
| QString Jellyfin::DTO::RemoteSubtitleInfo::providerName |
( |
| ) |
const |
◆ providerNameNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::providerNameNull |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setAuthor()
| void Jellyfin::DTO::RemoteSubtitleInfo::setAuthor |
( |
QString | newAuthor | ) |
|
◆ setAuthorNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setAuthorNull |
( |
| ) |
|
◆ setComment()
| void Jellyfin::DTO::RemoteSubtitleInfo::setComment |
( |
QString | newComment | ) |
|
◆ setCommentNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setCommentNull |
( |
| ) |
|
◆ setCommunityRating()
| void Jellyfin::DTO::RemoteSubtitleInfo::setCommunityRating |
( |
std::optional< float > | newCommunityRating | ) |
|
◆ setCommunityRatingNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setCommunityRatingNull |
( |
| ) |
|
◆ setDateCreated()
| void Jellyfin::DTO::RemoteSubtitleInfo::setDateCreated |
( |
QDateTime | newDateCreated | ) |
|
◆ setDateCreatedNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setDateCreatedNull |
( |
| ) |
|
◆ setDownloadCount()
| void Jellyfin::DTO::RemoteSubtitleInfo::setDownloadCount |
( |
std::optional< qint32 > | newDownloadCount | ) |
|
◆ setDownloadCountNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setDownloadCountNull |
( |
| ) |
|
◆ setFormat()
| void Jellyfin::DTO::RemoteSubtitleInfo::setFormat |
( |
QString | newFormat | ) |
|
◆ setFormatNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setFormatNull |
( |
| ) |
|
◆ setFromJson()
| void Jellyfin::DTO::RemoteSubtitleInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIsHashMatch()
| void Jellyfin::DTO::RemoteSubtitleInfo::setIsHashMatch |
( |
std::optional< bool > | newIsHashMatch | ) |
|
◆ setIsHashMatchNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setIsHashMatchNull |
( |
| ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::RemoteSubtitleInfo::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
◆ setJellyfinIdNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setJellyfinIdNull |
( |
| ) |
|
◆ setName()
| void Jellyfin::DTO::RemoteSubtitleInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setNameNull |
( |
| ) |
|
◆ setProviderName()
| void Jellyfin::DTO::RemoteSubtitleInfo::setProviderName |
( |
QString | newProviderName | ) |
|
◆ setProviderNameNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setProviderNameNull |
( |
| ) |
|
◆ setThreeLetterISOLanguageName()
| void Jellyfin::DTO::RemoteSubtitleInfo::setThreeLetterISOLanguageName |
( |
QString | newThreeLetterISOLanguageName | ) |
|
◆ setThreeLetterISOLanguageNameNull()
| void Jellyfin::DTO::RemoteSubtitleInfo::setThreeLetterISOLanguageNameNull |
( |
| ) |
|
◆ threeLetterISOLanguageName()
| QString Jellyfin::DTO::RemoteSubtitleInfo::threeLetterISOLanguageName |
( |
| ) |
const |
◆ threeLetterISOLanguageNameNull()
| bool Jellyfin::DTO::RemoteSubtitleInfo::threeLetterISOLanguageNameNull |
( |
| ) |
const |
◆ toJson()
| QJsonObject Jellyfin::DTO::RemoteSubtitleInfo::toJson |
( |
| ) |
const |
◆ m_author
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_author |
|
protected |
◆ m_comment
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_comment |
|
protected |
◆ m_communityRating
| std::optional<float> Jellyfin::DTO::RemoteSubtitleInfo::m_communityRating = std::nullopt |
|
protected |
◆ m_dateCreated
| QDateTime Jellyfin::DTO::RemoteSubtitleInfo::m_dateCreated |
|
protected |
◆ m_downloadCount
| std::optional<qint32> Jellyfin::DTO::RemoteSubtitleInfo::m_downloadCount = std::nullopt |
|
protected |
◆ m_format
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_format |
|
protected |
◆ m_isHashMatch
| std::optional<bool> Jellyfin::DTO::RemoteSubtitleInfo::m_isHashMatch = std::nullopt |
|
protected |
◆ m_jellyfinId
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_jellyfinId |
|
protected |
◆ m_name
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_name |
|
protected |
◆ m_providerName
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_providerName |
|
protected |
◆ m_threeLetterISOLanguageName
| QString Jellyfin::DTO::RemoteSubtitleInfo::m_threeLetterISOLanguageName |
|
protected |
The documentation for this class was generated from the following files: