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