![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <filesystementryinfo.h>
Public Member Functions | |
| FileSystemEntryInfo (QString name, QString path, FileSystemEntryType type) | |
| FileSystemEntryInfo (const FileSystemEntryInfo &other) | |
| void | replaceData (FileSystemEntryInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets the name. | |
| void | setName (QString newName) |
| Gets the name. | |
| QString | path () const |
| Gets the path. | |
| void | setPath (QString newPath) |
| Gets the path. | |
| FileSystemEntryType | type () const |
| void | setType (FileSystemEntryType newType) |
Static Public Member Functions | |
| static FileSystemEntryInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| QString | m_path |
| FileSystemEntryType | m_type |
| Jellyfin::DTO::FileSystemEntryInfo::FileSystemEntryInfo | ( | QString | name, |
| QString | path, | ||
| FileSystemEntryType | type ) |
| Jellyfin::DTO::FileSystemEntryInfo::FileSystemEntryInfo | ( | const FileSystemEntryInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::FileSystemEntryInfo::name | ( | ) | const |
Gets the name.
| QString Jellyfin::DTO::FileSystemEntryInfo::path | ( | ) | const |
Gets the path.
| void Jellyfin::DTO::FileSystemEntryInfo::replaceData | ( | FileSystemEntryInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::FileSystemEntryInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::FileSystemEntryInfo::setName | ( | QString | newName | ) |
Gets the name.
| void Jellyfin::DTO::FileSystemEntryInfo::setPath | ( | QString | newPath | ) |
Gets the path.
| void Jellyfin::DTO::FileSystemEntryInfo::setType | ( | FileSystemEntryType | newType | ) |
| QJsonObject Jellyfin::DTO::FileSystemEntryInfo::toJson | ( | ) | const |
| FileSystemEntryType Jellyfin::DTO::FileSystemEntryInfo::type | ( | ) | const |
|
protected |
|
protected |
|
protected |