![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | sessionId () const |
| The session Id. | |
| void | setSessionId (QString newSessionId) |
| const QString & | itemId () const |
| The Id of the item. | |
| void | setItemId (QString newItemId) |
| const QString & | itemName () const |
| The name of the item. | |
| void | setItemName (QString newItemName) |
| const BaseItemKind & | itemType () const |
| The type of item to browse to. | |
| void | setItemType (BaseItemKind newItemType) |
| const QString & Jellyfin::Loader::DisplayContentParams::itemId | ( | ) | const |
The Id of the item.
| const QString & Jellyfin::Loader::DisplayContentParams::itemName | ( | ) | const |
The name of the item.
| const BaseItemKind & Jellyfin::Loader::DisplayContentParams::itemType | ( | ) | const |
The type of item to browse to.
| const QString & Jellyfin::Loader::DisplayContentParams::sessionId | ( | ) | const |
The session Id.
| void Jellyfin::Loader::DisplayContentParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::DisplayContentParams::setItemName | ( | QString | newItemName | ) |
| void Jellyfin::Loader::DisplayContentParams::setItemType | ( | BaseItemKind | newItemType | ) |
| void Jellyfin::Loader::DisplayContentParams::setSessionId | ( | QString | newSessionId | ) |