![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <fontfile.h>
Public Member Functions | |
| FontFile (qint64 size, QDateTime dateCreated, QDateTime dateModified) | |
| FontFile (const FontFile &other) | |
| void | replaceData (FontFile &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | name () const |
| Gets or sets the name. | |
| void | setName (QString newName) |
| Gets or sets the name. | |
| bool | nameNull () const |
| void | setNameNull () |
| qint64 | size () const |
| Gets or sets the size. | |
| void | setSize (qint64 newSize) |
| Gets or sets the size. | |
| QDateTime | dateCreated () const |
| Gets or sets the date created. | |
| void | setDateCreated (QDateTime newDateCreated) |
| Gets or sets the date created. | |
| QDateTime | dateModified () const |
| Gets or sets the date modified. | |
| void | setDateModified (QDateTime newDateModified) |
| Gets or sets the date modified. | |
Static Public Member Functions | |
| static FontFile | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_name |
| qint64 | m_size |
| QDateTime | m_dateCreated |
| QDateTime | m_dateModified |
| Jellyfin::DTO::FontFile::FontFile | ( | qint64 | size, |
| QDateTime | dateCreated, | ||
| QDateTime | dateModified ) |
| Jellyfin::DTO::FontFile::FontFile | ( | const FontFile & | other | ) |
| QDateTime Jellyfin::DTO::FontFile::dateCreated | ( | ) | const |
Gets or sets the date created.
| QDateTime Jellyfin::DTO::FontFile::dateModified | ( | ) | const |
Gets or sets the date modified.
|
static |
| QString Jellyfin::DTO::FontFile::name | ( | ) | const |
Gets or sets the name.
| bool Jellyfin::DTO::FontFile::nameNull | ( | ) | const |
| void Jellyfin::DTO::FontFile::replaceData | ( | FontFile & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::FontFile::setDateCreated | ( | QDateTime | newDateCreated | ) |
Gets or sets the date created.
| void Jellyfin::DTO::FontFile::setDateModified | ( | QDateTime | newDateModified | ) |
Gets or sets the date modified.
| void Jellyfin::DTO::FontFile::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::FontFile::setName | ( | QString | newName | ) |
Gets or sets the name.
| void Jellyfin::DTO::FontFile::setNameNull | ( | ) |
| void Jellyfin::DTO::FontFile::setSize | ( | qint64 | newSize | ) |
Gets or sets the size.
| qint64 Jellyfin::DTO::FontFile::size | ( | ) | const |
Gets or sets the size.
| QJsonObject Jellyfin::DTO::FontFile::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |