![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <castreceiverapplication.h>
Public Member Functions | |
| CastReceiverApplication (QString jellyfinId, QString name) | |
| CastReceiverApplication (const CastReceiverApplication &other) | |
| void | replaceData (CastReceiverApplication &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | jellyfinId () const |
| Gets or sets the cast receiver application id. | |
| void | setJellyfinId (QString newJellyfinId) |
| Gets or sets the cast receiver application id. | |
| QString | name () const |
| Gets or sets the cast receiver application name. | |
| void | setName (QString newName) |
| Gets or sets the cast receiver application name. | |
Static Public Member Functions | |
| static CastReceiverApplication | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_jellyfinId |
| QString | m_name |
| Jellyfin::DTO::CastReceiverApplication::CastReceiverApplication | ( | QString | jellyfinId, |
| QString | name ) |
| Jellyfin::DTO::CastReceiverApplication::CastReceiverApplication | ( | const CastReceiverApplication & | other | ) |
|
static |
| QString Jellyfin::DTO::CastReceiverApplication::jellyfinId | ( | ) | const |
Gets or sets the cast receiver application id.
| QString Jellyfin::DTO::CastReceiverApplication::name | ( | ) | const |
Gets or sets the cast receiver application name.
| void Jellyfin::DTO::CastReceiverApplication::replaceData | ( | CastReceiverApplication & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::CastReceiverApplication::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::CastReceiverApplication::setJellyfinId | ( | QString | newJellyfinId | ) |
Gets or sets the cast receiver application id.
| void Jellyfin::DTO::CastReceiverApplication::setName | ( | QString | newName | ) |
Gets or sets the cast receiver application name.
| QJsonObject Jellyfin::DTO::CastReceiverApplication::toJson | ( | ) | const |
|
protected |
|
protected |