#include <mediapathdto.h>
◆ MediaPathDto() [1/2]
Jellyfin::DTO::MediaPathDto::MediaPathDto |
( |
QString | name, |
|
|
QSharedPointer< MediaPathInfo > | pathInfo ) |
◆ MediaPathDto() [2/2]
Jellyfin::DTO::MediaPathDto::MediaPathDto |
( |
const MediaPathDto & | other | ) |
|
◆ fromJson()
MediaPathDto Jellyfin::DTO::MediaPathDto::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::MediaPathDto::name |
( |
| ) |
const |
Gets or sets the name of the library.
◆ path()
QString Jellyfin::DTO::MediaPathDto::path |
( |
| ) |
const |
Gets or sets the path to add.
◆ pathInfo()
QSharedPointer< MediaPathInfo > Jellyfin::DTO::MediaPathDto::pathInfo |
( |
| ) |
const |
◆ pathNull()
bool Jellyfin::DTO::MediaPathDto::pathNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::MediaPathDto::replaceData |
( |
MediaPathDto & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::MediaPathDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::MediaPathDto::setName |
( |
QString | newName | ) |
|
Gets or sets the name of the library.
◆ setPath()
void Jellyfin::DTO::MediaPathDto::setPath |
( |
QString | newPath | ) |
|
Gets or sets the path to add.
◆ setPathInfo()
void Jellyfin::DTO::MediaPathDto::setPathInfo |
( |
QSharedPointer< MediaPathInfo > | newPathInfo | ) |
|
◆ setPathNull()
void Jellyfin::DTO::MediaPathDto::setPathNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::MediaPathDto::toJson |
( |
| ) |
const |
◆ m_name
QString Jellyfin::DTO::MediaPathDto::m_name |
|
protected |
◆ m_path
QString Jellyfin::DTO::MediaPathDto::m_path |
|
protected |
◆ m_pathInfo
The documentation for this class was generated from the following files: