![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <groupstateupdate.h>
Public Member Functions | |
| GroupStateUpdate (GroupStateType state, PlaybackRequestType reason) | |
| GroupStateUpdate (const GroupStateUpdate &other) | |
| void | replaceData (GroupStateUpdate &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| GroupStateType | state () const |
| void | setState (GroupStateType newState) |
| PlaybackRequestType | reason () const |
| void | setReason (PlaybackRequestType newReason) |
Static Public Member Functions | |
| static GroupStateUpdate | fromJson (QJsonObject source) |
Protected Attributes | |
| GroupStateType | m_state |
| PlaybackRequestType | m_reason |
| Jellyfin::DTO::GroupStateUpdate::GroupStateUpdate | ( | GroupStateType | state, |
| PlaybackRequestType | reason ) |
| Jellyfin::DTO::GroupStateUpdate::GroupStateUpdate | ( | const GroupStateUpdate & | other | ) |
|
static |
| PlaybackRequestType Jellyfin::DTO::GroupStateUpdate::reason | ( | ) | const |
| void Jellyfin::DTO::GroupStateUpdate::replaceData | ( | GroupStateUpdate & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::GroupStateUpdate::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::GroupStateUpdate::setReason | ( | PlaybackRequestType | newReason | ) |
| void Jellyfin::DTO::GroupStateUpdate::setState | ( | GroupStateType | newState | ) |
| GroupStateType Jellyfin::DTO::GroupStateUpdate::state | ( | ) | const |
| QJsonObject Jellyfin::DTO::GroupStateUpdate::toJson | ( | ) | const |
|
protected |
|
protected |