#include <remotelyricinfodto.h>
◆ RemoteLyricInfoDto() [1/2]
| Jellyfin::DTO::RemoteLyricInfoDto::RemoteLyricInfoDto |
( |
QString | jellyfinId, |
|
|
QString | providerName, |
|
|
QSharedPointer< LyricDto > | lyrics ) |
◆ RemoteLyricInfoDto() [2/2]
| Jellyfin::DTO::RemoteLyricInfoDto::RemoteLyricInfoDto |
( |
const RemoteLyricInfoDto & | other | ) |
|
◆ fromJson()
◆ jellyfinId()
| QString Jellyfin::DTO::RemoteLyricInfoDto::jellyfinId |
( |
| ) |
const |
Gets or sets the id for the lyric.
◆ lyrics()
| QSharedPointer< LyricDto > Jellyfin::DTO::RemoteLyricInfoDto::lyrics |
( |
| ) |
const |
◆ providerName()
| QString Jellyfin::DTO::RemoteLyricInfoDto::providerName |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::RemoteLyricInfoDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setJellyfinId()
| void Jellyfin::DTO::RemoteLyricInfoDto::setJellyfinId |
( |
QString | newJellyfinId | ) |
|
Gets or sets the id for the lyric.
◆ setLyrics()
| void Jellyfin::DTO::RemoteLyricInfoDto::setLyrics |
( |
QSharedPointer< LyricDto > | newLyrics | ) |
|
◆ setProviderName()
| void Jellyfin::DTO::RemoteLyricInfoDto::setProviderName |
( |
QString | newProviderName | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::RemoteLyricInfoDto::toJson |
( |
| ) |
const |
◆ m_jellyfinId
| QString Jellyfin::DTO::RemoteLyricInfoDto::m_jellyfinId |
|
protected |
◆ m_lyrics
| QSharedPointer<LyricDto> Jellyfin::DTO::RemoteLyricInfoDto::m_lyrics = QSharedPointer<LyricDto>() |
|
protected |
◆ m_providerName
| QString Jellyfin::DTO::RemoteLyricInfoDto::m_providerName |
|
protected |
The documentation for this class was generated from the following files: