#include <mediapathinfo.h>
◆ MediaPathInfo() [1/2]
Jellyfin::DTO::MediaPathInfo::MediaPathInfo |
( |
| ) |
|
◆ MediaPathInfo() [2/2]
Jellyfin::DTO::MediaPathInfo::MediaPathInfo |
( |
const MediaPathInfo & | other | ) |
|
◆ fromJson()
MediaPathInfo Jellyfin::DTO::MediaPathInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ networkPath()
QString Jellyfin::DTO::MediaPathInfo::networkPath |
( |
| ) |
const |
◆ networkPathNull()
bool Jellyfin::DTO::MediaPathInfo::networkPathNull |
( |
| ) |
const |
◆ path()
QString Jellyfin::DTO::MediaPathInfo::path |
( |
| ) |
const |
◆ pathNull()
bool Jellyfin::DTO::MediaPathInfo::pathNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::MediaPathInfo::replaceData |
( |
MediaPathInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::MediaPathInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setNetworkPath()
void Jellyfin::DTO::MediaPathInfo::setNetworkPath |
( |
QString | newNetworkPath | ) |
|
◆ setNetworkPathNull()
void Jellyfin::DTO::MediaPathInfo::setNetworkPathNull |
( |
| ) |
|
◆ setPath()
void Jellyfin::DTO::MediaPathInfo::setPath |
( |
QString | newPath | ) |
|
◆ setPathNull()
void Jellyfin::DTO::MediaPathInfo::setPathNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::MediaPathInfo::toJson |
( |
| ) |
const |
◆ m_networkPath
QString Jellyfin::DTO::MediaPathInfo::m_networkPath |
|
protected |
◆ m_path
QString Jellyfin::DTO::MediaPathInfo::m_path |
|
protected |
The documentation for this class was generated from the following files: