#include <imagebynameinfo.h>
◆ ImageByNameInfo() [1/2]
Jellyfin::DTO::ImageByNameInfo::ImageByNameInfo |
( |
qint64 | fileLength | ) |
|
◆ ImageByNameInfo() [2/2]
Jellyfin::DTO::ImageByNameInfo::ImageByNameInfo |
( |
const ImageByNameInfo & | other | ) |
|
◆ context()
QString Jellyfin::DTO::ImageByNameInfo::context |
( |
| ) |
const |
Gets or sets the context.
◆ contextNull()
bool Jellyfin::DTO::ImageByNameInfo::contextNull |
( |
| ) |
const |
◆ fileLength()
qint64 Jellyfin::DTO::ImageByNameInfo::fileLength |
( |
| ) |
const |
Gets or sets the length of the file.
◆ format()
QString Jellyfin::DTO::ImageByNameInfo::format |
( |
| ) |
const |
◆ formatNull()
bool Jellyfin::DTO::ImageByNameInfo::formatNull |
( |
| ) |
const |
◆ fromJson()
ImageByNameInfo Jellyfin::DTO::ImageByNameInfo::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::ImageByNameInfo::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::ImageByNameInfo::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::ImageByNameInfo::replaceData |
( |
ImageByNameInfo & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setContext()
void Jellyfin::DTO::ImageByNameInfo::setContext |
( |
QString | newContext | ) |
|
Gets or sets the context.
◆ setContextNull()
void Jellyfin::DTO::ImageByNameInfo::setContextNull |
( |
| ) |
|
◆ setFileLength()
void Jellyfin::DTO::ImageByNameInfo::setFileLength |
( |
qint64 | newFileLength | ) |
|
Gets or sets the length of the file.
◆ setFormat()
void Jellyfin::DTO::ImageByNameInfo::setFormat |
( |
QString | newFormat | ) |
|
◆ setFormatNull()
void Jellyfin::DTO::ImageByNameInfo::setFormatNull |
( |
| ) |
|
◆ setFromJson()
void Jellyfin::DTO::ImageByNameInfo::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::ImageByNameInfo::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::ImageByNameInfo::setNameNull |
( |
| ) |
|
◆ setTheme()
void Jellyfin::DTO::ImageByNameInfo::setTheme |
( |
QString | newTheme | ) |
|
◆ setThemeNull()
void Jellyfin::DTO::ImageByNameInfo::setThemeNull |
( |
| ) |
|
◆ theme()
QString Jellyfin::DTO::ImageByNameInfo::theme |
( |
| ) |
const |
◆ themeNull()
bool Jellyfin::DTO::ImageByNameInfo::themeNull |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::ImageByNameInfo::toJson |
( |
| ) |
const |
◆ m_context
QString Jellyfin::DTO::ImageByNameInfo::m_context |
|
protected |
◆ m_fileLength
qint64 Jellyfin::DTO::ImageByNameInfo::m_fileLength |
|
protected |
◆ m_format
QString Jellyfin::DTO::ImageByNameInfo::m_format |
|
protected |
◆ m_name
QString Jellyfin::DTO::ImageByNameInfo::m_name |
|
protected |
◆ m_theme
QString Jellyfin::DTO::ImageByNameInfo::m_theme |
|
protected |
The documentation for this class was generated from the following files: