30#ifndef JELLYFIN_DTO_CONTAINERPROFILE_H
31#define JELLYFIN_DTO_CONTAINERPROFILE_H
67 QJsonObject
toJson()
const;
Definition containerprofile.h:52
QList< ProfileCondition > conditions() const
Definition containerprofile.cpp:93
void replaceData(ContainerProfile &other)
Definition containerprofile.cpp:50
static ContainerProfile fromJson(QJsonObject source)
Definition containerprofile.cpp:56
void setContainer(QString newContainer)
Definition containerprofile.cpp:108
void setConditions(QList< ProfileCondition > newConditions)
Definition containerprofile.cpp:95
bool containerNull() const
Definition containerprofile.cpp:111
void setFromJson(QJsonObject source)
Definition containerprofile.cpp:63
void setConditionsNull()
Definition containerprofile.cpp:102
QJsonObject toJson() const
Definition containerprofile.cpp:70
DlnaProfileType type() const
Definition containerprofile.cpp:87
void setType(DlnaProfileType newType)
Definition containerprofile.cpp:89
QList< ProfileCondition > m_conditions
Definition containerprofile.h:92
bool conditionsNull() const
Definition containerprofile.cpp:98
void setContainerNull()
Definition containerprofile.cpp:115
QString container() const
Definition containerprofile.cpp:106
DlnaProfileType m_type
Definition containerprofile.h:91
QString m_container
Definition containerprofile.h:93
Value
Definition dlnaprofiletype.h:49
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