#include <guideinfo.h>
◆ GuideInfo() [1/2]
Jellyfin::DTO::GuideInfo::GuideInfo |
( |
QDateTime | startDate, |
|
|
QDateTime | endDate ) |
◆ GuideInfo() [2/2]
Jellyfin::DTO::GuideInfo::GuideInfo |
( |
const GuideInfo & | other | ) |
|
◆ endDate()
QDateTime Jellyfin::DTO::GuideInfo::endDate |
( |
| ) |
const |
Gets or sets the end date.
◆ fromJson()
GuideInfo Jellyfin::DTO::GuideInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ replaceData()
void Jellyfin::DTO::GuideInfo::replaceData |
( |
GuideInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setEndDate()
void Jellyfin::DTO::GuideInfo::setEndDate |
( |
QDateTime | newEndDate | ) |
|
Gets or sets the end date.
◆ setFromJson()
void Jellyfin::DTO::GuideInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setStartDate()
void Jellyfin::DTO::GuideInfo::setStartDate |
( |
QDateTime | newStartDate | ) |
|
Gets or sets the start date.
◆ startDate()
QDateTime Jellyfin::DTO::GuideInfo::startDate |
( |
| ) |
const |
Gets or sets the start date.
◆ toJson()
QJsonObject Jellyfin::DTO::GuideInfo::toJson |
( |
| ) |
const |
◆ m_endDate
QDateTime Jellyfin::DTO::GuideInfo::m_endDate |
|
protected |
◆ m_startDate
QDateTime Jellyfin::DTO::GuideInfo::m_startDate |
|
protected |
The documentation for this class was generated from the following files: