![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <mediapathinfo.h>
Public Member Functions | |
| MediaPathInfo (QString path) | |
| MediaPathInfo (const MediaPathInfo &other) | |
| void | replaceData (MediaPathInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | path () const |
| void | setPath (QString newPath) |
Static Public Member Functions | |
| static MediaPathInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_path |
| Jellyfin::DTO::MediaPathInfo::MediaPathInfo | ( | QString | path | ) |
| Jellyfin::DTO::MediaPathInfo::MediaPathInfo | ( | const MediaPathInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::MediaPathInfo::path | ( | ) | const |
| void Jellyfin::DTO::MediaPathInfo::replaceData | ( | MediaPathInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::MediaPathInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::MediaPathInfo::setPath | ( | QString | newPath | ) |
| QJsonObject Jellyfin::DTO::MediaPathInfo::toJson | ( | ) | const |
|
protected |