![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Public Member Functions | |
| PlaybackManagerPrivate (PlaybackManager *q) | |
Public Attributes | |
| PlaybackManager * | q_ptr = nullptr |
| ApiClient * | m_apiClient = nullptr |
| QSharedPointer< Model::ControllableSession > | m_session |
| QScopedPointer< Model::PlaybackManager > | m_impl |
| ViewModel::Item * | m_displayItem = nullptr |
| The currently played item that will be shown in the GUI. | |
| ViewModel::Playlist * | m_displayQueue = nullptr |
| The currently played queue that will be shown in the GUI. | |
| bool | m_handlePlaystateCommands |
|
explicit |
| ApiClient* Jellyfin::ViewModel::PlaybackManagerPrivate::m_apiClient = nullptr |
| ViewModel::Item* Jellyfin::ViewModel::PlaybackManagerPrivate::m_displayItem = nullptr |
The currently played item that will be shown in the GUI.
| ViewModel::Playlist* Jellyfin::ViewModel::PlaybackManagerPrivate::m_displayQueue = nullptr |
The currently played queue that will be shown in the GUI.
| bool Jellyfin::ViewModel::PlaybackManagerPrivate::m_handlePlaystateCommands |
| QScopedPointer<Model::PlaybackManager> Jellyfin::ViewModel::PlaybackManagerPrivate::m_impl |
| QSharedPointer<Model::ControllableSession> Jellyfin::ViewModel::PlaybackManagerPrivate::m_session |
| PlaybackManager* Jellyfin::ViewModel::PlaybackManagerPrivate::q_ptr = nullptr |