#include <syncplayqueueitem.h>
◆ SyncPlayQueueItem() [1/2]
| Jellyfin::DTO::SyncPlayQueueItem::SyncPlayQueueItem |
( |
QString | itemId, |
|
|
QString | playlistItemId ) |
◆ SyncPlayQueueItem() [2/2]
| Jellyfin::DTO::SyncPlayQueueItem::SyncPlayQueueItem |
( |
const SyncPlayQueueItem & | other | ) |
|
◆ fromJson()
◆ itemId()
| QString Jellyfin::DTO::SyncPlayQueueItem::itemId |
( |
| ) |
const |
Gets the item identifier.
◆ playlistItemId()
| QString Jellyfin::DTO::SyncPlayQueueItem::playlistItemId |
( |
| ) |
const |
Gets the playlist identifier of the item.
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::SyncPlayQueueItem::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItemId()
| void Jellyfin::DTO::SyncPlayQueueItem::setItemId |
( |
QString | newItemId | ) |
|
Gets the item identifier.
◆ setPlaylistItemId()
| void Jellyfin::DTO::SyncPlayQueueItem::setPlaylistItemId |
( |
QString | newPlaylistItemId | ) |
|
Gets the playlist identifier of the item.
◆ toJson()
| QJsonObject Jellyfin::DTO::SyncPlayQueueItem::toJson |
( |
| ) |
const |
◆ m_itemId
| QString Jellyfin::DTO::SyncPlayQueueItem::m_itemId |
|
protected |
◆ m_playlistItemId
| QString Jellyfin::DTO::SyncPlayQueueItem::m_playlistItemId |
|
protected |
The documentation for this class was generated from the following files: