#include <playqueueupdate.h>
◆ PlayQueueUpdate() [1/2]
◆ PlayQueueUpdate() [2/2]
| Jellyfin::DTO::PlayQueueUpdate::PlayQueueUpdate |
( |
const PlayQueueUpdate & | other | ) |
|
◆ fromJson()
| PlayQueueUpdate Jellyfin::DTO::PlayQueueUpdate::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ isPlaying()
| bool Jellyfin::DTO::PlayQueueUpdate::isPlaying |
( |
| ) |
const |
Gets a value indicating whether the current item is playing.
◆ lastUpdate()
| QDateTime Jellyfin::DTO::PlayQueueUpdate::lastUpdate |
( |
| ) |
const |
Gets the UTC time of the last change to the playing queue.
◆ playingItemIndex()
| qint32 Jellyfin::DTO::PlayQueueUpdate::playingItemIndex |
( |
| ) |
const |
Gets the playing item index in the playlist.
◆ playlist()
◆ reason()
◆ repeatMode()
◆ replaceData()
| void Jellyfin::DTO::PlayQueueUpdate::replaceData |
( |
PlayQueueUpdate & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::PlayQueueUpdate::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIsPlaying()
| void Jellyfin::DTO::PlayQueueUpdate::setIsPlaying |
( |
bool | newIsPlaying | ) |
|
Gets a value indicating whether the current item is playing.
◆ setLastUpdate()
| void Jellyfin::DTO::PlayQueueUpdate::setLastUpdate |
( |
QDateTime | newLastUpdate | ) |
|
Gets the UTC time of the last change to the playing queue.
◆ setPlayingItemIndex()
| void Jellyfin::DTO::PlayQueueUpdate::setPlayingItemIndex |
( |
qint32 | newPlayingItemIndex | ) |
|
Gets the playing item index in the playlist.
◆ setPlaylist()
◆ setReason()
◆ setRepeatMode()
| void Jellyfin::DTO::PlayQueueUpdate::setRepeatMode |
( |
GroupRepeatMode | newRepeatMode | ) |
|
◆ setShuffleMode()
| void Jellyfin::DTO::PlayQueueUpdate::setShuffleMode |
( |
GroupShuffleMode | newShuffleMode | ) |
|
◆ setStartPositionTicks()
| void Jellyfin::DTO::PlayQueueUpdate::setStartPositionTicks |
( |
qint64 | newStartPositionTicks | ) |
|
Gets the start position ticks.
◆ shuffleMode()
◆ startPositionTicks()
| qint64 Jellyfin::DTO::PlayQueueUpdate::startPositionTicks |
( |
| ) |
const |
Gets the start position ticks.
◆ toJson()
| QJsonObject Jellyfin::DTO::PlayQueueUpdate::toJson |
( |
| ) |
const |
◆ m_isPlaying
| bool Jellyfin::DTO::PlayQueueUpdate::m_isPlaying |
|
protected |
◆ m_lastUpdate
| QDateTime Jellyfin::DTO::PlayQueueUpdate::m_lastUpdate |
|
protected |
◆ m_playingItemIndex
| qint32 Jellyfin::DTO::PlayQueueUpdate::m_playingItemIndex |
|
protected |
◆ m_playlist
◆ m_reason
◆ m_repeatMode
◆ m_shuffleMode
◆ m_startPositionTicks
| qint64 Jellyfin::DTO::PlayQueueUpdate::m_startPositionTicks |
|
protected |
The documentation for this class was generated from the following files: