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