Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <setrepeatmoderequestdto.h>
Public Member Functions | |
SetRepeatModeRequestDto (GroupRepeatMode mode) | |
SetRepeatModeRequestDto (const SetRepeatModeRequestDto &other) | |
void | replaceData (SetRepeatModeRequestDto &other) |
void | setFromJson (QJsonObject source) |
QJsonObject | toJson () const |
GroupRepeatMode | mode () const |
void | setMode (GroupRepeatMode newMode) |
Static Public Member Functions | |
static SetRepeatModeRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
GroupRepeatMode | m_mode |
Jellyfin::DTO::SetRepeatModeRequestDto::SetRepeatModeRequestDto | ( | GroupRepeatMode | mode | ) |
Jellyfin::DTO::SetRepeatModeRequestDto::SetRepeatModeRequestDto | ( | const SetRepeatModeRequestDto & | other | ) |
|
static |
GroupRepeatMode Jellyfin::DTO::SetRepeatModeRequestDto::mode | ( | ) | const |
void Jellyfin::DTO::SetRepeatModeRequestDto::replaceData | ( | SetRepeatModeRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
void Jellyfin::DTO::SetRepeatModeRequestDto::setFromJson | ( | QJsonObject | source | ) |
void Jellyfin::DTO::SetRepeatModeRequestDto::setMode | ( | GroupRepeatMode | newMode | ) |
QJsonObject Jellyfin::DTO::SetRepeatModeRequestDto::toJson | ( | ) | const |
|
protected |