#include <chapterinfo.h>
◆ ChapterInfo() [1/2]
Jellyfin::DTO::ChapterInfo::ChapterInfo |
( |
qint64 | startPositionTicks, |
|
|
QDateTime | imageDateModified ) |
◆ ChapterInfo() [2/2]
Jellyfin::DTO::ChapterInfo::ChapterInfo |
( |
const ChapterInfo & | other | ) |
|
◆ fromJson()
ChapterInfo Jellyfin::DTO::ChapterInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ imageDateModified()
QDateTime Jellyfin::DTO::ChapterInfo::imageDateModified |
( |
| ) |
const |
◆ imagePath()
QString Jellyfin::DTO::ChapterInfo::imagePath |
( |
| ) |
const |
Gets or sets the image path.
◆ imagePathNull()
bool Jellyfin::DTO::ChapterInfo::imagePathNull |
( |
| ) |
const |
◆ imageTag()
QString Jellyfin::DTO::ChapterInfo::imageTag |
( |
| ) |
const |
◆ imageTagNull()
bool Jellyfin::DTO::ChapterInfo::imageTagNull |
( |
| ) |
const |
◆ name()
QString Jellyfin::DTO::ChapterInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::ChapterInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::ChapterInfo::replaceData |
( |
ChapterInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::ChapterInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setImageDateModified()
void Jellyfin::DTO::ChapterInfo::setImageDateModified |
( |
QDateTime | newImageDateModified | ) |
|
◆ setImagePath()
void Jellyfin::DTO::ChapterInfo::setImagePath |
( |
QString | newImagePath | ) |
|
Gets or sets the image path.
◆ setImagePathNull()
void Jellyfin::DTO::ChapterInfo::setImagePathNull |
( |
| ) |
|
◆ setImageTag()
void Jellyfin::DTO::ChapterInfo::setImageTag |
( |
QString | newImageTag | ) |
|
◆ setImageTagNull()
void Jellyfin::DTO::ChapterInfo::setImageTagNull |
( |
| ) |
|
◆ setName()
void Jellyfin::DTO::ChapterInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::ChapterInfo::setNameNull |
( |
| ) |
|
◆ setStartPositionTicks()
void Jellyfin::DTO::ChapterInfo::setStartPositionTicks |
( |
qint64 | newStartPositionTicks | ) |
|
Gets or sets the start position ticks.
◆ startPositionTicks()
qint64 Jellyfin::DTO::ChapterInfo::startPositionTicks |
( |
| ) |
const |
Gets or sets the start position ticks.
◆ toJson()
QJsonObject Jellyfin::DTO::ChapterInfo::toJson |
( |
| ) |
const |
◆ m_imageDateModified
QDateTime Jellyfin::DTO::ChapterInfo::m_imageDateModified |
|
protected |
◆ m_imagePath
QString Jellyfin::DTO::ChapterInfo::m_imagePath |
|
protected |
◆ m_imageTag
QString Jellyfin::DTO::ChapterInfo::m_imageTag |
|
protected |
◆ m_name
QString Jellyfin::DTO::ChapterInfo::m_name |
|
protected |
◆ m_startPositionTicks
qint64 Jellyfin::DTO::ChapterInfo::m_startPositionTicks |
|
protected |
The documentation for this class was generated from the following files: