![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <ignorewaitrequestdto.h>
Public Member Functions | |
| IgnoreWaitRequestDto (bool ignoreWait) | |
| IgnoreWaitRequestDto (const IgnoreWaitRequestDto &other) | |
| void | replaceData (IgnoreWaitRequestDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| bool | ignoreWait () const |
| Gets or sets a value indicating whether the client should be ignored. | |
| void | setIgnoreWait (bool newIgnoreWait) |
| Gets or sets a value indicating whether the client should be ignored. | |
Static Public Member Functions | |
| static IgnoreWaitRequestDto | fromJson (QJsonObject source) |
Protected Attributes | |
| bool | m_ignoreWait |
| Jellyfin::DTO::IgnoreWaitRequestDto::IgnoreWaitRequestDto | ( | bool | ignoreWait | ) |
| Jellyfin::DTO::IgnoreWaitRequestDto::IgnoreWaitRequestDto | ( | const IgnoreWaitRequestDto & | other | ) |
|
static |
| bool Jellyfin::DTO::IgnoreWaitRequestDto::ignoreWait | ( | ) | const |
Gets or sets a value indicating whether the client should be ignored.
| void Jellyfin::DTO::IgnoreWaitRequestDto::replaceData | ( | IgnoreWaitRequestDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::IgnoreWaitRequestDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::IgnoreWaitRequestDto::setIgnoreWait | ( | bool | newIgnoreWait | ) |
Gets or sets a value indicating whether the client should be ignored.
| QJsonObject Jellyfin::DTO::IgnoreWaitRequestDto::toJson | ( | ) | const |
|
protected |