#include <lyricdto.h>
◆ LyricDto() [1/2]
◆ LyricDto() [2/2]
| Jellyfin::DTO::LyricDto::LyricDto |
( |
const LyricDto & | other | ) |
|
◆ fromJson()
| LyricDto Jellyfin::DTO::LyricDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ lyrics()
Gets or sets a collection of individual lyric lines.
◆ metadata()
| QSharedPointer< LyricMetadata > Jellyfin::DTO::LyricDto::metadata |
( |
| ) |
const |
◆ replaceData()
| void Jellyfin::DTO::LyricDto::replaceData |
( |
LyricDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::LyricDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setLyrics()
| void Jellyfin::DTO::LyricDto::setLyrics |
( |
QList< LyricLine > | newLyrics | ) |
|
Gets or sets a collection of individual lyric lines.
◆ setMetadata()
| void Jellyfin::DTO::LyricDto::setMetadata |
( |
QSharedPointer< LyricMetadata > | newMetadata | ) |
|
◆ toJson()
| QJsonObject Jellyfin::DTO::LyricDto::toJson |
( |
| ) |
const |
◆ m_lyrics
◆ m_metadata
The documentation for this class was generated from the following files: