Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::DefaultDirectoryBrowserInfoDto Class Reference

#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
 

Constructor & Destructor Documentation

◆ DefaultDirectoryBrowserInfoDto() [1/2]

Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::DefaultDirectoryBrowserInfoDto ( )

◆ DefaultDirectoryBrowserInfoDto() [2/2]

Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::DefaultDirectoryBrowserInfoDto ( const DefaultDirectoryBrowserInfoDto & other)

Member Function Documentation

◆ fromJson()

DefaultDirectoryBrowserInfoDto Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::fromJson ( QJsonObject source)
static

◆ path()

QString Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::path ( ) const

Gets or sets the path.

◆ pathNull()

bool Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::pathNull ( ) const

◆ replaceData()

void Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::replaceData ( DefaultDirectoryBrowserInfoDto & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::setFromJson ( QJsonObject source)

◆ setPath()

void Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::setPath ( QString newPath)

Gets or sets the path.

◆ setPathNull()

void Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::setPathNull ( )

◆ toJson()

QJsonObject Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::toJson ( ) const

Member Data Documentation

◆ m_path

QString Jellyfin::DTO::DefaultDirectoryBrowserInfoDto::m_path
protected

The documentation for this class was generated from the following files: