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