![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <plugininstallationcompletedmessage.h>
Public Member Functions | |
| PluginInstallationCompletedMessage (QSharedPointer< InstallationInfo > data, QString messageId, SessionMessageType messageType) | |
| PluginInstallationCompletedMessage (const PluginInstallationCompletedMessage &other) | |
| void | replaceData (PluginInstallationCompletedMessage &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QSharedPointer< InstallationInfo > | data () const |
| void | setData (QSharedPointer< InstallationInfo > newData) |
| QString | messageId () const |
| Gets or sets the message id. | |
| void | setMessageId (QString newMessageId) |
| Gets or sets the message id. | |
| SessionMessageType | messageType () const |
| void | setMessageType (SessionMessageType newMessageType) |
Static Public Member Functions | |
| static PluginInstallationCompletedMessage | fromJson (QJsonObject source) |
Protected Attributes | |
| QSharedPointer< InstallationInfo > | m_data = QSharedPointer<InstallationInfo>() |
| QString | m_messageId |
| SessionMessageType | m_messageType |
| Jellyfin::DTO::PluginInstallationCompletedMessage::PluginInstallationCompletedMessage | ( | QSharedPointer< InstallationInfo > | data, |
| QString | messageId, | ||
| SessionMessageType | messageType ) |
| Jellyfin::DTO::PluginInstallationCompletedMessage::PluginInstallationCompletedMessage | ( | const PluginInstallationCompletedMessage & | other | ) |
| QSharedPointer< InstallationInfo > Jellyfin::DTO::PluginInstallationCompletedMessage::data | ( | ) | const |
|
static |
| QString Jellyfin::DTO::PluginInstallationCompletedMessage::messageId | ( | ) | const |
Gets or sets the message id.
| SessionMessageType Jellyfin::DTO::PluginInstallationCompletedMessage::messageType | ( | ) | const |
| void Jellyfin::DTO::PluginInstallationCompletedMessage::replaceData | ( | PluginInstallationCompletedMessage & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::PluginInstallationCompletedMessage::setData | ( | QSharedPointer< InstallationInfo > | newData | ) |
| void Jellyfin::DTO::PluginInstallationCompletedMessage::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::PluginInstallationCompletedMessage::setMessageId | ( | QString | newMessageId | ) |
Gets or sets the message id.
| void Jellyfin::DTO::PluginInstallationCompletedMessage::setMessageType | ( | SessionMessageType | newMessageType | ) |
| QJsonObject Jellyfin::DTO::PluginInstallationCompletedMessage::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |