![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <seekrequestdto.h>
Public Member Functions | |
| SeekRequestDto (qint64 positionTicks) | |
| SeekRequestDto (const SeekRequestDto &other) | |
| void | replaceData (SeekRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| qint64 | positionTicks () const |
| Gets or sets the position ticks. | |
| void | setPositionTicks (qint64 newPositionTicks) |
| Gets or sets the position ticks. | |
Static Public Member Functions | |
| static SeekRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| qint64 | m_positionTicks |
| Jellyfin::DTO::SeekRequestDto::SeekRequestDto | ( | qint64 | positionTicks | ) |
| Jellyfin::DTO::SeekRequestDto::SeekRequestDto | ( | const SeekRequestDto & | other | ) |
|
static |
| qint64 Jellyfin::DTO::SeekRequestDto::positionTicks | ( | ) | const |
Gets or sets the position ticks.
| void Jellyfin::DTO::SeekRequestDto::replaceData | ( | SeekRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::SeekRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SeekRequestDto::setPositionTicks | ( | qint64 | newPositionTicks | ) |
Gets or sets the position ticks.
| QJsonObject Jellyfin::DTO::SeekRequestDto::toJson | ( | ) | const |
|
protected |