![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <quickconnectdto.h>
Public Member Functions | |
| QuickConnectDto (QString secret) | |
| QuickConnectDto (const QuickConnectDto &other) | |
| void | replaceData (QuickConnectDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | secret () const |
| Gets or sets the quick connect secret. | |
| void | setSecret (QString newSecret) |
| Gets or sets the quick connect secret. | |
Static Public Member Functions | |
| static QuickConnectDto | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_secret |
| Jellyfin::DTO::QuickConnectDto::QuickConnectDto | ( | QString | secret | ) |
| Jellyfin::DTO::QuickConnectDto::QuickConnectDto | ( | const QuickConnectDto & | other | ) |
|
static |
| void Jellyfin::DTO::QuickConnectDto::replaceData | ( | QuickConnectDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| QString Jellyfin::DTO::QuickConnectDto::secret | ( | ) | const |
Gets or sets the quick connect secret.
| void Jellyfin::DTO::QuickConnectDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::QuickConnectDto::setSecret | ( | QString | newSecret | ) |
Gets or sets the quick connect secret.
| QJsonObject Jellyfin::DTO::QuickConnectDto::toJson | ( | ) | const |
|
protected |