![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <guideinfo.h>
Public Member Functions | |
| GuideInfo (QDateTime startDate, QDateTime endDate) | |
| GuideInfo (const GuideInfo &other) | |
| void | replaceData (GuideInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QDateTime | startDate () const |
| Gets or sets the start date. | |
| void | setStartDate (QDateTime newStartDate) |
| Gets or sets the start date. | |
| QDateTime | endDate () const |
| Gets or sets the end date. | |
| void | setEndDate (QDateTime newEndDate) |
| Gets or sets the end date. | |
Static Public Member Functions | |
| static GuideInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QDateTime | m_startDate |
| QDateTime | m_endDate |
| Jellyfin::DTO::GuideInfo::GuideInfo | ( | QDateTime | startDate, |
| QDateTime | endDate ) |
| Jellyfin::DTO::GuideInfo::GuideInfo | ( | const GuideInfo & | other | ) |
| QDateTime Jellyfin::DTO::GuideInfo::endDate | ( | ) | const |
Gets or sets the end date.
|
static |
| void Jellyfin::DTO::GuideInfo::replaceData | ( | GuideInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::GuideInfo::setEndDate | ( | QDateTime | newEndDate | ) |
Gets or sets the end date.
| void Jellyfin::DTO::GuideInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::GuideInfo::setStartDate | ( | QDateTime | newStartDate | ) |
Gets or sets the start date.
| QDateTime Jellyfin::DTO::GuideInfo::startDate | ( | ) | const |
Gets or sets the start date.
| QJsonObject Jellyfin::DTO::GuideInfo::toJson | ( | ) | const |
|
protected |
|
protected |