![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <timereventinfo.h>
Public Member Functions | |
| TimerEventInfo (QString jellyfinId) | |
| TimerEventInfo (const TimerEventInfo &other) | |
| void | replaceData (TimerEventInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| void | setJellyfinId (QString newJellyfinId) |
| QString | programId () const |
| void | setProgramId (QString newProgramId) |
| bool | programIdNull () const |
| void | setProgramIdNull () |
Static Public Member Functions | |
| static TimerEventInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| QString | m_programId |
| Jellyfin::DTO::TimerEventInfo::TimerEventInfo | ( | QString | jellyfinId | ) |
| Jellyfin::DTO::TimerEventInfo::TimerEventInfo | ( | const TimerEventInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::TimerEventInfo::jellyfinId | ( | ) | const |
| QString Jellyfin::DTO::TimerEventInfo::programId | ( | ) | const |
| bool Jellyfin::DTO::TimerEventInfo::programIdNull | ( | ) | const |
| void Jellyfin::DTO::TimerEventInfo::replaceData | ( | TimerEventInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::TimerEventInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::TimerEventInfo::setJellyfinId | ( | QString | newJellyfinId | ) |
| void Jellyfin::DTO::TimerEventInfo::setProgramId | ( | QString | newProgramId | ) |
| void Jellyfin::DTO::TimerEventInfo::setProgramIdNull | ( | ) |
| QJsonObject Jellyfin::DTO::TimerEventInfo::toJson | ( | ) | const |
|
protected |
|
protected |