![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <sessionsstopmessage.h>
Public Member Functions | |
| SessionsStopMessage (SessionMessageType messageType) | |
| SessionsStopMessage (const SessionsStopMessage &other) | |
| void | replaceData (SessionsStopMessage &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| SessionMessageType | messageType () const |
| void | setMessageType (SessionMessageType newMessageType) |
Static Public Member Functions | |
| static SessionsStopMessage | fromJson (QJsonObject source) |
Protected Attributes | |
| SessionMessageType | m_messageType |
| Jellyfin::DTO::SessionsStopMessage::SessionsStopMessage | ( | SessionMessageType | messageType | ) |
| Jellyfin::DTO::SessionsStopMessage::SessionsStopMessage | ( | const SessionsStopMessage & | other | ) |
|
static |
| SessionMessageType Jellyfin::DTO::SessionsStopMessage::messageType | ( | ) | const |
| void Jellyfin::DTO::SessionsStopMessage::replaceData | ( | SessionsStopMessage & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::SessionsStopMessage::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::SessionsStopMessage::setMessageType | ( | SessionMessageType | newMessageType | ) |
| QJsonObject Jellyfin::DTO::SessionsStopMessage::toJson | ( | ) | const |
|
protected |