![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <remotelyricinfodto.h>
Public Member Functions | |
| RemoteLyricInfoDto (QString jellyfinId, QString providerName, QSharedPointer< LyricDto > lyrics) | |
| RemoteLyricInfoDto (const RemoteLyricInfoDto &other) | |
| void | replaceData (RemoteLyricInfoDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| Gets or sets the id for the lyric. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the id for the lyric. | |
| QString | providerName () const |
| Gets the provider name. | |
| void | setProviderName (QString newProviderName) |
| Gets the provider name. | |
| QSharedPointer< LyricDto > | lyrics () const |
| void | setLyrics (QSharedPointer< LyricDto > newLyrics) |
Static Public Member Functions | |
| static RemoteLyricInfoDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| QString | m_providerName |
| QSharedPointer< LyricDto > | m_lyrics = QSharedPointer<LyricDto>() |
| Jellyfin::DTO::RemoteLyricInfoDto::RemoteLyricInfoDto | ( | QString | jellyfinId, |
| QString | providerName, | ||
| QSharedPointer< LyricDto > | lyrics ) |
| Jellyfin::DTO::RemoteLyricInfoDto::RemoteLyricInfoDto | ( | const RemoteLyricInfoDto & | other | ) |
|
static |
| QString Jellyfin::DTO::RemoteLyricInfoDto::jellyfinId | ( | ) | const |
Gets or sets the id for the lyric.
| QSharedPointer< LyricDto > Jellyfin::DTO::RemoteLyricInfoDto::lyrics | ( | ) | const |
| QString Jellyfin::DTO::RemoteLyricInfoDto::providerName | ( | ) | const |
Gets the provider name.
| void Jellyfin::DTO::RemoteLyricInfoDto::replaceData | ( | RemoteLyricInfoDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::RemoteLyricInfoDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::RemoteLyricInfoDto::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the id for the lyric.
| void Jellyfin::DTO::RemoteLyricInfoDto::setLyrics | ( | QSharedPointer< LyricDto > | newLyrics | ) |
| void Jellyfin::DTO::RemoteLyricInfoDto::setProviderName | ( | QString | newProviderName | ) |
Gets the provider name.
| QJsonObject Jellyfin::DTO::RemoteLyricInfoDto::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |