#include <lyricline.h>
◆ LyricLine() [1/2]
| Jellyfin::DTO::LyricLine::LyricLine |
( |
QString | text | ) |
|
◆ LyricLine() [2/2]
| Jellyfin::DTO::LyricLine::LyricLine |
( |
const LyricLine & | other | ) |
|
◆ fromJson()
| LyricLine Jellyfin::DTO::LyricLine::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
| void Jellyfin::DTO::LyricLine::replaceData |
( |
LyricLine & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::LyricLine::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setStart()
| void Jellyfin::DTO::LyricLine::setStart |
( |
std::optional< qint64 > | newStart | ) |
|
Gets the start time in ticks.
◆ setStartNull()
| void Jellyfin::DTO::LyricLine::setStartNull |
( |
| ) |
|
◆ setText()
| void Jellyfin::DTO::LyricLine::setText |
( |
QString | newText | ) |
|
Gets the text of this lyric line.
◆ start()
| std::optional< qint64 > Jellyfin::DTO::LyricLine::start |
( |
| ) |
const |
Gets the start time in ticks.
◆ startNull()
| bool Jellyfin::DTO::LyricLine::startNull |
( |
| ) |
const |
◆ text()
| QString Jellyfin::DTO::LyricLine::text |
( |
| ) |
const |
Gets the text of this lyric line.
◆ toJson()
| QJsonObject Jellyfin::DTO::LyricLine::toJson |
( |
| ) |
const |
◆ m_start
| std::optional<qint64> Jellyfin::DTO::LyricLine::m_start = std::nullopt |
|
protected |
◆ m_text
| QString Jellyfin::DTO::LyricLine::m_text |
|
protected |
The documentation for this class was generated from the following files: