![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <playqueueupdategroupupdate.h>
Public Member Functions | |
| PlayQueueUpdateGroupUpdate (QString groupId, GroupUpdateType type, QSharedPointer< PlayQueueUpdate > data) | |
| PlayQueueUpdateGroupUpdate (const PlayQueueUpdateGroupUpdate &other) | |
| void | replaceData (PlayQueueUpdateGroupUpdate &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | groupId () const |
| Gets the group identifier. | |
| void | setGroupId (QString newGroupId) |
| Gets the group identifier. | |
| GroupUpdateType | type () const |
| void | setType (GroupUpdateType newType) |
| QSharedPointer< PlayQueueUpdate > | data () const |
| void | setData (QSharedPointer< PlayQueueUpdate > newData) |
Static Public Member Functions | |
| static PlayQueueUpdateGroupUpdate | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_groupId |
| GroupUpdateType | m_type |
| QSharedPointer< PlayQueueUpdate > | m_data = QSharedPointer<PlayQueueUpdate>() |
| Jellyfin::DTO::PlayQueueUpdateGroupUpdate::PlayQueueUpdateGroupUpdate | ( | QString | groupId, |
| GroupUpdateType | type, | ||
| QSharedPointer< PlayQueueUpdate > | data ) |
| Jellyfin::DTO::PlayQueueUpdateGroupUpdate::PlayQueueUpdateGroupUpdate | ( | const PlayQueueUpdateGroupUpdate & | other | ) |
| QSharedPointer< PlayQueueUpdate > Jellyfin::DTO::PlayQueueUpdateGroupUpdate::data | ( | ) | const |
|
static |
| QString Jellyfin::DTO::PlayQueueUpdateGroupUpdate::groupId | ( | ) | const |
Gets the group identifier.
| void Jellyfin::DTO::PlayQueueUpdateGroupUpdate::replaceData | ( | PlayQueueUpdateGroupUpdate & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PlayQueueUpdateGroupUpdate::setData | ( | QSharedPointer< PlayQueueUpdate > | newData | ) |
| void Jellyfin::DTO::PlayQueueUpdateGroupUpdate::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PlayQueueUpdateGroupUpdate::setGroupId | ( | QString | newGroupId | ) |
Gets the group identifier.
| void Jellyfin::DTO::PlayQueueUpdateGroupUpdate::setType | ( | GroupUpdateType | newType | ) |
| QJsonObject Jellyfin::DTO::PlayQueueUpdateGroupUpdate::toJson | ( | ) | const |
| GroupUpdateType Jellyfin::DTO::PlayQueueUpdateGroupUpdate::type | ( | ) | const |
|
protected |
|
protected |
|
protected |