30#ifndef JELLYFIN_DTO_LIVETVINFO_H
31#define JELLYFIN_DTO_LIVETVINFO_H
65 QJsonObject
toJson()
const;
Definition livetvinfo.h:50
bool m_isEnabled
Definition livetvinfo.h:102
bool servicesNull() const
Definition livetvinfo.cpp:92
QStringList m_enabledUsers
Definition livetvinfo.h:103
void setEnabledUsersNull()
Definition livetvinfo.cpp:115
void setFromJson(QJsonObject source)
Definition livetvinfo.cpp:63
QList< LiveTvServiceInfo > m_services
Definition livetvinfo.h:101
void replaceData(LiveTvInfo &other)
Definition livetvinfo.cpp:50
QStringList enabledUsers() const
Gets or sets the enabled users.
Definition livetvinfo.cpp:106
QJsonObject toJson() const
Definition livetvinfo.cpp:70
void setIsEnabled(bool newIsEnabled)
Gets or sets a value indicating whether this instance is enabled.
Definition livetvinfo.cpp:102
bool isEnabled() const
Gets or sets a value indicating whether this instance is enabled.
Definition livetvinfo.cpp:100
QList< LiveTvServiceInfo > services() const
Gets or sets the services.
Definition livetvinfo.cpp:87
void setServicesNull()
Definition livetvinfo.cpp:96
bool enabledUsersNull() const
Definition livetvinfo.cpp:111
void setEnabledUsers(QStringList newEnabledUsers)
Gets or sets the enabled users.
Definition livetvinfo.cpp:108
void setServices(QList< LiveTvServiceInfo > newServices)
Gets or sets the services.
Definition livetvinfo.cpp:89
static LiveTvInfo fromJson(QJsonObject source)
Definition livetvinfo.cpp:56
Definition mediaplayer2.h:20
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45