![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const qint32 & | newIndex () const |
| The new index. | |
| void | setNewIndex (qint32 newNewIndex) |
| const QString & | playlistId () const |
| The playlist id. | |
| void | setPlaylistId (QString newPlaylistId) |
| const QString & Jellyfin::Loader::MoveItemParams::itemId | ( | ) | const |
The item id.
| const qint32 & Jellyfin::Loader::MoveItemParams::newIndex | ( | ) | const |
The new index.
| const QString & Jellyfin::Loader::MoveItemParams::playlistId | ( | ) | const |
The playlist id.
| void Jellyfin::Loader::MoveItemParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::MoveItemParams::setNewIndex | ( | qint32 | newNewIndex | ) |
| void Jellyfin::Loader::MoveItemParams::setPlaylistId | ( | QString | newPlaylistId | ) |