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

#include <remoteimageresult.h>

Public Member Functions

 RemoteImageResult (qint32 totalRecordCount)
 
 RemoteImageResult (const RemoteImageResult &other)
 
void replaceData (RemoteImageResult &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QList< RemoteImageInfoimages () const
 Gets or sets the images.
 
void setImages (QList< RemoteImageInfo > newImages)
 Gets or sets the images.
 
bool imagesNull () const
 
void setImagesNull ()
 
qint32 totalRecordCount () const
 Gets or sets the total record count.
 
void setTotalRecordCount (qint32 newTotalRecordCount)
 Gets or sets the total record count.
 
QStringList providers () const
 Gets or sets the providers.
 
void setProviders (QStringList newProviders)
 Gets or sets the providers.
 
bool providersNull () const
 
void setProvidersNull ()
 

Static Public Member Functions

static RemoteImageResult fromJson (QJsonObject source)
 

Protected Attributes

QList< RemoteImageInfom_images
 
qint32 m_totalRecordCount
 
QStringList m_providers
 

Constructor & Destructor Documentation

◆ RemoteImageResult() [1/2]

Jellyfin::DTO::RemoteImageResult::RemoteImageResult ( qint32 totalRecordCount)

◆ RemoteImageResult() [2/2]

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

Member Function Documentation

◆ fromJson()

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

◆ images()

QList< RemoteImageInfo > Jellyfin::DTO::RemoteImageResult::images ( ) const

Gets or sets the images.

◆ imagesNull()

bool Jellyfin::DTO::RemoteImageResult::imagesNull ( ) const

◆ providers()

QStringList Jellyfin::DTO::RemoteImageResult::providers ( ) const

Gets or sets the providers.

◆ providersNull()

bool Jellyfin::DTO::RemoteImageResult::providersNull ( ) const

◆ replaceData()

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

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

◆ setFromJson()

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

◆ setImages()

void Jellyfin::DTO::RemoteImageResult::setImages ( QList< RemoteImageInfo > newImages)

Gets or sets the images.

◆ setImagesNull()

void Jellyfin::DTO::RemoteImageResult::setImagesNull ( )

◆ setProviders()

void Jellyfin::DTO::RemoteImageResult::setProviders ( QStringList newProviders)

Gets or sets the providers.

◆ setProvidersNull()

void Jellyfin::DTO::RemoteImageResult::setProvidersNull ( )

◆ setTotalRecordCount()

void Jellyfin::DTO::RemoteImageResult::setTotalRecordCount ( qint32 newTotalRecordCount)

Gets or sets the total record count.

◆ toJson()

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

◆ totalRecordCount()

qint32 Jellyfin::DTO::RemoteImageResult::totalRecordCount ( ) const

Gets or sets the total record count.

Member Data Documentation

◆ m_images

QList<RemoteImageInfo> Jellyfin::DTO::RemoteImageResult::m_images
protected

◆ m_providers

QStringList Jellyfin::DTO::RemoteImageResult::m_providers
protected

◆ m_totalRecordCount

qint32 Jellyfin::DTO::RemoteImageResult::m_totalRecordCount
protected

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