![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <generalcommand.h>
Public Member Functions | |
| GeneralCommand (GeneralCommandType name, QString controllingUserId, QJsonObject arguments) | |
| GeneralCommand (const GeneralCommand &other) | |
| void | replaceData (GeneralCommand &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| GeneralCommandType | name () const |
| void | setName (GeneralCommandType newName) |
| QString | controllingUserId () const |
| void | setControllingUserId (QString newControllingUserId) |
| QJsonObject | arguments () const |
| void | setArguments (QJsonObject newArguments) |
Static Public Member Functions | |
| static GeneralCommand | fromJson (QJsonObject source) |
Protected Attributes | |
| GeneralCommandType | m_name |
| QString | m_controllingUserId |
| QJsonObject | m_arguments |
| Jellyfin::DTO::GeneralCommand::GeneralCommand | ( | GeneralCommandType | name, |
| QString | controllingUserId, | ||
| QJsonObject | arguments ) |
| Jellyfin::DTO::GeneralCommand::GeneralCommand | ( | const GeneralCommand & | other | ) |
| QJsonObject Jellyfin::DTO::GeneralCommand::arguments | ( | ) | const |
| QString Jellyfin::DTO::GeneralCommand::controllingUserId | ( | ) | const |
|
static |
| GeneralCommandType Jellyfin::DTO::GeneralCommand::name | ( | ) | const |
| void Jellyfin::DTO::GeneralCommand::replaceData | ( | GeneralCommand & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::GeneralCommand::setArguments | ( | QJsonObject | newArguments | ) |
| void Jellyfin::DTO::GeneralCommand::setControllingUserId | ( | QString | newControllingUserId | ) |
| void Jellyfin::DTO::GeneralCommand::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::GeneralCommand::setName | ( | GeneralCommandType | newName | ) |
| QJsonObject Jellyfin::DTO::GeneralCommand::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |