#include <filesystementryinfo.h>
◆ FileSystemEntryInfo() [1/2]
| Jellyfin::DTO::FileSystemEntryInfo::FileSystemEntryInfo |
( |
QString | name, |
|
|
QString | path, |
|
|
FileSystemEntryType | type ) |
◆ FileSystemEntryInfo() [2/2]
| Jellyfin::DTO::FileSystemEntryInfo::FileSystemEntryInfo |
( |
const FileSystemEntryInfo & | other | ) |
|
◆ fromJson()
◆ name()
| QString Jellyfin::DTO::FileSystemEntryInfo::name |
( |
| ) |
const |
◆ path()
| QString Jellyfin::DTO::FileSystemEntryInfo::path |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
| void Jellyfin::DTO::FileSystemEntryInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
| void Jellyfin::DTO::FileSystemEntryInfo::setName |
( |
QString | newName | ) |
|
◆ setPath()
| void Jellyfin::DTO::FileSystemEntryInfo::setPath |
( |
QString | newPath | ) |
|
◆ setType()
◆ toJson()
| QJsonObject Jellyfin::DTO::FileSystemEntryInfo::toJson |
( |
| ) |
const |
◆ type()
◆ m_name
| QString Jellyfin::DTO::FileSystemEntryInfo::m_name |
|
protected |
◆ m_path
| QString Jellyfin::DTO::FileSystemEntryInfo::m_path |
|
protected |
◆ m_type
The documentation for this class was generated from the following files: