![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <chapterinfo.h>
Public Member Functions | |
| ChapterInfo (qint64 startPositionTicks, QDateTime imageDateModified) | |
| ChapterInfo (const ChapterInfo &other) | |
| void | replaceData (ChapterInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| qint64 | startPositionTicks () const |
| Gets or sets the start position ticks. | |
| void | setStartPositionTicks (qint64 newStartPositionTicks) |
| Gets or sets the start position ticks. | |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | nameNull () const |
| void | setNameNull () |
| QString | imagePath () const |
| Gets or sets the image path. | |
| void | setImagePath (QString newImagePath) |
| Gets or sets the image path. | |
| bool | imagePathNull () const |
| void | setImagePathNull () |
| QDateTime | imageDateModified () const |
| void | setImageDateModified (QDateTime newImageDateModified) |
| QString | imageTag () const |
| void | setImageTag (QString newImageTag) |
| bool | imageTagNull () const |
| void | setImageTagNull () |
Static Public Member Functions | |
| static ChapterInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| qint64 | m_startPositionTicks |
| QString | m_name |
| QString | m_imagePath |
| QDateTime | m_imageDateModified |
| QString | m_imageTag |
| Jellyfin::DTO::ChapterInfo::ChapterInfo | ( | qint64 | startPositionTicks, |
| QDateTime | imageDateModified ) |
| Jellyfin::DTO::ChapterInfo::ChapterInfo | ( | const ChapterInfo & | other | ) |
|
static |
| QDateTime Jellyfin::DTO::ChapterInfo::imageDateModified | ( | ) | const |
| QString Jellyfin::DTO::ChapterInfo::imagePath | ( | ) | const |
Gets or sets the image path.
| bool Jellyfin::DTO::ChapterInfo::imagePathNull | ( | ) | const |
| QString Jellyfin::DTO::ChapterInfo::imageTag | ( | ) | const |
| bool Jellyfin::DTO::ChapterInfo::imageTagNull | ( | ) | const |
| QString Jellyfin::DTO::ChapterInfo::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::ChapterInfo::nameNull | ( | ) | const |
| void Jellyfin::DTO::ChapterInfo::replaceData | ( | ChapterInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::ChapterInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::ChapterInfo::setImageDateModified | ( | QDateTime | newImageDateModified | ) |
| void Jellyfin::DTO::ChapterInfo::setImagePath | ( | QString | newImagePath | ) |
Gets or sets the image path.
| void Jellyfin::DTO::ChapterInfo::setImagePathNull | ( | ) |
| void Jellyfin::DTO::ChapterInfo::setImageTag | ( | QString | newImageTag | ) |
| void Jellyfin::DTO::ChapterInfo::setImageTagNull | ( | ) |
| void Jellyfin::DTO::ChapterInfo::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::ChapterInfo::setNameNull | ( | ) |
| void Jellyfin::DTO::ChapterInfo::setStartPositionTicks | ( | qint64 | newStartPositionTicks | ) |
Gets or sets the start position ticks.
| qint64 Jellyfin::DTO::ChapterInfo::startPositionTicks | ( | ) | const |
Gets or sets the start position ticks.
| QJsonObject Jellyfin::DTO::ChapterInfo::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |