![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <syncplayqueueitem.h>
Public Member Functions | |
| SyncPlayQueueItem (QString itemId, QString playlistItemId) | |
| SyncPlayQueueItem (const SyncPlayQueueItem &other) | |
| void | replaceData (SyncPlayQueueItem &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | itemId () const |
| Gets the item identifier. | |
| void | setItemId (QString newItemId) |
| Gets the item identifier. | |
| QString | playlistItemId () const |
| Gets the playlist identifier of the item. | |
| void | setPlaylistItemId (QString newPlaylistItemId) |
| Gets the playlist identifier of the item. | |
Static Public Member Functions | |
| static SyncPlayQueueItem | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_itemId |
| QString | m_playlistItemId |
| Jellyfin::DTO::SyncPlayQueueItem::SyncPlayQueueItem | ( | QString | itemId, |
| QString | playlistItemId ) |
| Jellyfin::DTO::SyncPlayQueueItem::SyncPlayQueueItem | ( | const SyncPlayQueueItem & | other | ) |
|
static |
| QString Jellyfin::DTO::SyncPlayQueueItem::itemId | ( | ) | const |
Gets the item identifier.
| QString Jellyfin::DTO::SyncPlayQueueItem::playlistItemId | ( | ) | const |
Gets the playlist identifier of the item.
| void Jellyfin::DTO::SyncPlayQueueItem::replaceData | ( | SyncPlayQueueItem & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::SyncPlayQueueItem::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SyncPlayQueueItem::setItemId | ( | QString | newItemId | ) |
Gets the item identifier.
| void Jellyfin::DTO::SyncPlayQueueItem::setPlaylistItemId | ( | QString | newPlaylistItemId | ) |
Gets the playlist identifier of the item.
| QJsonObject Jellyfin::DTO::SyncPlayQueueItem::toJson | ( | ) | const |
|
protected |
|
protected |