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