#include <fontfile.h>
◆ FontFile() [1/2]
Jellyfin::DTO::FontFile::FontFile |
( |
qint64 | size, |
|
|
QDateTime | dateCreated, |
|
|
QDateTime | dateModified ) |
◆ FontFile() [2/2]
Jellyfin::DTO::FontFile::FontFile |
( |
const FontFile & | other | ) |
|
◆ dateCreated()
QDateTime Jellyfin::DTO::FontFile::dateCreated |
( |
| ) |
const |
Gets or sets the date created.
◆ dateModified()
QDateTime Jellyfin::DTO::FontFile::dateModified |
( |
| ) |
const |
Gets or sets the date modified.
◆ fromJson()
FontFile Jellyfin::DTO::FontFile::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::FontFile::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::FontFile::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::FontFile::replaceData |
( |
FontFile & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setDateCreated()
void Jellyfin::DTO::FontFile::setDateCreated |
( |
QDateTime | newDateCreated | ) |
|
Gets or sets the date created.
◆ setDateModified()
void Jellyfin::DTO::FontFile::setDateModified |
( |
QDateTime | newDateModified | ) |
|
Gets or sets the date modified.
◆ setFromJson()
void Jellyfin::DTO::FontFile::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::FontFile::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::FontFile::setNameNull |
( |
| ) |
|
◆ setSize()
void Jellyfin::DTO::FontFile::setSize |
( |
qint64 | newSize | ) |
|
◆ size()
qint64 Jellyfin::DTO::FontFile::size |
( |
| ) |
const |
◆ toJson()
QJsonObject Jellyfin::DTO::FontFile::toJson |
( |
| ) |
const |
◆ m_dateCreated
QDateTime Jellyfin::DTO::FontFile::m_dateCreated |
|
protected |
◆ m_dateModified
QDateTime Jellyfin::DTO::FontFile::m_dateModified |
|
protected |
◆ m_name
QString Jellyfin::DTO::FontFile::m_name |
|
protected |
◆ m_size
qint64 Jellyfin::DTO::FontFile::m_size |
|
protected |
The documentation for this class was generated from the following files: